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


_______________________________________________
https://lists.gnu.org/mailman/listinfo/libtool

Reply via email to