Re: How to use compiler wrappers

2009-03-23 Thread Ralf Wildenhues
Hello John, * John R. Cary wrote on Mon, Mar 23, 2009 at 08:02:43PM CET: > But on another note, I was using > > b0201.bassi$ automake --version > automake (GNU automake) 1.10.2 > > and it seems that --tag showed up for f77 code, but not for f90 (--tag=FC). Thanks for mentioning that. It looks li

Re: How to use compiler wrappers

2009-03-23 Thread John R. Cary
Thanks, Ralf. Sounds like what I am doing is at least okay, since the wrapper just wraps the configured compiler. But on another note, I was using b0201.bassi$ automake --version automake (GNU automake) 1.10.2 and it seems that --tag showed up for f77 code, but not for f90 (--tag=FC). FYI. T

Windows-style paths for dependency_libs in .la files

2009-03-23 Thread Christopher Hulbert
I have a package with a few libraries where some of the libraries depend on the others. I specify the dependent libraries in LIBADD as $(top_builddir)/liba/liba.la. In the dependency_libs of the .la in the build directory, the paths are expanded in a UNIX fashion. On cygwin, this causes minor issue