------- Comment #24 from jvdelisle at verizon dot net  2006-12-09 18:45 -------
Subject: Re:  kinds.h not generated, causing failure

jbuck at gcc dot gnu dot org wrote:
> ------- Comment #23 from jbuck at gcc dot gnu dot org  2006-12-09 18:14 
> -------
> 
> Anyway, the Fortran library built and the compiler is now running tests.
> 
> Whether this one is a true bug is debatable.

Have you looked at /etc/ld.so.conf or equivalent on your system?  Usually 
LD_LIBRARY_PATH is needed if the library is not in one of your regular system 
library paths.  You could add it here as well.

For example on my system here:

$ ldd ./bin/gfc
         libgmp.so.3 => /usr/lib/libgmp.so.3 (0x0000003f9d400000)
         libc.so.6 => /lib64/libc.so.6 (0x0000003122800000)
         /lib64/ld-linux-x86-64.so.2 (0x0000003121800000)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26893

Reply via email to