help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Re: Cannot install GNU Smalltalk from git on NetBSD 5


From: Aleksej Saushev
Subject: [Help-smalltalk] Re: Cannot install GNU Smalltalk from git on NetBSD 5
Date: Mon, 01 Nov 2010 01:03:10 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix)

Dmitry Matveev <address@hidden> 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...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]