building 32bit and 64bit libs with the same name

2005-11-07 Thread Harald Dunkel
Hi folks, I would like to build 32bit and 64bit libraries within the same Makefile.am. In the install directory tree the libs should get the same name, but the 64bit library is supposed to be installed in ${exec_prefix}/lib64, of course. Obviously automake can't distinguish libraries in the buil

Re: AM_FCFLAGS not working as I expect...

2005-11-07 Thread Ralf Wildenhues
Hi Ed, * Ed Hartnett wrote on Tue, Nov 08, 2005 at 01:48:47AM CET: > > My problem is getting everything working on an AIX. The fortran build > breaks there with a libtool problem. I forgot one thing: If you're trying to use libtool with the FC (Fortran 90/95) interface, you are likely to have to

Re: AM_FCFLAGS not working as I expect...

2005-11-07 Thread Ed Hartnett
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Hi Ed, > > * Ed Hartnett wrote on Sat, Nov 05, 2005 at 02:18:40AM CET: >> >> What am I missing here? I define the following in my Makefile.am: >> >> # Point the fortran compiler to current directory. >> AM_FFLAGS = -I$(srcdir) >> >> But no matter wh

compile not copied? Why?

2005-11-07 Thread Harald Dunkel
Hi folks, What is the criteria for copying the compile script into the source directory tree? I have some *.cc code, it is mentioned in my Makefile.am file, configure detects that the compile script must be used, too, but Automake doesn't provide it. ??? Any help would be highly appreciated. H