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
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
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
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"
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)
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