When I try to run SDL programs that I’ve built in IRIX they complain
profusely that they can’t map the libraries needed in a paticular
folder. Is creating a link to their actual location preferable to adding
their actual location to my path?
I was able to compile and install everything without the slightest
problem so I figured that this must be the problem.
Thanks,
Chip
Gregory Collier wrote:
When I try to run SDL programs that I’ve built in IRIX they complain
profusely that they can’t map the libraries needed in a paticular
folder. Is creating a link to their actual location preferable to adding
their actual location to my path?
I was able to compile and install everything without the slightest
problem so I figured that this must be the problem.
Thanks,
Chip
I assume you have built and installed using simply “./configure”. Then
it will have installed the libraries under /usr/local/lib and that is
usually not on the standard libraries path. Hence, you should add
/usr/local/lib to your LD_LIBRARY_PATH (adding it to PATH is useless).
HaND–
Michel Bardiaux
Peaktime Belgium S.A. Rue Margot, 37 B-1457 Nil St Vincent
Tel : +32 10 65.44.15 Fax : +32 10 65.44.10