Skip to content

Instantly share code, notes, and snippets.

@epipenau
Created November 1, 2014 20:56
Show Gist options
  • Select an option

  • Save epipenau/e01fee93b80f33396f2c to your computer and use it in GitHub Desktop.

Select an option

Save epipenau/e01fee93b80f33396f2c to your computer and use it in GitHub Desktop.
libtool: compile: gcc -m64 "-DPACKAGE_NAME=\"libgc-mono\"" "-DPACKAGE_TARNAME=\"libgc-mono\"" "-DPACKAGE_VERSION=\"6.6\"" "-DPACKAGE_STRING=\"libgc-mono 6.6\"" "-DPACKAGE_BUGREPORT=\"[email protected]\"" "-DPACKAGE_URL=\"\"" -DGC_SOLARIS_THREADS=1 -DGC_SOLARIS_PTHREADS=1 -DHAS___SYNC_BOOL_COMPARE_AND_SWAP=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 "-DLT_OBJDIR=\".libs/\"" -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -D_IN_LIBGC=1 -I./include -I./.. -I./.. -DGC_SOLARIS_THREADS -DGC_SOLARIS_PTHREADS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_MMAP -DUSE_MUNMAP -DPLATFORM_SOLARIS -D_XOPEN_SOURCE=500 -D__EXTENSIONS__ -D_XOPEN_SOURCE_EXTENDED=1 -Wno-deprecated-declarations -g -mno-tls-direct-seg-refs -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -fPIC -DPIC -o .libs/os_dep.o
os_dep.c: In function 'GC_get_stack_base':
os_dep.c:1179:10: error: 'result' undeclared (first use in this function)
os_dep.c:1179:10: note: each undeclared identifier is reported only once for each function it appears in
os_dep.c: In function 'GC_register_data_segments':
os_dep.c:1610:21: error: 'DATASTART' undeclared (first use in this function)
Makefile:699: recipe for target 'os_dep.lo' failed
gmake[3]: *** [os_dep.lo] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment