IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2012, 5:42:48 PM (14 years ago)
Author:
eugene
Message:

using perl code like in psconfig/pschecklibs to find implicit system search paths for include and lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120601/Ohana/configure.tcsh

    r31669 r33983  
    212212
    213213set syslibpath = "/lib /usr/lib /usr/X11R6/lib /usr/local/lib"
     214set xtrlibpath = `checkpaths.pl lib`
     215set syslibpath = "$syslibpath $xtrlibpath"
     216
    214217set needlibs   = ""
    215218set needlibs   = "$needlibs png"
     
    226229
    227230set sysincpath = "/usr/include /usr/local/include /usr/X11R6/include"
     231set xtrincpath = `checkpaths.pl include`
     232set sysincpath = "$sysincpath $xtrincpath"
    228233
    229234set needincs = ""
     
    334339echo "setting architecture to: $arch"
    335340
     341# add
     342
    336343# set up the basic directory names:
    337344set root = `pwd`
     
    707714EOF
    708715 exit 2;
     716
Note: See TracChangeset for help on using the changeset viewer.