[Bug optimization/14019] fortran if statement with .and. causes optimizer to produce wrong code

dhazeghi at yahoo dot com gcc-bugzilla@gcc.gnu.org
Fri Feb 6 01:07:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list