Re: Problems creating "-mno-cygwin" DLLs with libtool HACK (Sorry, Wrong Patch attached : FIXED).

2005-02-01 Thread Vladius
Dave Korn wrote: -Original Message- From: Vladius [mailto:[EMAIL PROTECTED] I have found a solution to hack this issue. 1.Goto usr/autotool/devel/bin/ 2.Open "libtool" file with a text editor(vim). 3.Search for "postdeps" initialisation. ("postdeps=" string) 4.Remove "-lcygwin"

Re: Problems creating "-mno-cygwin" DLLs with libtool HACK.

2005-02-01 Thread Vladius
Dave Korn wrote: -Original Message- From: Vladius [mailto:[EMAIL PROTECTED] I have found a solution to hack this issue. 1.Goto usr/autotool/devel/bin/ 2.Open "libtool" file with a text editor(vim). 3.Search for "postdeps" initialisation. ("postdeps=" string) 4.Remove "-lcygwin"

RE: Problems creating "-mno-cygwin" DLLs with libtool HACK.

2005-02-01 Thread Dave Korn
> -Original Message- > From: Vladius [mailto:[EMAIL PROTECTED] > I have found a solution to hack this issue. > 1.Goto usr/autotool/devel/bin/ > 2.Open "libtool" file with a text editor(vim). > 3.Search for "postdeps" initialisation. ("postdeps=" string) > 4.Remove "-lcygwin" initialis

Problems creating "-mno-cygwin" DLLs with libtool HACK.

2005-02-01 Thread Vladius
Vladius wrote: I have problems compiling DLLs with -mno-cygwin flag, using libtool. Command is: libtool --mode=link --tag=CXX g++ -rpath /Projects/Tests/libtool -mno-cygwin -no-undefined -o libcommon.la common.lo Output: rm -fr .libs/libcommon.a .libs/libcommon.la .libs/libcommon.lai g++ -share