Wishlist: Clean target for generated C files?

2007-02-27 Thread Bob Proulx
I would really like a clean target that would remove generated source files such as generated .c and .h files. In the case of yacc and lex I would like to distribute the generated files so as not to require the use of yacc and lex to compile the distribution. This rules out DISTCLEANFILES or that

Re: problem on mingw builds when upgrading to 1.10

2007-02-27 Thread Ralf Wildenhues
Hi Ed, Thanks for the report. * Ed Hartnett wrote on Tue, Feb 27, 2007 at 09:30:24PM CET: > > 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

Re: Creating a shared object rather the a static library

2007-02-27 Thread Ralf Wildenhues
Hello Jeff, * Jeff Safier wrote on Tue, Feb 27, 2007 at 03:30:21PM CET: > So, I realized my mistake and I can use libtool. > > However when I make my library I install it in /usr/local/lib. I am now > however having trouble linking it to my project. I get an error that it > cant find the libra

problem on mingw builds when upgrading to 1.10

2007-02-27 Thread Ed Hartnett
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 g

Creating a shared object rather the a static library

2007-02-27 Thread Jeff Safier
So, I realized my mistake and I can use libtool. However when I make my library I install it in /usr/local/lib. I am now however having trouble linking it to my project. I get an error that it cant find the library and it seems to be looking in a .lib folder under the project folder Can I dire