This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: crosscompiled .exe (Re: crosscompiling dll linux->mingw32)
- To: gary at oranda dot demon dot co dot uk
- Subject: Re: crosscompiled .exe (Re: crosscompiling dll linux->mingw32)
- From: Bruce Korb <bkorb at pacbell dot net>
- Date: Sat, 28 Apr 2001 08:57:41 -0700
- Cc: guidod at gmx dot de, Guido Draheim <Guido dot rr at gmx dot de>, automake at gnu dot org,libtool at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- Organization: Home
- References: <3AE7E4F2.D8BF5A4@gmx.de> <3AE81206.CBD2D6F1@gmx.de><3AE8672F.EBAB768E@gmx.de> <01042812512403.00931@cain>
"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 DLLs and then call the actual program in the .libs subdirectory.
>
> The first option seems to be the easiest, and I believe Edward's patch
> addresses this problem.
Yummy. I think you could also write a single program that, when
run as mumble.exe interprets mumble.cfg. I think that would likely
be found easier than spinning a special purpose mumble.c / mumble.exe.