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=&qu

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=&qu

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

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

2005-02-01 Thread Vladius
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++ -shared -nostdlib /usr/