Dmitry Matveev <[email protected]> writes: > Well, looks like it was not compiled completely for that first time :) > > With GNU make the build fails with the error > > /bin/ksh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall > -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing > -Wdeclaration-after-statement -Wno-format -Wpointer-arith > -Wno-pointer-sign -Wwrite-strings -export-dynamic -o gst main.o > libgst/libgst.la lib-src/library.la -lm > libtool: link: gcc -g -O2 -Wall -Wno-strict-aliasing -Wno-switch > -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format > -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -o gst main.o > -Wl,--export-dynamic libgst/.libs/libgst.a -lc /lib/libc.so > lib-src/.libs/library.a -lm -Wl,-rpath -Wl,/lib -Wl,-rpath -Wl,/lib > libgst/.libs/libgst.a(sysdep.o): In function `_gst_wakeup': > sysdep/posix/events.c:387: undefined reference to `pthread_kill'
This indicates bug in GNU Smalltalk build system, it doesn't link against libpthread. JFYI, $ gst gst GNU Smalltalk ready st> 2 * 2. 4 st> $ uname -mrs NetBSD 5.99.39 i386 Though your problem is known already: http://nyftp.netbsd.org/pub/pkgsrc/packages/reports/2010Q3/NetBSD-5.0.2-i386/20101016.1718/smalltalk-3.2.2nb1/build.log I'll look at it when I have time. -- HE CE3OH... _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
