Re: _lt_libltdl_LTX_preloaded_symbols in consistence.

2008-04-12 Thread Steven Wu
Here is the message: | I was building guile-1.8.4 on my macbook pro, and I found the linking | problem. Here is the configure command I typed: | ./configure --prefix=/usr --with-threads --enable-shared | | and here is the make.log tail: | | (cd .libs && gcc -g -O2 -c -fno-builtin "guileS.c") | r

Re: _lt_libltdl_LTX_preloaded_symbols in consistence.

2008-04-12 Thread Peter O'Gorman
Steven Wu wrote: > 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

_lt_libltdl_LTX_preloaded_symbols in consistence.

2008-04-12 Thread Steven Wu
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

Re: support of the cegcc compiler

2008-04-12 Thread Vincent Torri
On Sat, 12 Apr 2008, Bob Friesenhahn wrote: On Sat, 12 Apr 2008, Vincent Torri wrote: 2) With those patches, libtool can now create dll's with cegcc. But I have that message when it tries to create the dll of my lib: *** Warning: linker path does not have real file for library -lws2. etc

Re: support of the cegcc compiler

2008-04-12 Thread Bob Friesenhahn
On Sat, 12 Apr 2008, Vincent Torri wrote: 2) With those patches, libtool can now create dll's with cegcc. But I have that message when it tries to create the dll of my lib: *** Warning: linker path does not have real file for library -lws2. etc... saying it can not create the shared lib of m

Re: support of the cegcc compiler

2008-04-12 Thread Vincent Torri
2) With those patches, libtool can now create dll's with cegcc. But I have that message when it tries to create the dll of my lib: *** Warning: linker path does not have real file for library -lws2. etc... saying it can not create the shared lib of my lib because the shared version of libws

Re: support of the cegcc compiler

2008-04-12 Thread Vincent Torri
Hey, In order to reasonably support this target, we need a volunteer who will faithfully test libtool on that target and work to resolve issues. Are you able to find a volunteer to support the cegcc compiler? I am volunteer :-) It seems that the cegcc compiler must work almost the same as