Hi,
On MacOS X, 10.5.2, intel machine, the symbol
_lt_libltdl_LTX_preloaded_symbols libraries (from the generated file
libltdlS.o) is inconsistent with the symbol defined in ltdl.h, where
the symbol is declared as _lt__PROGRAM__LTX_preloaded_symbols. This
causes link time error. I fixed t
[all] Error 2
|
I fixed it by changing the macro in ltdl.h from
_lt__PROGRAM__LTX_preloaded_symbols to
_lt_libltdl_LTX_preloaded_symbols. I found this symbol using nm on the
libltdl.a and the shared library.
steve
On Apr 12, 2008, at 9:53 PM, Peter O'Gorman wrote:
Steven Wu wrote
the ltdl libraries. Hopefully we can find the real solution
to this problem.
steve
On Apr 13, 2008, at 1:14 AM, Ralf Wildenhues wrote:
* Steven Wu wrote on Sun, Apr 13, 2008 at 07:34:13AM CEST:
|
| (cd .libs && gcc -g -O2 -c -fno-builtin "guileS.c")
| rm -f .libs/guile
thanks. The Guile team is working on Libtool 2.2.x migration, and I
think it will take a while before it got fully integrated.
thanks.
steve
On Apr 16, 2008, at 3:17 PM, Ralf Wildenhues wrote:
Steven, please keep the libtool list in CC:, thanks.
* Steven Wu wrote on Mon, Apr 14, 2008 at 04