set HERE=`pwd` source ~/.login if ( $?path ) then set path= ( . $HOME/bin $path /triumfcs/linux/bin ) else set path= ( $path /cern/pro/bin ) set prompt="`hostname`> " setenv TERM vt100 setenv EDITOR emacs setenv TRIUMF_TERMINAL_TYPE X biff y stderr is not a tty - where are you? alias ls 'ls -CF --color' alias rm 'rm -i' source ~/e614soft/triumf/setup.com set LOCAL = /home/e614/e614soft set TWIST = /home/e614/e614soft setenv TRIUMF_ROOT ${LOCAL}/triumf setenv E614_ROOT ${TWIST}/triumf setenv E614_CAL ${TWIST} setenv ROOTSYS /twist/local/root setenv CERN_LIBRARY /cern/2000/lib setenv CERN_LIBRARY_ABSOFT /twist/local/cern_absoft/2000a/lib setenv CVS_RSH ssh setenv CVSROOT /home/e614mgr/cvs if ( `echo $PATH | grep -c "root/bin" ` ) then set path= ( $path $ROOTSYS/bin ) setenv LD_LIBRARY_PATH ${ROOTSYS}/lib:/usr/local/lib endif setenv GPLOT_DIR ${TRIUMF_ROOT}/gplot setenv BRU_COMMANDS ${TRIUMF_ROOT}/bru setenv MOFIA_COMMANDS ${TRIUMF_ROOT}/mofia setenv GEANT_COMMANDS ${TRIUMF_ROOT}/geant setenv CFM_COMMANDS ${TRIUMF_ROOT}/cfm setenv YBOS_COMMANDS ${TRIUMF_ROOT}/ybos alias setup 'set setup_args=(!:*); eval source `echo \${!:1_COMMANDS}|tr \[a-z\] \[A-Z\]`/setup.com; unset setup_args' alias unsetup 'eval source `echo \${!:1_COMMANDS}|tr \[a-z\] \[A-Z\]`/unsetup.com' alias mlib "set mlib_args=(!:*); source ${TRIUMF_ROOT}/mlib.csh; unset mlib_args" unset LOCAL setup mofia devel source $MOFIA_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $MOFIA_COMMANDS/${vers} ) then echo Setting up MOFIA $vers Setting up MOFIA devel setenv MOFIA_ROOT ${MOFIA_COMMANDS}/${vers} if ( $vers == "1.0" || $vers == "1.5" || $vers == "1.6" ) then setenv MOFIA_BIN ${MOFIA_ROOT}/bin setenv MOFIA_DEBUG ${MOFIA_ROOT}/debug setenv MOFIA_DOC ${MOFIA_ROOT}/help setenv MOFIA_HELP ${MOFIA_ROOT}/help setenv MOFIA_SOURCE ${MOFIA_ROOT}/source setenv MOFIA_UPDATE ${MOFIA_ROOT}/update endif if ( $?DEBUG ) then setenv MOFIA_LIBDIR ${MOFIA_ROOT}/lib endif setenv MOFIA_DUMMY ${MOFIA_SOURCE}/dummy setenv MOFIA_INCLUDE ${MOFIA_SOURCE}/include setenv MOFIA_KCM ${MOFIA_SOURCE}/kcm setenv MOFIA_MAIN ${MOFIA_SOURCE}/main setenv MOFIA_MAINF90 ${MOFIA_SOURCE}/mainf90 setenv MOFIA_MIDAS ${MOFIA_SOURCE}/midas setenv MOFIA_MODULES ${MOFIA_SOURCE}/modules setenv MOFIA_OLD ${MOFIA_SOURCE}/old setenv MOFIA_PHOTO ${MOFIA_SOURCE}/photo setenv MOFIA_QOD ${MOFIA_SOURCE}/qod setenv MOFIA_USER ${MOFIA_SOURCE}/user cat ${MOFIA_UPDATE}/note.txt -------------------------------------------------------------------------------  MOFIA devel  1999-Oct-13 Initial f90 version 2000-Mar-30 See $MOFIA_UPDATE/note1.txt for changes. 2000-Sep-05 Version 2.0.1. See $MOFIA_UPDATE/note2.txt for changes. 2001-Apr-03 Version 2.1. See $MOFIA_UPDATE/note3.txt for changes. 2002-Feb-28 Version 2.2. See $MOFIA_UPDATE/note4.txt for changes. 2002-Mar-27 Version 2.2.1 See $MOFIA_UPDATE/note5.txt for changes. 2002-Apr-03 Version 2.2.2 See $MOFIA_UPDATE/note6.txt for changes. ------------------------------------------------------------------------------- alias mnew more ${MOFIA_UPDATE}/note.txt alias mnews more ${MOFIA_UPDATE}/notes_all.txt echo Setting up packages for MOFIA $vers Setting up packages for MOFIA devel if ( $vers == "1.0" ) then new: setup cfm 2.2 source $CFM_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $CFM_COMMANDS/${vers} ) then echo Setting up CFM $vers Setting up CFM 2.2 setenv CFM_ROOT ${CFM_COMMANDS}/${vers} if ( ${vers} == "2.2" || ${vers} == "new" ) then setenv CFM_DB ${E614_CAL}/cfm/db_noswap setenv CAL_DB ${E614_CAL}/caldb_ascii else setenv CFM_DOC ${CFM_ROOT}/doc setenv CFM_LIBRARY ${CFM_ROOT}/lib setenv CFM_LOG ${E614_CAL}/cfm/log setenv CFM_MAIN ${CFM_ROOT}/main setenv CFM_SOURCE ${CFM_ROOT}/source setenv CFMLOG ${CFM_LOG}/cfm.log setenv CFMREADLOCK ${CFM_DB}/cfm.readlock setenv CFMWRITELOCK ${CFM_DB}/cfm.writelock setenv CFMREC ${CFM_DB}/cfm.record alias cfm ${CFM_MAIN}/cfm.exe setup bru 1.1 source $BRU_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $BRU_COMMANDS/${vers} ) then setenv BRU_LIBRARY $BRU_COMMANDS/${vers} setup ybos 4.1 source $YBOS_COMMANDS/setup.com set P1 ; set P2 set nargs = $#setup_args if ( $nargs < 2 ) goto no_more set P1 = $setup_args[2] if ( $P1 == "PRODUCTION" ) set P1 = "production" if ( $nargs < 3 ) goto no_more unset nargs if ( $P1 == "" ) set P1 = "production" set YBOS_Version = $P1 set Use_Root = $YBOS_COMMANDS setenv YBOS_ROOT ${Use_Root}/${YBOS_Version} setenv YBOS_DOC ${Use_Root}/${YBOS_Version}/doc setenv YBOS_LIBRARY ${Use_Root}/${YBOS_Version}/library setenv YBOS_TEST ${Use_Root}/${YBOS_Version}/test setenv YBOS_SOURCE ${Use_Root}/${YBOS_Version}/source Exit: unset YBOS_Version unset Use_Root unset P1 ; unset P2 unsetenv IO_DIR goto end if ( $?DISPLAY ) then echo " " date Thu Dec 26 03:15:41 PST 2002 alias http "cd /home/e614/public_html; pwd" alias pu "rm -iv *~" alias ll "ls -al" alias rm "rm -iv" alias cp "cp -iv" alias mv "mv -iv" set prompt='%n[%B%c3%b]>' source $HERE/triumf/setup.com set LOCAL = /home/e614/e614soft set TWIST = /home/e614/e614soft setenv TRIUMF_ROOT ${LOCAL}/triumf setenv E614_ROOT ${TWIST}/triumf setenv E614_CAL ${TWIST} setenv ROOTSYS /twist/local/root setenv CERN_LIBRARY /cern/2000/lib setenv CERN_LIBRARY_ABSOFT /twist/local/cern_absoft/2000a/lib setenv CVS_RSH ssh setenv CVSROOT /home/e614mgr/cvs if ( `echo $PATH | grep -c "root/bin" ` ) then else setenv GPLOT_DIR ${TRIUMF_ROOT}/gplot setenv BRU_COMMANDS ${TRIUMF_ROOT}/bru setenv MOFIA_COMMANDS ${TRIUMF_ROOT}/mofia setenv GEANT_COMMANDS ${TRIUMF_ROOT}/geant setenv CFM_COMMANDS ${TRIUMF_ROOT}/cfm setenv YBOS_COMMANDS ${TRIUMF_ROOT}/ybos alias setup 'set setup_args=(!:*); eval source `echo \${!:1_COMMANDS}|tr \[a-z\] \[A-Z\]`/setup.com; unset setup_args' alias unsetup 'eval source `echo \${!:1_COMMANDS}|tr \[a-z\] \[A-Z\]`/unsetup.com' alias mlib "set mlib_args=(!:*); source ${TRIUMF_ROOT}/mlib.csh; unset mlib_args" unset LOCAL setenv MOFIA_COMMANDS $HERE/triumf/mofia setup mofia devel source $MOFIA_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $MOFIA_COMMANDS/${vers} ) then echo Setting up MOFIA $vers Setting up MOFIA devel setenv MOFIA_ROOT ${MOFIA_COMMANDS}/${vers} if ( $vers == "1.0" || $vers == "1.5" || $vers == "1.6" ) then setenv MOFIA_BIN ${MOFIA_ROOT}/bin setenv MOFIA_DEBUG ${MOFIA_ROOT}/debug setenv MOFIA_DOC ${MOFIA_ROOT}/help setenv MOFIA_HELP ${MOFIA_ROOT}/help setenv MOFIA_SOURCE ${MOFIA_ROOT}/source setenv MOFIA_UPDATE ${MOFIA_ROOT}/update endif if ( $?DEBUG ) then setenv MOFIA_LIBDIR ${MOFIA_ROOT}/lib endif setenv MOFIA_DUMMY ${MOFIA_SOURCE}/dummy setenv MOFIA_INCLUDE ${MOFIA_SOURCE}/include setenv MOFIA_KCM ${MOFIA_SOURCE}/kcm setenv MOFIA_MAIN ${MOFIA_SOURCE}/main setenv MOFIA_MAINF90 ${MOFIA_SOURCE}/mainf90 setenv MOFIA_MIDAS ${MOFIA_SOURCE}/midas setenv MOFIA_MODULES ${MOFIA_SOURCE}/modules setenv MOFIA_OLD ${MOFIA_SOURCE}/old setenv MOFIA_PHOTO ${MOFIA_SOURCE}/photo setenv MOFIA_QOD ${MOFIA_SOURCE}/qod setenv MOFIA_USER ${MOFIA_SOURCE}/user cat ${MOFIA_UPDATE}/note.txt -------------------------------------------------------------------------------  MOFIA devel  1999-Oct-13 Initial f90 version 2000-Mar-30 See $MOFIA_UPDATE/note1.txt for changes. 2000-Sep-05 Version 2.0.1. See $MOFIA_UPDATE/note2.txt for changes. 2001-Apr-03 Version 2.1. See $MOFIA_UPDATE/note3.txt for changes. 2002-Feb-28 Version 2.2. See $MOFIA_UPDATE/note4.txt for changes. 2002-Mar-27 Version 2.2.1 See $MOFIA_UPDATE/note5.txt for changes. 2002-Apr-03 Version 2.2.2 See $MOFIA_UPDATE/note6.txt for changes. ------------------------------------------------------------------------------- alias mnew more ${MOFIA_UPDATE}/note.txt alias mnews more ${MOFIA_UPDATE}/notes_all.txt echo Setting up packages for MOFIA $vers Setting up packages for MOFIA devel if ( $vers == "1.0" ) then new: setup cfm 2.2 source $CFM_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $CFM_COMMANDS/${vers} ) then echo Setting up CFM $vers Setting up CFM 2.2 setenv CFM_ROOT ${CFM_COMMANDS}/${vers} if ( ${vers} == "2.2" || ${vers} == "new" ) then setenv CFM_DB ${E614_CAL}/cfm/db_noswap setenv CAL_DB ${E614_CAL}/caldb_ascii else setenv CFM_DOC ${CFM_ROOT}/doc setenv CFM_LIBRARY ${CFM_ROOT}/lib setenv CFM_LOG ${E614_CAL}/cfm/log setenv CFM_MAIN ${CFM_ROOT}/main setenv CFM_SOURCE ${CFM_ROOT}/source setenv CFMLOG ${CFM_LOG}/cfm.log setenv CFMREADLOCK ${CFM_DB}/cfm.readlock setenv CFMWRITELOCK ${CFM_DB}/cfm.writelock setenv CFMREC ${CFM_DB}/cfm.record alias cfm ${CFM_MAIN}/cfm.exe setup bru 1.1 source $BRU_COMMANDS/setup.com set nargs = $#setup_args if ( $nargs > 2 ) then if ( $nargs > 1 ) then set vers = $setup_args[2] else if ( ! -e $BRU_COMMANDS/${vers} ) then setenv BRU_LIBRARY $BRU_COMMANDS/${vers} setup ybos 4.1 source $YBOS_COMMANDS/setup.com set P1 ; set P2 set nargs = $#setup_args if ( $nargs < 2 ) goto no_more set P1 = $setup_args[2] if ( $P1 == "PRODUCTION" ) set P1 = "production" if ( $nargs < 3 ) goto no_more unset nargs if ( $P1 == "" ) set P1 = "production" set YBOS_Version = $P1 set Use_Root = $YBOS_COMMANDS setenv YBOS_ROOT ${Use_Root}/${YBOS_Version} setenv YBOS_DOC ${Use_Root}/${YBOS_Version}/doc setenv YBOS_LIBRARY ${Use_Root}/${YBOS_Version}/library setenv YBOS_TEST ${Use_Root}/${YBOS_Version}/test setenv YBOS_SOURCE ${Use_Root}/${YBOS_Version}/source Exit: unset YBOS_Version unset Use_Root unset P1 ; unset P2 unsetenv IO_DIR goto end mlib f95 debug set os_type = `uname -a | awk '{print $1}'` set VERBOSE unsetenv MOFIA_LIBDIR setenv FFLAGS " " unsetenv CFLAGS unsetenv DFLAGS unsetenv MAKESTD unsetenv CERN_LIBDIR unsetenv CERN_INCLUDE unsetenv F90FLAGS unsetenv I90FLAGS unsetenv LD_COMP setenv CXX " " setenv CXXFLAGS " " setenv ROOTCFLAGS " " setenv ROOTGLIBS " " setenv LIB_SPECIAL " " setenv SYNTAX "syntax" if ( $os_type == IRIX64 || $os_type == IRIX ) then setenv SYNTAX "syntax: mlib [-h] [debug] [f90] [f95] [quiet] [[-]query]" endif foreach arg ( $mlib_args ) if ( $arg == -h ) then end if ( $arg == -h ) then end unsetenv SYNTAX foreach arg ( $mlib_args ) if ( $arg == -query ) goto query end if ( $arg == -query ) goto query end if ( `echo $mlib_args | grep -c quiet` ) then if ( `echo $mlib_args | grep -c debug` ) then setenv DEBUG setenv DEBUG_STATUS ON else unset F90 if ( `echo $mlib_args | grep -c f90` ) then unset F95 if ( `echo $mlib_args | grep -c f95` ) then set F95 endif setenv CERN_INCLUDE $CERN_LIBRARY/../include if ( $?MOFIA_ROOT ) then setenv IFLAGS "-I. -I$MOFIA_INCLUDE -I$YBOS_LIBRARY -I$CFM_SOURCE -I$BRU_LIBRARY -I$CERN_INCLUDE -I$CERN_INCLUDE/geant321" else if ( $os_type == IRIX64 || $os_type == IRIX ) then if ( $os_type == Linux ) then if ( $?ROOTSYS ) then setenv ROOTCFLAGS " -I$ROOTSYS/include" setenv ROOTGLIBS "-L/usr/X11R6/lib -X -rpath -X $ROOTSYS/lib -L$ROOTSYS/lib -lNew -lCore -lCint -lGraf -lGraf3d -lGpad -lTree -lTreeViewer -lRint -lPostscript -lMatrix -lPhysics -lGui -lm -ldl -lHist -lHtml -lMinuit -lProof -lTree -lGX11 -lX3d -lXpm -lX11" endif if ( $?F90 ) then if ( $?F95 ) then if ( ! $?ABSOFT ) source ${TRIUMF_ROOT}/setup_absoft75.com setenv ABSOFT /opt/absoft setenv PATH $ABSOFT/bin:$PATH echo Using ABSOFT 7.5 from $ABSOFT Using ABSOFT 7.5 from /opt/absoft if ( $?DEBUG ) then if ( $?MOFIA_ROOT ) setenv MOFIA_LIBDIR $MOFIA_ROOT/lib-debug setenv F90FLAGS "-g -s -B19 -B100 -m1 -YEXT_SFX="_" -YEXT_NAMES=LCS -YCOM_NAMES=LCS -YCFRL=1 -Rb -Rc -Rs -Rp -M878" setenv CFLAGS "-g " setenv CXXFLAGS "-g -Wall -fno-rtti -fno-exceptions -fPIC $ROOTCFLAGS" setenv LIB_SUFFIX _absoft_dbg else setenv CXX "g++" setenv I90FLAGS "$IFLAGS -p $MOFIA_MAINF90" setenv MAKESTD $TRIUMF_ROOT/make.std.absoft setenv DFLAGS "-DUNIX -Dunix -DLINUX -Dlinux -Df90" setenv LD_COMP "$ABSOFT/bin/f95" setenv CERN_LIBDIR $CERN_LIBRARY_ABSOFT setenv LIB_SPECIAL "-L$ABSOFT/lib -lU77 -lf90math -lf77math -lfio -lnsl" else else if ( $os_type == OSF1 ) then if ( -e $TRIUMF_ROOT/mlib-local.csh ) source $TRIUMF_ROOT/mlib-local.csh if ( -e ./mlib-local.csh ) source mlib-local.csh query: if ( $?VERBOSE ) then echo " --- mlib setups ---" --- mlib setups --- echo The OS is type $os_type. Debug is $DEBUG_STATUS. The OS is type Linux. Debug is ON. if ( $os_type == Linux ) then if ( $?F90 ) then if ( $?F95 ) then echo Support for ABSOFT F95 has been requested Support for ABSOFT F95 has been requested else endif echo " " if ( $?ROOTSYS ) then echo Root: $ROOTSYS Root: /twist/local/root else echo Cern: $CERN_LIBDIR Cern: /twist/local/cern_absoft/2000a/lib if ( $?MOFIA_ROOT ) then echo Mofia libraries: $MOFIA_LIBDIR Mofia libraries: /home/e614/public_html/nightly_builds/triumf/mofia/devel/lib-debug echo Mofia mainf90 modules: $MOFIA_MAINF90 Mofia mainf90 modules: /home/e614/public_html/nightly_builds/triumf/mofia/devel/source/mainf90 else echo Make rules: $MAKESTD Make rules: /home/e614/e614soft/triumf/make.std.absoft endif unset VERBOSE cd $HERE/triumf/mofia/devel ./make_user /home/e614/e614soft/triumf/dependf90.csh: No match. rm -f mofia plain mofia photo *.o *_cpp.f90 *_cpp.f *.mod Dependencies /opt/absoft/bin/f95 -o plain -g -s -B19 -B100 -m1 -YEXT_SFX=_ -YEXT_NAMES=LCS -YCOM_NAMES=LCS -YCFRL=1 -Rb -Rc -Rs -Rp -M878 -L/home/e614/e614soft/triumf/cfm/2.2/main -L/home/e614/e614soft/triumf/bru/1.1 -L/home/e614/e614soft/triumf/ybos/4.1/library -L/home/e614/public_html/nightly_builds/triumf/mofia/devel/lib-debug -L/home/e614/e614soft/triumf/gplot -L/twist/local/cern_absoft/2000a/lib /home/e614/public_html/nightly_builds/triumf/mofia/devel/source/main/mofia.o -lmain -lcfm_absoft_dbg -lybos_absoft_dbg -lbru_absoft_dbg -lgplot_absoft_dbg -lpacklib -lmathlib -lkernlib -ldummy -lm -L/opt/absoft/lib -lU77 -lf90math -lf77math -lfio -lnsl /twist/local/cern_absoft/2000a/lib/libpacklib.a(fzloc.o): In function `fzloc_': fzloc.o(.text+0x10a): undefined reference to `lshift_' fzloc.o(.text+0x168): undefined reference to `lshift_' fzloc.o(.text+0x1e5): undefined reference to `and_' fzloc.o(.text+0x225): undefined reference to `lshift_' fzloc.o(.text+0x29d): undefined reference to `and_' fzloc.o(.text+0x436): undefined reference to `and_' fzloc.o(.text+0x4e2): undefined reference to `and_' fzloc.o(.text+0x67b): undefined reference to `and_' fzloc.o(.text+0x71c): undefined reference to `and_' fzloc.o(.text+0x85c): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(fzout.o): In function `fzout_': fzout.o(.text+0x410): undefined reference to `lshift_' fzout.o(.text+0x46b): undefined reference to `lshift_' fzout.o(.text+0x4b3): undefined reference to `lshift_' fzout.o(.text+0xdc3): undefined reference to `and_' fzout.o(.text+0xfe7): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzbook.o): In function `mzbook_': mzbook.o(.text+0x126): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzdrop.o): In function `mzdrop_': mzdrop.o(.text+0x86): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzflag.o): In function `mzflag_': mzflag.o(.text+0x82): undefined reference to `lshift_' mzflag.o(.text+0x248): undefined reference to `lshift_' mzflag.o(.text+0x27c): undefined reference to `or_' mzflag.o(.text+0x30d): undefined reference to `lshift_' mzflag.o(.text+0x355): undefined reference to `and_' mzflag.o(.text+0x3aa): undefined reference to `lshift_' mzflag.o(.text+0x3e5): undefined reference to `and_' mzflag.o(.text+0x40c): undefined reference to `and_' mzflag.o(.text+0x43b): undefined reference to `lshift_' mzflag.o(.text+0x45c): undefined reference to `or_' mzflag.o(.text+0x5d6): undefined reference to `and_' mzflag.o(.text+0x67a): undefined reference to `lshift_' mzflag.o(.text+0x6ae): undefined reference to `or_' mzflag.o(.text+0x782): undefined reference to `and_' mzflag.o(.text+0x88b): undefined reference to `lshift_' mzflag.o(.text+0x8cc): undefined reference to `and_' mzflag.o(.text+0x92f): undefined reference to `lshift_' mzflag.o(.text+0x96a): undefined reference to `and_' mzflag.o(.text+0x991): undefined reference to `and_' mzflag.o(.text+0x9c0): undefined reference to `lshift_' mzflag.o(.text+0x9e1): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzinco.o): In function `mzinco_': mzinco.o(.text+0x497): undefined reference to `and_' mzinco.o(.text+0x4f7): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzlift.o): In function `mzlift_': mzlift.o(.text+0xa0): undefined reference to `lshift_' mzlift.o(.text+0x186): undefined reference to `lshift_' mzlift.o(.text+0x1e5): undefined reference to `lshift_' mzlift.o(.text+0x26b): undefined reference to `lshift_' mzlift.o(.text+0x3c5): undefined reference to `and_' mzlift.o(.text+0x567): undefined reference to `lshift_' mzlift.o(.text+0x765): undefined reference to `lshift_' mzlift.o(.text+0x7ca): undefined reference to `lshift_' mzlift.o(.text+0x81d): undefined reference to `lshift_' mzlift.o(.text+0x868): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzlift.o)(.text+0x8ec): more undefined references to `lshift_' follow /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzlift.o): In function `mzlift_': mzlift.o(.text+0xd68): undefined reference to `and_' mzlift.o(.text+0xda5): undefined reference to `lshift_' mzlift.o(.text+0xdf3): undefined reference to `or_' mzlift.o(.text+0xed6): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzlink.o): In function `mzlink_': mzlink.o(.text+0x6a): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzpush.o): In function `mzpush_': mzpush.o(.text+0x3e1): undefined reference to `and_' mzpush.o(.text+0x5ce): undefined reference to `and_' mzpush.o(.text+0x6e0): undefined reference to `lshift_' mzpush.o(.text+0x70d): undefined reference to `and_' mzpush.o(.text+0x750): undefined reference to `lshift_' mzpush.o(.text+0x79e): undefined reference to `or_' mzpush.o(.text+0xf94): undefined reference to `lshift_' mzpush.o(.text+0xfc8): undefined reference to `and_' mzpush.o(.text+0xfef): undefined reference to `lshift_' mzpush.o(.text+0x1038): undefined reference to `or_' mzpush.o(.text+0x11b2): undefined reference to `lshift_' mzpush.o(.text+0x11e0): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzstor.o): In function `mzstor_': mzstor.o(.text+0x90a): undefined reference to `lshift_' mzstor.o(.text+0x995): undefined reference to `lshift_' mzstor.o(.text+0x9d0): undefined reference to `or_' mzstor.o(.text+0xa1d): undefined reference to `lshift_' mzstor.o(.text+0xa9b): undefined reference to `lshift_' mzstor.o(.text+0xac3): undefined reference to `or_' mzstor.o(.text+0xb17): undefined reference to `lshift_' mzstor.o(.text+0xc06): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzgar1.o): In function `mzgar1_': mzgar1.o(.text+0xaa): undefined reference to `lshift_' mzgar1.o(.text+0xd7): undefined reference to `or_' mzgar1.o(.text+0x16d): undefined reference to `lshift_' mzgar1.o(.text+0x186): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzmove.o): In function `mzmove_': mzmove.o(.text+0x187): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzrell.o): In function `mzrell_': mzrell.o(.text+0x1a5): undefined reference to `and_' mzrell.o(.text+0x219): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mztabf.o): In function `mztabf_': mztabf.o(.text+0x33a): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mztabm.o): In function `mztabm_': mztabm.o(.text+0x22c): undefined reference to `and_' mztabm.o(.text+0x291): undefined reference to `and_' mztabm.o(.text+0x328): undefined reference to `lshift_' mztabm.o(.text+0x341): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mztabr.o): In function `mztabr_': mztabr.o(.text+0x18e): undefined reference to `lshift_' mztabr.o(.text+0x1ae): undefined reference to `or_' mztabr.o(.text+0x38b): undefined reference to `lshift_' mztabr.o(.text+0x3b8): undefined reference to `and_' mztabr.o(.text+0x494): undefined reference to `lshift_' mztabr.o(.text+0x4b4): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mztabs.o): In function `mztabs_': mztabs.o(.text+0xc6): undefined reference to `lshift_' mztabs.o(.text+0xe6): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mztabx.o): In function `mztabx_': mztabx.o(.text+0x6c): undefined reference to `or_' mztabx.o(.text+0x114): undefined reference to `lshift_' mztabx.o(.text+0x169): undefined reference to `and_' mztabx.o(.text+0x19e): undefined reference to `lshift_' mztabx.o(.text+0x1f3): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzchln.o): In function `mzchln_': mzchln.o(.text+0x5d): undefined reference to `lshift_' mzchln.o(.text+0x120): undefined reference to `lshift_' mzchln.o(.text+0x1b5): undefined reference to `lshift_' mzchln.o(.text+0x248): undefined reference to `lshift_' mzchln.o(.text+0x292): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzchln.o)(.text+0x2dc): more undefined references to `lshift_' follow /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzform.o): In function `mzform_': mzform.o(.text+0x2c8): undefined reference to `and_' mzform.o(.text+0x2ef): undefined reference to `lshift_' mzform.o(.text+0x33d): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzioch.o): In function `mzioch_': mzioch.o(.text+0x3b9): undefined reference to `lshift_' mzioch.o(.text+0x3d9): undefined reference to `or_' mzioch.o(.text+0x46c): undefined reference to `lshift_' mzioch.o(.text+0x47f): undefined reference to `or_' mzioch.o(.text+0x4f7): undefined reference to `lshift_' mzioch.o(.text+0x525): undefined reference to `and_' mzioch.o(.text+0x558): undefined reference to `lshift_' mzioch.o(.text+0x5c2): undefined reference to `or_' mzioch.o(.text+0x62c): undefined reference to `lshift_' mzioch.o(.text+0x653): undefined reference to `and_' mzioch.o(.text+0x67f): undefined reference to `lshift_' mzioch.o(.text+0x6cd): undefined reference to `or_' mzioch.o(.text+0x76c): undefined reference to `lshift_' mzioch.o(.text+0x7a7): undefined reference to `and_' mzioch.o(.text+0x7da): undefined reference to `lshift_' mzioch.o(.text+0x844): undefined reference to `or_' mzioch.o(.text+0x8a9): undefined reference to `lshift_' mzioch.o(.text+0x8d7): undefined reference to `and_' mzioch.o(.text+0x8fe): undefined reference to `lshift_' mzioch.o(.text+0x94c): undefined reference to `or_' mzioch.o(.text+0xa20): undefined reference to `lshift_' mzioch.o(.text+0xa39): undefined reference to `or_' mzioch.o(.text+0xb47): undefined reference to `lshift_' mzioch.o(.text+0xb82): undefined reference to `and_' mzioch.o(.text+0xbb0): undefined reference to `lshift_' mzioch.o(.text+0xc1a): undefined reference to `or_' mzioch.o(.text+0xc81): undefined reference to `lshift_' mzioch.o(.text+0xcaf): undefined reference to `and_' mzioch.o(.text+0xcd6): undefined reference to `lshift_' mzioch.o(.text+0xd24): undefined reference to `or_' mzioch.o(.text+0xd90): undefined reference to `lshift_' mzioch.o(.text+0xdbe): undefined reference to `and_' mzioch.o(.text+0xde5): undefined reference to `lshift_' mzioch.o(.text+0xe33): undefined reference to `or_' mzioch.o(.text+0xef5): undefined reference to `lshift_' mzioch.o(.text+0xf22): undefined reference to `and_' mzioch.o(.text+0xf5b): undefined reference to `lshift_' mzioch.o(.text+0xfa9): undefined reference to `or_' mzioch.o(.text+0x1054): undefined reference to `lshift_' mzioch.o(.text+0x1082): undefined reference to `and_' mzioch.o(.text+0x10b5): undefined reference to `lshift_' mzioch.o(.text+0x111f): undefined reference to `or_' mzioch.o(.text+0x1189): undefined reference to `lshift_' mzioch.o(.text+0x11b0): undefined reference to `and_' mzioch.o(.text+0x11dc): undefined reference to `lshift_' mzioch.o(.text+0x122a): undefined reference to `or_' mzioch.o(.text+0x127d): undefined reference to `lshift_' mzioch.o(.text+0x1290): undefined reference to `or_' mzioch.o(.text+0x1389): undefined reference to `lshift_' mzioch.o(.text+0x13a9): undefined reference to `or_' mzioch.o(.text+0x1482): undefined reference to `lshift_' mzioch.o(.text+0x14bd): undefined reference to `and_' mzioch.o(.text+0x14eb): undefined reference to `lshift_' mzioch.o(.text+0x1555): undefined reference to `or_' mzioch.o(.text+0x15bc): undefined reference to `lshift_' mzioch.o(.text+0x15ea): undefined reference to `and_' mzioch.o(.text+0x1611): undefined reference to `lshift_' mzioch.o(.text+0x165f): undefined reference to `or_' mzioch.o(.text+0x16a3): undefined reference to `lshift_' mzioch.o(.text+0x16c4): undefined reference to `or_' mzioch.o(.text+0x177f): undefined reference to `lshift_' mzioch.o(.text+0x17ac): undefined reference to `and_' mzioch.o(.text+0x17e0): undefined reference to `lshift_' mzioch.o(.text+0x182e): undefined reference to `or_' mzioch.o(.text+0x18e5): undefined reference to `lshift_' mzioch.o(.text+0x1905): undefined reference to `or_' mzioch.o(.text+0x1a0a): undefined reference to `lshift_' mzioch.o(.text+0x1a45): undefined reference to `and_' mzioch.o(.text+0x1a73): undefined reference to `lshift_' mzioch.o(.text+0x1add): undefined reference to `or_' mzioch.o(.text+0x1b44): undefined reference to `lshift_' mzioch.o(.text+0x1b72): undefined reference to `and_' mzioch.o(.text+0x1b99): undefined reference to `lshift_' mzioch.o(.text+0x1be7): undefined reference to `or_' mzioch.o(.text+0x1c4e): undefined reference to `lshift_' mzioch.o(.text+0x1c7c): undefined reference to `and_' mzioch.o(.text+0x1cb0): undefined reference to `lshift_' mzioch.o(.text+0x1cfe): undefined reference to `or_' mzioch.o(.text+0x1daf): undefined reference to `lshift_' mzioch.o(.text+0x1dea): undefined reference to `and_' mzioch.o(.text+0x1e18): undefined reference to `lshift_' mzioch.o(.text+0x1e82): undefined reference to `or_' mzioch.o(.text+0x1ee9): undefined reference to `lshift_' mzioch.o(.text+0x1f17): undefined reference to `and_' mzioch.o(.text+0x1f4b): undefined reference to `lshift_' mzioch.o(.text+0x1f99): undefined reference to `or_' mzioch.o(.text+0x20a8): undefined reference to `lshift_' mzioch.o(.text+0x20dc): undefined reference to `and_' mzioch.o(.text+0x2117): undefined reference to `lshift_' mzioch.o(.text+0x218c): undefined reference to `or_' mzioch.o(.text+0x222a): undefined reference to `lshift_' mzioch.o(.text+0x2257): undefined reference to `and_' mzioch.o(.text+0x2296): undefined reference to `lshift_' mzioch.o(.text+0x22f0): undefined reference to `or_' mzioch.o(.text+0x24ad): undefined reference to `lshift_' mzioch.o(.text+0x24e0): undefined reference to `and_' mzioch.o(.text+0x2514): undefined reference to `lshift_' mzioch.o(.text+0x256b): undefined reference to `or_' mzioch.o(.text+0x2618): undefined reference to `lshift_' mzioch.o(.text+0x2653): undefined reference to `and_' mzioch.o(.text+0x267a): undefined reference to `lshift_' mzioch.o(.text+0x26c8): undefined reference to `or_' mzioch.o(.text+0x2780): undefined reference to `lshift_' mzioch.o(.text+0x27b3): undefined reference to `and_' mzioch.o(.text+0x27f2): undefined reference to `lshift_' mzioch.o(.text+0x284c): undefined reference to `or_' mzioch.o(.text+0x2966): undefined reference to `lshift_' mzioch.o(.text+0x2993): undefined reference to `and_' mzioch.o(.text+0x29ba): undefined reference to `lshift_' mzioch.o(.text+0x2a08): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzresv.o): In function `mzresv_': mzresv.o(.text+0x90): undefined reference to `and_' mzresv.o(.text+0xe2): undefined reference to `lshift_' mzresv.o(.text+0x177): undefined reference to `lshift_' mzresv.o(.text+0x213): undefined reference to `and_' mzresv.o(.text+0x345): undefined reference to `lshift_' mzresv.o(.text+0x3e1): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzsdiv.o): In function `mzsdiv_': mzsdiv.o(.text+0x55): undefined reference to `lshift_' mzsdiv.o(.text+0xce): undefined reference to `lshift_' mzsdiv.o(.text+0x11e): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(izbcdt.o): In function `izbcdt_': izbcdt.o(.text+0x8c): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(izhnum.o): In function `izhnum_': izhnum.o(.text+0x58): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(zshunt.o): In function `zshunt_': zshunt.o(.text+0xab): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzcdir.o): In function `rzcdir_': rzcdir.o(.text+0x66d): undefined reference to `and_' rzcdir.o(.text+0x6da): undefined reference to `and_' rzcdir.o(.text+0x747): undefined reference to `and_' rzcdir.o(.text+0x8cb): undefined reference to `lshift_' rzcdir.o(.text+0x9e2): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzclos.o): In function `rzclos_': rzclos.o(.text+0x136): undefined reference to `lshift_' rzclos.o(.text+0x32a): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzdate.o): In function `rzdate_': rzdate.o(.text+0x59): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzend.o): In function `rzend_': rzend.o(.text+0x191): undefined reference to `lshift_' rzend.o(.text+0x2a9): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzfdir.o): In function `rzfdir_': rzfdir.o(.text+0x24c): undefined reference to `lshift_' rzfdir.o(.text+0x2fc): undefined reference to `and_' rzfdir.o(.text+0x36a): undefined reference to `and_' rzfdir.o(.text+0x3d8): undefined reference to `and_' rzfdir.o(.text+0x5c9): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzfile.o): In function `rzfile_': rzfile.o(.text+0x2c3): undefined reference to `and_' rzfile.o(.text+0xba2): undefined reference to `and_' rzfile.o(.text+0xe4c): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzfree.o): In function `rzfree_': rzfree.o(.text+0x6d): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rziodo.o): In function `rziodo_': rziodo.o(.text+0xdc): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzllok.o): In function `rzllok_': rzllok.o(.text+0x28c): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzlock.o): In function `rzlock_': rzlock.o(.text+0x6d): undefined reference to `lshift_' rzlock.o(.text+0x8d5): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzmdir.o): In function `rzmdir_': rzmdir.o(.text+0x1b6): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzmods.o): In function `rzmods_': rzmods.o(.text+0x78): undefined reference to `and_' rzmods.o(.text+0x1c3): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzout.o): In function `rzout_': rzout.o(.text+0x1a5): undefined reference to `lshift_' rzout.o(.text+0x70c): undefined reference to `lshift_' rzout.o(.text+0xaf5): undefined reference to `lshift_' rzout.o(.text+0xbcc): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzout.o)(.text+0xc3a): more undefined references to `lshift_' follow /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzrtop.o): In function `rzrtop_': rzrtop.o(.text+0x228): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzsave.o): In function `rzsave_': rzsave.o(.text+0x8a): undefined reference to `and_' rzsave.o(.text+0x64b): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzveri.o): In function `rzveri_': rzveri.o(.text+0x6e): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(sbit0.o): In function `sbit0_': sbit0.o(.text+0x31): undefined reference to `lshift_' sbit0.o(.text+0x52): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(sbit1.o): In function `sbit1_': sbit1.o(.text+0x31): undefined reference to `lshift_' sbit1.o(.text+0x4c): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(ublow.o): In function `ublow_': ublow.o(.text+0x7d): undefined reference to `and_' ublow.o(.text+0x110): undefined reference to `and_' ublow.o(.text+0x12e): undefined reference to `or_' ublow.o(.text+0x19c): undefined reference to `and_' ublow.o(.text+0x1b3): undefined reference to `or_' ublow.o(.text+0x214): undefined reference to `and_' ublow.o(.text+0x22b): undefined reference to `or_' ublow.o(.text+0x288): undefined reference to `or_' ublow.o(.text+0x329): undefined reference to `and_' ublow.o(.text+0x343): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(ubunch.o): In function `ubunch_': ubunch.o(.text+0x7d): undefined reference to `and_' ubunch.o(.text+0x103): undefined reference to `and_' ubunch.o(.text+0x123): undefined reference to `and_' ubunch.o(.text+0x150): undefined reference to `lshift_' ubunch.o(.text+0x171): undefined reference to `or_' ubunch.o(.text+0x1b5): undefined reference to `lshift_' ubunch.o(.text+0x1d6): undefined reference to `or_' ubunch.o(.text+0x20e): undefined reference to `lshift_' ubunch.o(.text+0x22f): undefined reference to `or_' ubunch.o(.text+0x2ef): undefined reference to `lshift_' ubunch.o(.text+0x31a): undefined reference to `and_' ubunch.o(.text+0x33b): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(jbit.o): In function `jbit_': jbit.o(.text+0x48): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(jbyt.o): In function `jbyt_': jbyt.o(.text+0x3f): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(sbyt.o): In function `sbyt_': sbyt.o(.text+0x78): undefined reference to `lshift_' sbyt.o(.text+0x98): undefined reference to `and_' sbyt.o(.text+0xb2): undefined reference to `and_' sbyt.o(.text+0xf7): undefined reference to `lshift_' sbyt.o(.text+0x140): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(fzidia.o): In function `fzidia_': fzidia.o(.text+0x203): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(fziffn.o): In function `fziffn_': fziffn.o(.text+0x3e9): undefined reference to `lshift_' fziffn.o(.text+0x47d): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(fziffx.o): In function `fziffx_': fziffx.o(.text+0x5cf): undefined reference to `lshift_' fziffx.o(.text+0x66d): undefined reference to `lshift_' fziffx.o(.text+0x1012): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(fziffx.o)(.text+0x1211): more undefined references to `lshift_' follow /twist/local/cern_absoft/2000a/lib/libpacklib.a(fzorec.o): In function `fzorec_': fzorec.o(.text+0x2b0): undefined reference to `or_' fzorec.o(.text+0x381): undefined reference to `and_' fzorec.o(.text+0x512): undefined reference to `lshift_' fzorec.o(.text+0x540): undefined reference to `or_' fzorec.o(.text+0x69e): undefined reference to `or_' fzorec.o(.text+0x72c): undefined reference to `and_' fzorec.o(.text+0x7a2): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(fzotab.o): In function `fzotab_': fzotab.o(.text+0x120): undefined reference to `and_' fzotab.o(.text+0x2d8): undefined reference to `lshift_' fzotab.o(.text+0x506): undefined reference to `and_' fzotab.o(.text+0x550): undefined reference to `lshift_' fzotab.o(.text+0x58b): undefined reference to `and_' fzotab.o(.text+0xb55): undefined reference to `and_' fzotab.o(.text+0xc3c): undefined reference to `and_' fzotab.o(.text+0xcf6): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzmark.o): In function `mzmark_': mzmark.o(.text+0x8f): undefined reference to `lshift_' mzmark.o(.text+0x24a): undefined reference to `lshift_' mzmark.o(.text+0x27e): undefined reference to `or_' mzmark.o(.text+0x301): undefined reference to `lshift_' mzmark.o(.text+0x342): undefined reference to `and_' mzmark.o(.text+0x381): undefined reference to `lshift_' mzmark.o(.text+0x3a1): undefined reference to `or_' mzmark.o(.text+0x489): undefined reference to `lshift_' mzmark.o(.text+0x5ba): undefined reference to `and_' mzmark.o(.text+0x6e4): undefined reference to `lshift_' mzmark.o(.text+0x718): undefined reference to `or_' mzmark.o(.text+0x7ed): undefined reference to `and_' mzmark.o(.text+0x8ef): undefined reference to `lshift_' mzmark.o(.text+0x930): undefined reference to `and_' mzmark.o(.text+0x99d): undefined reference to `lshift_' mzmark.o(.text+0x9d1): undefined reference to `or_' mzmark.o(.text+0xa93): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzneed.o): In function `mzneed_': mzneed.o(.text+0x95): undefined reference to `lshift_' mzneed.o(.text+0xe6): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzpudx.o): In function `mzpudx_': mzpudx.o(.text+0x16e): undefined reference to `lshift_' mzpudx.o(.text+0x19b): undefined reference to `and_' mzpudx.o(.text+0x1c2): undefined reference to `lshift_' mzpudx.o(.text+0x210): undefined reference to `or_' mzpudx.o(.text+0x275): undefined reference to `lshift_' mzpudx.o(.text+0x2a9): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mztabc.o): In function `mztabc_': mztabc.o(.text+0x14d): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzdvac.o): In function `mzdvac_': mzdvac.o(.text+0x77): undefined reference to `lshift_' mzdvac.o(.text+0x114): undefined reference to `lshift_' mzdvac.o(.text+0x15c): undefined reference to `lshift_' mzdvac.o(.text+0x1e6): undefined reference to `lshift_' mzdvac.o(.text+0x272): undefined reference to `lshift_' mzdvac.o(.text+0x28b): undefined reference to `or_' mzdvac.o(.text+0x2d8): undefined reference to `lshift_' mzdvac.o(.text+0x2fe): undefined reference to `or_' mzdvac.o(.text+0x385): undefined reference to `lshift_' mzdvac.o(.text+0x3cb): undefined reference to `and_' mzdvac.o(.text+0x40f): undefined reference to `lshift_' mzdvac.o(.text+0x42f): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mziocr.o): In function `mziocr_': mziocr.o(.text+0x52): undefined reference to `lshift_' mziocr.o(.text+0xfa): undefined reference to `lshift_' mziocr.o(.text+0x157): undefined reference to `and_' mziocr.o(.text+0x193): undefined reference to `lshift_' mziocr.o(.text+0x21d): undefined reference to `lshift_' mziocr.o(.text+0x278): undefined reference to `lshift_' mziocr.o(.text+0x35b): undefined reference to `lshift_' mziocr.o(.text+0x3c5): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mziocr.o)(.text+0x420): more undefined references to `lshift_' follow /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzixco.o): In function `mzixco_': mzixco.o(.text+0x20b): undefined reference to `or_' mzixco.o(.text+0x2c5): undefined reference to `lshift_' mzixco.o(.text+0x2f2): undefined reference to `and_' mzixco.o(.text+0x32f): undefined reference to `lshift_' mzixco.o(.text+0x37d): undefined reference to `or_' mzixco.o(.text+0x40b): undefined reference to `lshift_' mzixco.o(.text+0x424): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(zhtoi.o): In function `zhtoi_': zhtoi.o(.text+0x94): undefined reference to `and_' zhtoi.o(.text+0xfb): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(zitoh.o): In function `zitoh_': zitoh.o(.text+0x98): undefined reference to `and_' zitoh.o(.text+0xe2): undefined reference to `or_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzallo.o): In function `rzallo_': rzallo.o(.text+0x4b): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzdelk.o): In function `rzdelk_': rzdelk.o(.text+0x39f): undefined reference to `lshift_' rzdelk.o(.text+0x40b): undefined reference to `lshift_' rzdelk.o(.text+0x470): undefined reference to `lshift_' rzdelk.o(.text+0x4d5): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzdelk.o)(.text+0x552): more undefined references to `lshift_' follow /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzver1.o): In function `rzver1_': rzver1.o(.text+0x53b): undefined reference to `and_' rzver1.o(.text+0x9ac): undefined reference to `lshift_' rzver1.o(.text+0xa26): undefined reference to `lshift_' rzver1.o(.text+0xa85): undefined reference to `lshift_' rzver1.o(.text+0xaeb): undefined reference to `lshift_' rzver1.o(.text+0xb49): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzver1.o)(.text+0xbd3): more undefined references to `lshift_' follow /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzver1.o): In function `rzver1_': rzver1.o(.text+0xd8f): undefined reference to `and_' rzver1.o(.text+0x13b6): undefined reference to `and_' rzver1.o(.text+0x163f): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzver2.o): In function `rzver2_': rzver2.o(.text+0x14d): undefined reference to `lshift_' rzver2.o(.text+0x1f2): undefined reference to `lshift_' rzver2.o(.text+0x28c): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(dzsnap.o): In function `dzsnap_': dzsnap.o(.text+0x13b7): undefined reference to `lshift_' dzsnap.o(.text+0x1577): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzend.o): In function `mzend_': mzend.o(.text+0xf5): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzmaps.o): In function `mzmaps_': mzmaps.o(.text+0x193): undefined reference to `and_' mzmaps.o(.text+0x1e5): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(mzwork.o): In function `mzwork_': mzwork.o(.text+0x78): undefined reference to `lshift_' mzwork.o(.text+0x2ad): undefined reference to `lshift_' mzwork.o(.text+0x36d): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(rzprnk.o): In function `rzprnk_': rzprnk.o(.text+0x3e5): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(dzare1.o): In function `dzare1_': dzare1.o(.text+0x535): undefined reference to `and_' dzare1.o(.text+0x583): undefined reference to `lshift_' dzare1.o(.text+0x705): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(dzbkup.o): In function `dzbkup_': dzbkup.o(.text+0x2eb): undefined reference to `and_' dzbkup.o(.text+0x345): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(dzbkxr.o): In function `dzbkxr_': dzbkxr.o(.text+0x123): undefined reference to `and_' dzbkxr.o(.text+0x1d8): undefined reference to `and_' dzbkxr.o(.text+0x261): undefined reference to `lshift_' dzbkxr.o(.text+0x329): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(dzmap.o): In function `dzmap_': dzmap.o(.text+0x301): undefined reference to `and_' dzmap.o(.text+0x87e): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(dzshpr.o): In function `dzshpr_': dzshpr.o(.text+0x279): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(fziasc.o): In function `fziasc_': fziasc.o(.text+0x24b): undefined reference to `lshift_' fziasc.o(.text+0x2b5): undefined reference to `or_' fziasc.o(.text+0x339): undefined reference to `lshift_' fziasc.o(.text+0x359): undefined reference to `or_' fziasc.o(.text+0x3a3): undefined reference to `lshift_' fziasc.o(.text+0x3c3): undefined reference to `or_' fziasc.o(.text+0x3f6): undefined reference to `lshift_' fziasc.o(.text+0x40f): undefined reference to `or_' fziasc.o(.text+0x459): undefined reference to `lshift_' fziasc.o(.text+0x479): undefined reference to `or_' fziasc.o(.text+0x4ac): undefined reference to `lshift_' fziasc.o(.text+0x4c5): undefined reference to `or_' fziasc.o(.text+0x4f8): undefined reference to `lshift_' fziasc.o(.text+0x511): undefined reference to `or_' fziasc.o(.text+0x561): undefined reference to `lshift_' fziasc.o(.text+0x581): undefined reference to `or_' fziasc.o(.text+0x5b4): undefined reference to `lshift_' fziasc.o(.text+0x5cd): undefined reference to `or_' fziasc.o(.text+0x600): undefined reference to `lshift_' fziasc.o(.text+0x619): undefined reference to `or_' fziasc.o(.text+0x64c): undefined reference to `lshift_' fziasc.o(.text+0x665): undefined reference to `or_' fziasc.o(.text+0x6af): undefined reference to `lshift_' fziasc.o(.text+0x6cf): undefined reference to `or_' fziasc.o(.text+0x702): undefined reference to `lshift_' fziasc.o(.text+0x71b): undefined reference to `or_' fziasc.o(.text+0x74e): undefined reference to `lshift_' fziasc.o(.text+0x767): undefined reference to `or_' fziasc.o(.text+0x79a): undefined reference to `lshift_' fziasc.o(.text+0x7b3): undefined reference to `or_' fziasc.o(.text+0x7e6): undefined reference to `lshift_' fziasc.o(.text+0x7ff): undefined reference to `or_' fziasc.o(.text+0x870): undefined reference to `lshift_' fziasc.o(.text+0x890): undefined reference to `or_' fziasc.o(.text+0x8c8): undefined reference to `lshift_' fziasc.o(.text+0x901): undefined reference to `lshift_' fziasc.o(.text+0x921): undefined reference to `or_' fziasc.o(.text+0x954): undefined reference to `lshift_' fziasc.o(.text+0x96d): undefined reference to `or_' fziasc.o(.text+0x9a5): undefined reference to `lshift_' fziasc.o(.text+0x9e1): undefined reference to `lshift_' fziasc.o(.text+0xa01): undefined reference to `or_' fziasc.o(.text+0xa34): undefined reference to `lshift_' fziasc.o(.text+0xa4d): undefined reference to `or_' fziasc.o(.text+0xa80): undefined reference to `lshift_' fziasc.o(.text+0xa99): undefined reference to `or_' fziasc.o(.text+0xad1): undefined reference to `lshift_' fziasc.o(.text+0xb0a): undefined reference to `lshift_' fziasc.o(.text+0xb2a): undefined reference to `or_' fziasc.o(.text+0xb5d): undefined reference to `lshift_' fziasc.o(.text+0xb76): undefined reference to `or_' fziasc.o(.text+0xba9): undefined reference to `lshift_' fziasc.o(.text+0xbc2): undefined reference to `or_' fziasc.o(.text+0xbf5): undefined reference to `lshift_' fziasc.o(.text+0xc0e): undefined reference to `or_' fziasc.o(.text+0xc41): undefined reference to `lshift_' fziasc.o(.text+0xc81): undefined reference to `lshift_' fziasc.o(.text+0xca1): undefined reference to `or_' fziasc.o(.text+0xcd4): undefined reference to `lshift_' fziasc.o(.text+0xced): undefined reference to `or_' fziasc.o(.text+0xd20): undefined reference to `lshift_' fziasc.o(.text+0xd39): undefined reference to `or_' fziasc.o(.text+0xd6c): undefined reference to `lshift_' fziasc.o(.text+0xd85): undefined reference to `or_' fziasc.o(.text+0xdb8): undefined reference to `lshift_' fziasc.o(.text+0xdd1): undefined reference to `or_' fziasc.o(.text+0xe24): undefined reference to `lshift_' fziasc.o(.text+0xe76): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(fzichh.o): In function `fzichh_': fzichh.o(.text+0x66): undefined reference to `lshift_' fzichh.o(.text+0xb3): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(fzoasc.o): In function `fzoasc_': fzoasc.o(.text+0x2d5): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(fzoasc.o)(.text+0x327): more undefined references to `lshift_' follow /twist/local/cern_absoft/2000a/lib/libpacklib.a(izbcd.o): In function `izbcd_': izbcd.o(.text+0x22): undefined reference to `and_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(iumode.o): In function `iumode_': iumode.o(.text+0x26): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(jrsbyt.o): In function `jrsbyt_': jrsbyt.o(.text+0x4b): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(dzbkhd.o): In function `dzbkhd_': dzbkhd.o(.text+0xeb): undefined reference to `and_' dzbkhd.o(.text+0x430): undefined reference to `lshift_' dzbkhd.o(.text+0x4cc): undefined reference to `lshift_' dzbkhd.o(.text+0x552): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(fzoapk.o): In function `fzoapk_': fzoapk.o(.text+0x8f): undefined reference to `lshift_' fzoapk.o(.text+0x121): undefined reference to `lshift_' /twist/local/cern_absoft/2000a/lib/libpacklib.a(fzoapk.o)(.text+0x179): more undefined references to `lshift_' follow collect2: ld returned 1 exit status make: *** [plain] Error 1