Changeset 981 in Sophya


Ignore:
Timestamp:
Apr 28, 2000, 5:24:08 PM (25 years ago)
Author:
ansari
Message:

correction mkslbsgi.csh - Reza 28/4/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/mkslbsgi.csh

    r955 r981  
    6363  echo ' ======> Building slbext'
    6464  set cmd = "CC -shared -o ${SLB}libextsophya.so -all"
    65   set cmde = " -notall -L${SLB} -lsophya -lm"
     65  set cmde = " ${EXTLIBL} -notall -L${SLB} -lsophya -lm"
    6666  echo $cmd $OBJFitsIOServer $OBJIFFTW $OBJLinAlg $cmde
    6767  $cmd $OBJFitsIOServer $OBJIFFTW $OBJLinAlg $cmde
     
    7171  echo ' ======> Building slbpi'
    7272  set cmd = "CC -shared -o ${SLB}libPI.so -all"
    73   set cmde = " -notall -L${SLB} -lextsophya -lsophya ${XPILIBS} -lm"
     73  set cmde = " ${EXTLIBL} -notall -L${SLB} -lextsophya -lsophya ${XPILIBS} -lm"
    7474  echo $cmd  $OBJPI $OBJPIext $cmde
    7575  $cmd $OBJPI $OBJPIext $cmde
Note: See TracChangeset for help on using the changeset viewer.