[Ecls-list] Build fails on OpenBSD/hppa

Stian Sletner stian at sletner.com
Sat Apr 3 13:12:15 UTC 2010


Gotten from CVS:

...
 gcc -fPIC -DPACKAGE_NAME=\"gc\" -DPACKAGE_TARNAME=\"gc\"
-DPACKAGE_VERSION=\"7.1\" "-DPACKAGE_STRING=\"gc 7.1\""
-DPACKAGE_BUGREPORT=\"Hans.Boehm at hp.com\" -DGC_VERSION_MAJOR=7
-DGC_VERSION_MINOR=1 -DPACKAGE=\"gc\" -DVERSION=\"7.1\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DGC_GCJ_SUPPORT=1
-DJAVA_FINALIZATION=1 -DATOMIC_UNCOLLECTABLE=1 -DLARGE_CONFIG=1
-I/home/stian/ecl/src/gc/include -fexceptions -I libatomic_ops/src -g
-O2 -fPIC -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c
/home/stian/ecl/src/gc/dyn_load.c -o dyn_load.o
/home/stian/ecl/src/gc/dyn_load.c:935:16: dl.h: No such file or
directory
/home/stian/ecl/src/gc/dyn_load.c: In function
`GC_register_dynamic_libraries':
/home/stian/ecl/src/gc/dyn_load.c:986: error: dereferencing pointer to
incomplete type
/home/stian/ecl/src/gc/dyn_load.c:987: error: dereferencing pointer to
incomplete type
*** Error code 1

Looking at dyn_load.c, #include <dl.h> appears inside #if defined(HPUX)
so apparently HPUX is defined, which seems wrong.

-- 
Stian Sletner




More information about the ecl-devel mailing list