FCLINK with conditional fortran sources

2007-03-22 Thread Christopher Hulbert
I have a library that has an optional fortran interface. I'd rather not separate this into two different libraries, but on systems without a fortran compiler, FCLD is empty and creating a libtool archive fails. Is there another way around this. My Makefile.am is something like liba_la_SOURCES = a

Re: FCLINK with conditional fortran sources

2007-04-15 Thread Christopher Hulbert
On 3/26/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Hello Christopher, * Christopher Hulbert wrote on Fri, Mar 23, 2007 at 02:27:25AM CET: > I have a library that has an optional fortran interface. I'd rather > not separate this into two different libraries, but on sy

Re: dynamic selection of linker

2010-02-09 Thread Christopher Hulbert
On Tue, Feb 9, 2010 at 2:23 PM, Daily, Jeff A wrote: >> > > > But regardless of whether NOFORT is true, the Fortran linker is >> > > > always chosen.  What should I be doing?  Thanks. >> > > >> > > Override FCLD (if Makefile-global is acceptable) or >> > > libtest_la_LINK. >> > > >> > >> > Just to