libtool
[Top][All Lists]
Advanced

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

Re: libtool 2.4.2 fails to compile on Solaris 10


From: Peter Rosin
Subject: Re: libtool 2.4.2 fails to compile on Solaris 10
Date: Tue, 06 Nov 2012 13:13:56 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121026 Thunderbird/16.0.2

On 2012-11-06 12:45, Peter Rosin wrote:
> The lt_libltdl_LTX_preloaded_symbols symbol is supposed to be in an 
> automatically
> generated file, which isn't generated because configure does not recognize the
> $NM output. Libtool wants BSD style output.
> 
> <hex address> <symbol type> <symbol name>
> 
> e.g.
> 00000118 T _foobar
> 
> Try to set NM to something that outputs lines as above when given object files
> from your compiler.

Looking at [1], you should try NM="/usr/ccs/bin/nm -p". But I'm not 100%
sure that page is relevant to your case...

> BTW, does config.log provide any hint as to what went wrong in the above
> configure test?

Please also provide the output of "./libtool --config", if the above does
not work.

Cheers,
Peter

[1] http://docs.oracle.com/cd/E23823_01/html/816-5165/nm-1.html




reply via email to

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