[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: $(EXEEXT) in TESTS required?
From: |
Ralf Corsepius |
Subject: |
Re: $(EXEEXT) in TESTS required? |
Date: |
Tue, 24 Jan 2006 08:38:08 +0100 |
On Mon, 2006-01-23 at 21:51 +0100, Bruno Haible wrote:
> [For the automake people: The problem is that a Makefile.am snippet like
>
> TESTS = test-lock
> check_PROGRAMS = test-lock
> test_LOCK_LDFLAGS = -lmyspeciallib
>
> when cross-compiling to mingw on a Unix system with 'wine', will cause
> "make check" to build 'test-lock', rather than 'test-lock.exe',
This would qualify as a bug, either in your compiler's set up or in the
package's configuration.
I don't have a mingw cross toolchain, but other cross compilers (eg.
linux->cygwin) handle this situation correctly.
Ralf