Re: crosscompiling dll linux->mingw32

2001-05-05 Thread Gary V . Vaughan
On Saturday 05 May 2001 11:34 pm, Tom Tromey wrote: > > "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: > > Gary> A short while before the libtool-1.4 release, Edward M. Lee > Gary> posted a joint patch to libtool and automake which takes care of > Gary> the worst of this sort of thing.

Re: crosscompiling dll linux->mingw32

2001-05-05 Thread Tom Tromey
> "Gary" == Gary V Vaughan <[EMAIL PROTECTED]> writes: Gary> A short while before the libtool-1.4 release, Edward M. Lee Gary> posted a joint patch to libtool and automake which takes care of Gary> the worst of this sort of thing. I applied the libtool parts Gary> before the release but the

Re: crosscompiled .exe (Re: crosscompiling dll linux->mingw32)

2001-05-02 Thread Alexandre Oliva
On Apr 28, 2001, "Gary V. Vaughan" <[EMAIL PROTECTED]> wrote: > libtool would need to build a wrapper program on Windows which would > call the wrapper script to set the environment up to load the > correct DLLs and then call the actual program in the .libs > subdirectory. I like this idea. It'

Re: crosscompiled .exe (Re: crosscompiling dll linux->mingw32)

2001-04-28 Thread Bruce Korb
"Gary V. Vaughan" wrote: > > Any argument why that is how it is? > > See my last mail. > > I can think of two ways around this. Either > [[...]] or libtool would need to build a wrapper program on Windows > which would call the wrapper script to set the environment up to load the > correct DL

Re: crosscompiled .exe (Re: crosscompiling dll linux->mingw32)

2001-04-28 Thread Gary V . Vaughan
On Thursday 26 April 2001 7:21 pm, Guido Draheim wrote: > Guido Draheim wrote: > > from that I'd say libtool knows that CC has created a pfe.exe but > > the automake-rules/vardefs expect a builddir/pfe.exe too. A copy > > of builddir' pfe to pfe.exe does indeed work. Who's to blame, > > libtool o

Re: crosscompiling dll linux->mingw32

2001-04-28 Thread Gary V . Vaughan
On Thursday 26 April 2001 1:18 pm, Guido Draheim wrote: > Alexandre Oliva wrote: > > On Apr 26, 2001, Guido Draheim <[EMAIL PROTECTED]> wrote: > > > I did just need to change a single line in ltmain.sh which > > > enabled me afterwards to actually *build* a dll. > > > > Looks like you were not us

Re: crosscompiled .exe (Re: crosscompiling dll linux->mingw32)

2001-04-27 Thread Guido Draheim
Alexandre Oliva wrote: > > On Apr 26, 2001, Guido Draheim <[EMAIL PROTECTED]> wrote: > > > Guido Draheim wrote: > >> > >> from that I'd say libtool knows that CC has created a pfe.exe but > >> the automake-rules/vardefs expect a builddir/pfe.exe too. A copy > >> of builddir' pfe to pfe.exe does

Re: crosscompiled .exe (Re: crosscompiling dll linux->mingw32)

2001-04-27 Thread Alexandre Oliva
On Apr 26, 2001, Guido Draheim <[EMAIL PROTECTED]> wrote: > Guido Draheim wrote: >> >> from that I'd say libtool knows that CC has created a pfe.exe but >> the automake-rules/vardefs expect a builddir/pfe.exe too. A copy >> of builddir' pfe to pfe.exe does indeed work. Huh? Even though it's a

crosscompiled .exe (Re: crosscompiling dll linux->mingw32)

2001-04-26 Thread Guido Draheim
Guido Draheim wrote: > > from that I'd say libtool knows that CC has created a pfe.exe but > the automake-rules/vardefs expect a builddir/pfe.exe too. A copy > of builddir' pfe to pfe.exe does indeed work. Who's to blame, > libtool or automake? > It is libtool's fault - even that the final link

Re: crosscompiling dll linux->mingw32

2001-04-26 Thread Guido Draheim
Alexandre Oliva wrote: > > On Apr 26, 2001, Guido Draheim <[EMAIL PROTECTED]> wrote: > > > I did just need to change a single line in ltmain.sh which > > enabled me afterwards to actually *build* a dll. > > Looks like you were not using -no-undefined when creating the > library. This is requir

Re: crosscompiling dll linux->mingw32

2001-04-26 Thread Alexandre Oliva
On Apr 26, 2001, Guido Draheim <[EMAIL PROTECTED]> wrote: > I did just need to change a single line in ltmain.sh which > enabled me afterwards to actually *build* a dll. Looks like you were not using -no-undefined when creating the library. This is required to build a DLL on MS-Windows. -- A

crosscompiling dll linux->mingw32

2001-04-26 Thread Guido Draheim
hi everyone, I am still trying to crosscompile a dll on linux with the new autotools series. Currently I use cvs-autoconf, automake-1.4d and libtool-1.4 on top of libsdl.org/Xmingw32 cross-tools. I did just need to change a single line in ltmain.sh which enabled me afterwards to actually *buil