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

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

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

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.