This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/14019] fortran if statement with .and. causes optimizer to produce wrong code
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Feb 2004 01:07:06 -0000
- Subject: [Bug optimization/14019] fortran if statement with .and. causes optimizer to produce wrong code
- References: <20040204191220.14019.mmrashid@ucdavis.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dhazeghi at yahoo dot com 2004-02-06 01:07 -------
Sounds as if you need to add /usr/local/lib to LD_LIBRARY_PATH. So if you're using bash, you do
something like:
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
Alternatively, you can probably link with -static...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14019