/[PAMELA software]/PamelaLevel2/doc/cernlib_pam
ViewVC logotype

Diff of /PamelaLevel2/doc/cernlib_pam

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by pam-fi, Tue Dec 5 12:29:05 2006 UTC revision 1.5 by pam-fi, Fri Dec 5 08:39:30 2008 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  # **********************************************************************  # **********************************************************************
3  # * @(#) cernlib  # * @(#) cernlib
 # * @(#) $Header: /afs/ba.infn.it/user/pamela/src/CVS/DarthVader/docs/cernlib_pam,v 1.2 2006/11/08 13:09:36 mocchiut Exp $  
4  # *                                                                    *  # *                                                                    *
5  # * Attachment of CERN Libraries for link step                         *  # * Attachment of CERN Libraries for link step                         *
6  # *                                                                    *  # *                                                                    *
# Line 211  Line 210 
210          echo $CERNLIB | grep pawlib >/dev/null &&   CERNLIB="$CERNLIB -lld"          echo $CERNLIB | grep pawlib >/dev/null &&   CERNLIB="$CERNLIB -lld"
211       fi       fi
212       if [ "$Msys" = "Linux" ] ; then       if [ "$Msys" = "Linux" ] ; then
213    if [ -f $CERN/$gver/lib/libpacklib_noshift.a ]; then    if [ -f $CERN/$gver/lib/libpacklib_noshift.a ]||[ -f $CERN/$gver/lib/libpacklib-shift.a ]; then
214          CERNLIB="$CERNLIB -lnsl -lcrypt -ldl"          CERNLIB="$CERNLIB -lnsl -lcrypt -ldl"
215    else    else
216          CERNLIB="$CERNLIB -lshift -lnsl -lcrypt -ldl"          CERNLIB="$CERNLIB -lshift -lnsl -lcrypt -ldl"

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23