Re: Windows DLLs from Unix with minimum effort

2007-10-29 Thread Brian Dessent
Jason Curl wrote: > ./configure CC="gcc -mno-cygwin" LDFLAGS="-Wl,--kill-at" > --target=i586-pc-mingw32 --disable-static > on Cygwin to generate the Windows DLL Target is not the right thing to use here. Target only has meaning in the context of building tools that themselves generate code, su

Re: Windows DLLs from Unix with minimum effort

2007-10-29 Thread Erik de Castro Lopo
Jason Curl wrote: > Normally I write software for Posix like operating systems, but to assist > somebody I'm writing a Windows DLL that I'd like to later use the source for > in my Posix application without having to maintain two code bases. > > I'm using > ./configure CC="gcc -mno-cygwin" LD

Re: Windows DLLs from Unix with minimum effort

2007-10-29 Thread Erik de Castro Lopo
Jason Curl wrote: > Normally I write software for Posix like operating systems, but to assist > somebody I'm writing a Windows DLL that I'd like to later use the source for > in my Posix application without having to maintain two code bases. > > I'm using > ./configure CC="gcc -mno-cygwin" LD

Windows DLLs from Unix with minimum effort

2007-10-29 Thread Jason Curl
Hello, Normally I write software for Posix like operating systems, but to assist somebody I'm writing a Windows DLL that I'd like to later use the source for in my Posix application without having to maintain two code bases. I'm using ./configure CC="gcc -mno-cygwin" LDFLAGS="-Wl,--kill-at"

Re: install .so library on aix

2007-10-29 Thread Ralf Wildenhues
Hello, * [EMAIL PROTECTED] wrote on Mon, Oct 29, 2007 at 01:23:54PM CET: > Hi, > I manage to build .so shared library on aix using libtool. But I have > problem > with installing it using gmake install. Libtool install two files. > One is .a and second is .la(wich is actualy the libtool script)

install .so library on aix

2007-10-29 Thread cross
Hi, I manage to build .so shared library on aix using libtool. But I have problem with installing it using gmake install. Libtool install two files. One is .a and second is .la(wich is actualy the libtool script). I try to use 1.5.24 and daily snapshot from 2.1a branch. Both version has the sam