Changeset 3397 in Sophya


Ignore:
Timestamp:
Nov 23, 2007, 4:12:28 PM (18 years ago)
Author:
ansari
Message:

modif configure pour gestion /usr/X11R6/lib en lib64 pour Linux 64 bits, Reza 23/11/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/BuildMgr/configure

    r3357 r3397  
    169169shift
    170170end
     171
     172------ Detection linux 64 bits ---
     173unset linux64
     174if ( "$sname" == "Linux" ) then
     175  if ( `uname -m` == "x86_64" ) then
     176    echo ' ... Linux x86_64 (64 bits) ---> -arch64 '
     177    set linux64
     178    set arch64
     179  endif
     180endif
    171181
    172182
     
    445455  echo "/SOPHYAEXTSLBLIST/s/-lextsophya -lsophya/-lAsophyaextPI/" >>  $sprgfile
    446456endif
     457if ( $?linux64 ) then
     458  echo "?s?-L/usr/X11R6/lib?-L/usr/X11R6/lib64/?g" >>  $sprgfile
     459endif
    447460set scmd = "sed -f $sprgfile"
    448461set mftmp = $TMPDIR/sopmake.inc
Note: See TracChangeset for help on using the changeset viewer.