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?

[EMAIL PROTECTED] ~/ming/tmp6/mindll-1.0
$ ./tst_mindll

[EMAIL PROTECTED] ~/ming/tmp6/mindll-1.0
$ echo $?
0

[EMAIL PROTECTED] ~/ming/tmp6/mindll-1.0
$ ./tst_mindll.exe

[EMAIL PROTECTED] ~/ming/tmp6/mindll-1.0
$ echo $?
127

Thanks!

Ed


-- 
Ed Hartnett  -- [EMAIL PROTECTED]



Reply via email to