bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [GNU Autoconf 2.61] testsuite: 142 144 145 148 failed


From: Ralf Wildenhues
Subject: Re: [GNU Autoconf 2.61] testsuite: 142 144 145 148 failed
Date: Wed, 23 Jan 2008 23:19:48 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Charlie,

Thanks for the report.

* Charlie (Chang-Hyun) Kim wrote on Wed, Jan 23, 2008 at 01:01:47AM CET:
> Solaris 10.

> configure:1821: checking for Fortran 77 compiler default output file name
> configure:1848: g77   conftest.f  >&5
> configure:1851: $? = 0
> configure:1889: result: a.out
> configure:1906: checking whether the Fortran 77 compiler works
> configure:1916: ./a.out
> ld.so.1: a.out: fatal: libg2c.so.0: open failed: No such file or directory
> ./configure: line 1917: 27014 Killed                  ./$ac_file
> configure:1919: $? = 137
> configure:1928: error: cannot run Fortran 77 compiled programs.

It looks like your Fortran installation is not fully functional.  You
should either make libg2c available where the runtime linker finds it
by default, or add appropriate link flags (-R/path/to/lib) to the link
flags.  You can do that specifically for testing Autoconf by setting
LDFLAGS appropriately, or you could solve the issue once and for all by
adding it into the spec flags of the compiler.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]