Notice! This document is currently in Archived status.
The content of this document may be incorrect or outdated.

Print this article Edit this article

Why do I need to ignore LD LIBRARY PATH environment variable when compiling an IMSL program?

Why do I need to ignore LD_LIBRARY_PATH environment variable when compiling an IMSL program? When attempting to compile an IMSL program, you will need to ignore your LD_LIBRARY_PATH environment variable. This is done through the use of the -i option in conjunction with the f77 command. For example:
  f77 -g tryimsl.f -i -L/usr/opt/lib -R /usr/opt/lib -limsl -lnsl -lsocket

For more information about IMSL or Fortran, type:

	% man imsl
% man f77

Last Modified: Dec 19, 2016 11:12 am US/Eastern
Created: Jun 21, 2007 12:54 pm GMT-4 by admin
JumpURL: