Re: running tests with automake on windows with mingw...

2006-07-26 Thread Ed Hartnett
Bob Friesenhahn <[EMAIL PROTECTED]> writes: > On Wed, 26 Jul 2006, Ed Hartnett wrote: >> >> I have no check target per se, just the automake primary. I have: >> >> # Test the netCDF-3 library. >> check_PROGRAMS = t_nc >> TESTS = ${check_PROGRAMS} >> >> This yields in the Makefile: >> >> check_PROG

Re: running tests with automake on windows with mingw...

2006-07-26 Thread Bob Friesenhahn
On Wed, 26 Jul 2006, Ed Hartnett wrote: I have no check target per se, just the automake primary. I have: # Test the netCDF-3 library. check_PROGRAMS = t_nc TESTS = ${check_PROGRAMS} This yields in the Makefile: check_PROGRAMS = t_nc$(EXEEXT) I see. It appears that the auto-extension of PR

Re: running tests with automake on windows with mingw...

2006-07-26 Thread Ed Hartnett
Bob Friesenhahn <[EMAIL PROTECTED]> writes: >> >> When I call the shell script, it works great. But when I run "make >> check" it doesn't call the shell script. It calls the .exe file, and >> that fails: > > I see that you failed to identify the versions of autoconf, automake, > and libtool you ar

Re: running tests with automake on windows with mingw...

2006-07-26 Thread Bob Friesenhahn
When I call the shell script, it works great. But when I run "make check" it doesn't call the shell script. It calls the .exe file, and that fails: I see that you failed to identify the versions of autoconf, automake, and libtool you are using. Often it makes a difference, particularly when

running tests with automake on windows with mingw...

2006-07-26 Thread Ed Hartnett
Howdy Automakers! I have finally gotten my library to build under mingw on windows, which is great, but there is a problem running the test programs. For each test program, on windows I get both an exe file and a shell wrapper. For example, with the test program t_nc.c, which on unix will end up