Hey Antoine: The undefined references, such as:
undefined reference to `GC_gcollect' libjolt.a(libjolt.a.o): In function `_libid_balloc':
are the result of a missing library flag at link time in this call to gcc:
gcc -o jest jest.c -export-dynamic libjolt.a -ldl -lm
Adding an '-lgc' to the LDLIBS in the Makefile will correct it. - John Quigley home: www.jquigley.com mail: [EMAIL PROTECTED] _______________________________________________ fonc mailing list [email protected] http://vpri.org/mailman/listinfo/fonc
