help-smalltalk
[Top][All Lists]
Advanced

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

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


From: Dmitry Matveev
Subject: Re: [Help-smalltalk] Cannot install GNU Smalltalk from git on NetBSD 5
Date: Sat, 30 Oct 2010 14:20:27 +0100

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'

I've tried to play with LDFLAGS in the enviromnent and in the
Makefile, but there were no any positive result...

2010/10/30, Paolo Bonzini <address@hidden>:
> On 10/30/2010 01:37 PM, Dmitry Matveev wrote:
>> Hello,
>>
>> I'm trying to install GNU Smalltalk from git on NetBSD 5.0.2.
>>
>> Configuration and compilation went fine, but the installation has
>> failed with error
>> 'Making install in libgst
>> make: don't know how to make prims.inl. Stop'
>> (the complete log is attached).
>>
>> I've checked up the prims.inl target in the  Makefile in libgst and it
>> looks the same as on my other GNU/Linux machine.
>>
>> Does the failure relate to some BSD features that some tools could
>> behave different than in GNU/Linux?
>
> Maybe, can you try GNU make?  However there is nothing GNU make
> specific, it may be a bug in BSD make even.
>
> Paolo
>



reply via email to

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