IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12924


Ignore:
Timestamp:
Apr 19, 2007, 11:20:55 AM (19 years ago)
Author:
eugene
Message:

convert from LD_LIBRARY_PATH to LIBRARY_PATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/pschecklibs

    r12858 r12924  
    3939mkdir -p $incdir
    4040
    41 # I supplement this list with LD_LIBRARY_PATH below
     41# I supplement this list with LIBRARY_PATH below
    4242set syslibpath = "/lib /usr/lib /usr/X11R6/lib /usr/local/lib "
    4343set needlibs   = ""
     
    168168echo "setting architecture to: $arch"
    169169
    170 # add the LD_LIBRARY_PATH
    171 if ($?LD_LIBRARY_PATH) then
    172   set libpath = `echo $LD_LIBRARY_PATH | tr ':' ' '`
     170# add the LIBRARY_PATH
     171if ($?LIBRARY_PATH) then
     172  set libpath = `echo LIBRARY_PATH | tr ':' ' '`
    173173else
    174174  set libpath = ""
Note: See TracChangeset for help on using the changeset viewer.