help-smalltalk
[Top][All Lists]
Advanced

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

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


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] Re: Cannot install GNU Smalltalk from git on NetBSD 5
Date: Sun, 31 Oct 2010 23:08:34 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.4

On 10/31/2010 11:03 PM, Aleksej Saushev wrote:
This indicates bug in GNU Smalltalk build system, it doesn't link
against libpthread.

Can you post a patch here too, when you look at it? It works for Linux, where you have this in libgst.la:

# Linker flags that can not go in dependency_libs.
inherited_linker_flags=' -pthread'

# Libraries that this one depends upon.
dependency_libs=' -ldl -lsigsegv -lffi -lreadline -lltdl -lgmp -lpthread -lrt -lm'

and then libtool picks the dependencies automatically.

Can you "grep LIBTHREAD libgst/Makefile"?

Paolo



reply via email to

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