Re: Problems with linking tests with fortran

2005-08-19 Thread Ralf Wildenhues
Hi Laurence, * L. D. Marks wrote on Mon, Aug 01, 2005 at 11:19:56AM CEST: I've run into some problems writing some tests for intrinsics in fortran -- there are subtle (annoying) differences between these for different systems, so this is exactly what autoconf should be able to handle. It

Re: Problems with linking tests with fortran

2005-08-01 Thread L. D. Marks
Small typo correction: On Mon, 1 Aug 2005, L. D. Marks wrote: for instance, an -i2 (integer*2 default) flag is used. Instead one has to use AC_LINK_IFELSE( AC_LANG_PROGRAM([], [integer*4 FSEEK integer*4 I1 integer*4 I2 integer*4 I3

Problems with linking tests with fortran

2005-08-01 Thread L. D. Marks
I've run into some problems writing some tests for intrinsics in fortran -- there are subtle (annoying) differences between these for different systems, so this is exactly what autoconf should be able to handle. It looks like some of the autoconf scripts are broken for anything except C (maybe C++