This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/36689] PRINT and WRITE eat minus sign
- From: "dennis dot wassel at googlemail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jul 2008 14:39:06 -0000
- Subject: [Bug fortran/36689] PRINT and WRITE eat minus sign
- References: <bug-36689-15865@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from dennis dot wassel at googlemail dot com 2008-07-02 14:39 -------
(In reply to comment #5)
> 1) The executable is accessing the wrong version of libgfortran. You might
> need to set LD_LIBRARY_PATH.
Nope, everything in order here, as far as I can tell:
isaac:/tmp$ ldd minus
libgfortran.so.3 =>
/usr/local/lang/lib/gcc/i386-pc-solaris2.11/4.3.1/libgfortran.so.3
libm.so.2 => /lib/libm.so.2
libgcc_s.so.1 =>
/usr/local/lang/lib/gcc/i386-pc-solaris2.11/4.3.1/libgcc_s.so.1
libc.so.1 => /lib/libc.so.1
>
> Send me private email if you can give access to machine.
>
Aye, will see what I can do.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36689