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
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
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
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
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