have_header: checking for sary.h... -------------------- yes "hppa2.0-unknown-linux-gnu-gcc -E -I. -I/usr/lib/ruby/1.8/hppa2.0-linux -I. -D_FILE_OFFSET_BITS=64 -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -Wno-comment -O2 -fno-strict-aliasing -fPIC -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -o conftest.i" checked program was: /* begin */ 1: #include /* end */ -------------------- have_library: checking for main() in -lsary... -------------------- no "hppa2.0-unknown-linux-gnu-gcc -o conftest -I. -I/usr/lib/ruby/1.8/hppa2.0-linux -I. -D_FILE_OFFSET_BITS=64 -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -Wno-comment -O2 -fno-strict-aliasing -fPIC -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -L. -L/usr/lib -Wl,-R/usr/lib -L. -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby18-static -lsary -lpthread -lrt -ldl -lcrypt -lm -lc -lsary -pthread -lgthread-2.0 -lrt -lglib-2.0 " /usr/lib/libsary.so: undefined reference to `g_malloc' /usr/lib/libsary.so: undefined reference to `g_free' /usr/lib/libsary.so: undefined reference to `g_hash_table_lookup' /usr/lib/libsary.so: undefined reference to `g_assertion_message_expr' /usr/lib/libsary.so: undefined reference to `g_array_new' /usr/lib/libsary.so: undefined reference to `g_strerror' /usr/lib/libsary.so: undefined reference to `g_strconcat' /usr/lib/libsary.so: undefined reference to `g_hash_table_new' /usr/lib/libsary.so: undefined reference to `g_array_free' /usr/lib/libsary.so: undefined reference to `g_array_append_vals' /usr/lib/libsary.so: undefined reference to `g_malloc_n' /usr/lib/libsary.so: undefined reference to `g_hash_table_insert' /usr/lib/libsary.so: undefined reference to `g_log' /usr/lib/libsary.so: undefined reference to `g_hash_table_destroy' /usr/lib/libsary.so: undefined reference to `g_strdup' /usr/lib/libsary.so: undefined reference to `g_assertion_message' /usr/lib/libsary.so: undefined reference to `g_hash_table_foreach' collect2: ld returned 1 exit status distcc[18476] ERROR: compile conftest.c on localhost failed checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { void ((*volatile p)()); p = (void ((*)()))main; return 0; } /* end */ "hppa2.0-unknown-linux-gnu-gcc -o conftest -I. -I/usr/lib/ruby/1.8/hppa2.0-linux -I. -D_FILE_OFFSET_BITS=64 -mschedule=8000 -march=2.0 -ggdb -pipe -Wall -Wno-comment -O2 -fno-strict-aliasing -fPIC -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -L. -L/usr/lib -Wl,-R/usr/lib -L. -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -rdynamic -Wl,-export-dynamic -Wl,--no-undefined -lruby18-static -lsary -lpthread -lrt -ldl -lcrypt -lm -lc -lsary -pthread -lgthread-2.0 -lrt -lglib-2.0 " /usr/lib/libsary.so: undefined reference to `g_malloc' /usr/lib/libsary.so: undefined reference to `g_free' /usr/lib/libsary.so: undefined reference to `g_hash_table_lookup' /usr/lib/libsary.so: undefined reference to `g_assertion_message_expr' /usr/lib/libsary.so: undefined reference to `g_array_new' /usr/lib/libsary.so: undefined reference to `g_strerror' /usr/lib/libsary.so: undefined reference to `g_strconcat' /usr/lib/libsary.so: undefined reference to `g_hash_table_new' /usr/lib/libsary.so: undefined reference to `g_array_free' /usr/lib/libsary.so: undefined reference to `g_array_append_vals' /usr/lib/libsary.so: undefined reference to `g_malloc_n' /usr/lib/libsary.so: undefined reference to `g_hash_table_insert' /usr/lib/libsary.so: undefined reference to `g_log' /usr/lib/libsary.so: undefined reference to `g_hash_table_destroy' /usr/lib/libsary.so: undefined reference to `g_strdup' /usr/lib/libsary.so: undefined reference to `g_assertion_message' /usr/lib/libsary.so: undefined reference to `g_hash_table_foreach' collect2: ld returned 1 exit status distcc[18482] ERROR: compile conftest.c on localhost failed checked program was: /* begin */ 1: /*top*/ 2: int main() { return 0; } 3: int t() { main(); return 0; } /* end */ --------------------