This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 4.3 regression with netcdf library


FX Coudert wrote:
checking if Fortran "integer" is C "int"... no

This in itself is highly suspicious. It means that either a) the binaries that you have are utterly, helplessly broken, as I don't think we could even have a quarter of our runtime testsuite passing if it were the case, or b) that the configure script can't really run the compiler. It think you might have installed the compiler in a non-standard location and not set LD_LIBRARY_PATH, for example. What happens when you run the compiler yourself, on a hello-world code?



sorry for the confusion, the LD_LIBRARY_PATH was indeed not set correctly for the local installation. netcdf 3.6.2 compiles perfectly with 4.3, sorry again


thanks! florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]