/[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.2 by mocchiut, Wed Jan 24 09:07:49 2007 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  # **********************************************************************  # **********************************************************************
3  # * @(#) cernlib  # * @(#) cernlib
4  # * @(#) $Header: /afs/ba.infn.it/user/pamela/src/CVS/DarthVader/docs/cernlib_pam,v 1.2 2006/11/08 13:09:36 mocchiut Exp $  # * @(#) $Header: /afs/ba.infn.it/user/pamela/src/CVS/DarthVader/docs/cernlib_pam,v 1.3 2007/01/23 15:36:53 mocchiut Exp $
5  # *                                                                    *  # *                                                                    *
6  # * Attachment of CERN Libraries for link step                         *  # * Attachment of CERN Libraries for link step                         *
7  # *                                                                    *  # *                                                                    *
# Line 211  Line 211 
211          echo $CERNLIB | grep pawlib >/dev/null &&   CERNLIB="$CERNLIB -lld"          echo $CERNLIB | grep pawlib >/dev/null &&   CERNLIB="$CERNLIB -lld"
212       fi       fi
213       if [ "$Msys" = "Linux" ] ; then       if [ "$Msys" = "Linux" ] ; then
214    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
215          CERNLIB="$CERNLIB -lnsl -lcrypt -ldl"          CERNLIB="$CERNLIB -lnsl -lcrypt -ldl"
216    else    else
217          CERNLIB="$CERNLIB -lshift -lnsl -lcrypt -ldl"          CERNLIB="$CERNLIB -lshift -lnsl -lcrypt -ldl"

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

  ViewVC Help
Powered by ViewVC 1.1.23