automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problem on mingw builds when upgrading to 1.10


From: Ed Hartnett
Subject: problem on mingw builds when upgrading to 1.10
Date: Tue, 27 Feb 2007 13:30:24 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.4 (gnu/linux)

Howdy Automakers!

My package, netcdf, builds on MinGW fine with automake 1.9.6, but not
if I use automake 1.10.

In the later case, it gets an error running tests, because it gets
confused (as do I) about running the test program with or without the
.exe.

If I build a test program tst_mindll, I get a file "tst_mindll" and
also "tst_mindll.exe"

If I run the former, it works. The other fails. Why?

address@hidden ~/ming/tmp6/mindll-1.0
$ ./tst_mindll

address@hidden ~/ming/tmp6/mindll-1.0
$ echo $?
0

address@hidden ~/ming/tmp6/mindll-1.0
$ ./tst_mindll.exe

address@hidden ~/ming/tmp6/mindll-1.0
$ echo $?
127

Thanks!

Ed


-- 
Ed Hartnett  -- address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]