Changeset 1614 in Sophya


Ignore:
Timestamp:
Jul 31, 2001, 5:58:10 PM (24 years ago)
Author:
ansari
Message:

Ajout libpthread a la liste des libraries - Reza 31/7/2001

Location:
trunk/SophyaLib/Mgr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/Makefile.slb

    r968 r1614  
    2828FGSHLN := -rien
    2929#  Librairies specifiques
    30 LIBLSHL := -lm -lc
     30LIBLSHL := -lpthread -lm -lc
    3131#  Librairie d'instanciation des templates
    3232TILSHL :=
  • trunk/SophyaLib/Mgr/mkslbsgi.csh

    r1609 r1614  
    6565  echo ' ======> Building slb'
    6666  set cmd = "$SHLCC -o ${SLB}libsophya.so -all"
    67   set cmde = "-notall -lm"
     67  set cmde = "-notall -lpthread -lm"
    6868  echo $cmd $ALLOBJS $cmde
    6969  $cmd $ALLOBJS $cmde
     
    8181  echo ' ======> Building slbpi'
    8282  set cmd = "$SHLCC -o ${SLB}libPI.so -all"
    83   set cmde = " ${EXTLIBL} -notall -L${SLB} -lextsophya -lsophya ${XPILIBS} -lm"
     83  set cmde = " ${EXTLIBL} -notall -L${SLB} -lextsophya -lsophya ${XPILIBS} -lpthread -lm"
    8484  echo $cmd $ALLPIOBJS $cmde
    8585  $cmd $ALLPIOBJS $cmde
Note: See TracChangeset for help on using the changeset viewer.