This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

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


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


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