IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18708


Ignore:
Timestamp:
Jul 24, 2008, 10:30:34 AM (18 years ago)
Author:
Paul Price
Message:

Check /usr/local/lib before /usr/lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psconfig/psconfig.csh.in

    r17704 r18708  
    299299# supplement CPATH, LIBRARY_PATH and LD_LIBRARY_PATH with a few extra common locations
    300300# we probably can drop the system libraries here
    301 set xtralibs = ( "/lib" "/usr/lib" "/usr/X11R6/lib" "/usr/local/lib" )
    302 set xtrapath = ( "/usr/include" "/usr/local/include" "/usr/X11R6/include" )
     301set xtralibs = ( "/usr/local/lib" "/usr/lib" "/usr/X11R6/lib" "/lib" )
     302set xtrapath = ( "/usr/local/include" "/usr/include" "/usr/X11R6/include" )
    303303
    304304# add architecture-dependent paths
     
    318318 case lin64:
    319319 case linrh64:
    320    set xtralibs = ( $xtralibs "/lib64" "/usr/lib64" "/usr/X11R6/lib64" )
     320   set xtralibs = ( $xtralibs "/usr/lib64" "/usr/X11R6/lib64" "/lib64" )
    321321   breaksw;
    322322
Note: See TracChangeset for help on using the changeset viewer.