set HERE=`pwd` source ~/.login set path= ( . $HOME/bin $path /cern/new/bin /usr/sbin ) set prompt="`hostname`> " setenv EDITOR "emacs -nw" setenv TRIUMF_TERMINAL_TYPE X alias ls 'ls -CF --color' alias rm 'rm -i' source ~/e614soft/triumf/setup.com if ( ! $?TRIUMF_ROOT ) then setenv TRIUMF_ROOT /home/e614/e614soft/triumf endif if ( ! $?E614_CAL ) then setenv E614_CAL /home/e614/e614soft endif if ( ! $?TRIUMF_SCRIPTS ) then setenv TRIUMF_SCRIPTS $TRIUMF_ROOT endif if ( ! $?ROOTSYS ) then if ( ! $?CERN_LIBRARY ) then setenv CERN_LIBRARY /cern/2002/lib endif if ( ! $?CERN_LIBRARY_ABSOFT ) then setenv CERN_LIBRARY_ABSOFT /twist/local/cern_absoft/2002/lib endif setenv CVS_RSH ssh if ( ! $?CVSROOT ) then if ( -d /home/e614mgr/cvs ) then setenv CVSROOT /home/e614mgr/cvs else endif if ( $?ROOTSYS ) then setenv PATH ${PATH}:${ROOTSYS}/bin if ( $?LD_LIBRARY_PATH ) then setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ROOTSYS}/lib else endif if ( ! $?GPLOT_DIR ) then setenv GPLOT_DIR ${TRIUMF_ROOT}/gplot endif if ( ! $?BRU_COMMANDS ) then setenv BRU_COMMANDS ${TRIUMF_ROOT}/bru endif if ( ! $?MOFIA_COMMANDS ) then setenv MOFIA_COMMANDS ${TRIUMF_ROOT}/mofia endif if ( ! $?GEANT_COMMANDS ) then setenv GEANT_COMMANDS ${TRIUMF_ROOT}/geant endif if ( ! $?CFM_COMMANDS ) then setenv CFM_COMMANDS ${TRIUMF_ROOT}/cfm endif if ( ! $?YBOS_COMMANDS ) then setenv YBOS_COMMANDS ${TRIUMF_ROOT}/ybos endif 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_SCRIPTS}/mlib.csh; unset mlib_args" 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} setenv CAL_DB $E614_CAL/caldb_ascii setenv CFM_DB $E614_CAL/cfm/db_noswap setenv CFM_LOG $E614_CAL/cfm/log setenv CFM_DOC ${CFM_ROOT}/doc setenv CFM_LIBRARY ${CFM_ROOT}/lib 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 Mon Jun 28 03:16:04 PDT 2004 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 if ( ! $?TRIUMF_ROOT ) then if ( ! $?E614_CAL ) then if ( ! $?TRIUMF_SCRIPTS ) then if ( ! $?ROOTSYS ) then if ( ! $?CERN_LIBRARY ) then if ( ! $?CERN_LIBRARY_ABSOFT ) then setenv CVS_RSH ssh if ( ! $?CVSROOT ) then if ( $?ROOTSYS ) then setenv PATH ${PATH}:${ROOTSYS}/bin if ( $?LD_LIBRARY_PATH ) then setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ROOTSYS}/lib else endif if ( ! $?GPLOT_DIR ) then if ( ! $?BRU_COMMANDS ) then if ( ! $?MOFIA_COMMANDS ) then if ( ! $?GEANT_COMMANDS ) then if ( ! $?CFM_COMMANDS ) then if ( ! $?YBOS_COMMANDS ) then 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_SCRIPTS}/mlib.csh; unset mlib_args" 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} setenv CAL_DB $E614_CAL/caldb_ascii setenv CFM_DB $E614_CAL/cfm/db_noswap setenv CFM_LOG $E614_CAL/cfm/log setenv CFM_DOC ${CFM_ROOT}/doc setenv CFM_LIBRARY ${CFM_ROOT}/lib 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 " " if ( ! $?TRIUMF_SCRIPTS ) then setenv SYNTAX "syntax" if ( $os_type == IRIX64 || $os_type == IRIX ) then setenv SYNTAX "syntax: mlib [-h] [g77] [gfortran] [f90] [f95] [absoft90] [icc7] [icc8] [debug] [profile] [nocheck] [static] [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 MLIB_DEBUG 1 else if ( `echo $mlib_args | grep -c profile` ) then unsetenv PROFILE endif if ( `echo $mlib_args | grep -c nocheck` ) then unsetenv NOCHECK endif if ( `echo $mlib_args | grep -c static` ) then unset STATIC endif unset F95 unset G77 unset GFORTRAN unset ICC7 unset ICC8 unset ABSOFT90 if ( `echo $mlib_args | grep -c f90` ) then if ( `echo $mlib_args | grep -c f95` ) then set F95 endif if ( `echo $mlib_args | grep -c g77` ) then if ( `echo $mlib_args | grep -c gfortran` ) then if ( `echo $mlib_args | grep -c icc7` ) then if ( `echo $mlib_args | grep -c icc8` ) then if ( `echo $mlib_args | grep -c absoft90` ) then 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 `$ROOTSYS/bin/root-config --cflags` else if ( $?F95 ) then if ( ! $?ABSOFT ) source ${TRIUMF_SCRIPTS}/setup_absoft80.com setenv ABSOFT /opt/absoft80qf3 setenv PATH $ABSOFT/bin:$PATH echo Using ABSOFT 8.0 QF3 from $ABSOFT Using ABSOFT 8.0 QF3 from /opt/absoft80qf3 setenv CXXFLAGS "-Wall -fPIC $ROOTCFLAGS" setenv CFLAGS "" setenv F90FLAGS " -s -en -M124 -M771 -M37 -M899 -M90 -M1566 -YEXT_SFX="_" -YEXT_NAMES=LCS -YCOM_NAMES=LCS -YCFRL=1" if ( ! $?STATIC ) then 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" else if ( $?MLIB_DEBUG ) then setenv LIB_SUFFIX _absoft_dbg setenv F90FLAGS "-g ${F90FLAGS}" setenv CFLAGS " -g ${CFLAGS}" setenv CXXFLAGS " -g ${CXXFLAGS}" if ( ! $?NOCHECK ) then setenv F90FLAGS "-Rb -Rc -Rs -Rp ${F90FLAGS}" endif else if ( $?PROFILE ) then if ( $?MOFIA_ROOT ) then setenv MOFIA_LIBDIR $MOFIA_ROOT/lib endif setenv CXX "g++" setenv CC "gcc" setenv F77 "ABSOFT=$ABSOFT $ABSOFT/bin/f77" setenv F90 "ABSOFT=$ABSOFT $ABSOFT/bin/f95" setenv I90FLAGS "$IFLAGS -p $MOFIA_MAINF90" setenv MAKESTD $TRIUMF_SCRIPTS/make.std.absoft setenv DFLAGS "-DUNIX -Dunix -DLINUX -Dlinux -Df90" setenv LD_COMP "ABSOFT=$ABSOFT $ABSOFT/bin/f95" if ( $?STATIC ) then setenv CERN_LIBDIR $CERN_LIBRARY_ABSOFT setenv LIB_SPECIAL "-L$ABSOFT/lib -lU77 -lf90math -lf77math -lfio -lnsl -lreadline -lncurses" else if ( $?ABSOFT90 ) then else if ( $os_type == OSF1 ) then if ( -e $TRIUMF_SCRIPTS/mlib-local.csh ) source $TRIUMF_SCRIPTS/mlib-local.csh if ( -e ./mlib-local.csh ) source mlib-local.csh query: if ( $?VERBOSE ) then echo " --- mlib setups ---" --- mlib setups --- echo 'OS type: '$os_type OS type: Linux if ( $?MLIB_DEBUG ) then echo 'Debug: ON' Debug: ON if ( $?NOCHECK ) then echo 'Check: ON' Check: ON endif else if ( $?PROFILE ) then echo 'Profile: OFF' Profile: OFF endif if ( $os_type == Linux ) then if ( $?F95 ) then echo Compiler: ABSOFT F95, ABSOFT CERNLIBs, ABSOFT=$ABSOFT Compiler: ABSOFT F95, ABSOFT CERNLIBs, ABSOFT=/opt/absoft80qf3 else if ( $?GFORTRAN ) then endif if ( $?ROOTSYS ) then echo 'Root: ' $ROOTSYS Root: /triumfcs/trshare/olchansk/root/root_v3.10.01.RH8.0 else if ( $?CERN_LIBDIR ) then echo 'Cern: ' $CERN_LIBDIR Cern: /twist/local/cern_absoft/2002/lib else if ( $?MOFIA_ROOT ) then echo Mofia libraries: $MOFIA_LIBDIR Mofia libraries: /home/e614/private_html/nightly_builds/triumf/mofia/devel/lib echo Mofia mainf90 modules: $MOFIA_MAINF90 Mofia mainf90 modules: /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 else echo Make rules: $MAKESTD Make rules: /home/e614/e614soft/triumf/make.std.absoft endif unsetenv VERBOSE unsetenv PROFILE unsetenv NOCHECK cd $HERE/triumf/mofia/devel ./make_qod Makefile:36: "If compiling a debug version you must compile hdiff without bounds checking rm -f qod qod *.o *_cpp.f90 *_cpp.f *.mod Dependencies Makefile:36: "If compiling a debug version you must compile hdiff without bounds checking using .f90.o rules /lib/cpp -P -traditional -E -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 user_hists_mod.f90 user_hists_mod_cpp.f90 ABSOFT=/opt/absoft80qf3 /opt/absoft80qf3/bin/f95 -c -o user_hists_mod.o -Rb -Rc -Rs -Rp -g -s -en -M124 -M771 -M37 -M899 -M90 -M1566 -YEXT_SFX=_ -YEXT_NAMES=LCS -YCOM_NAMES=LCS -YCFRL=1 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -p /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 user_hists_mod_cpp.f90 using .f90.o rules /lib/cpp -P -traditional -E -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 qod_hists_mod.f90 qod_hists_mod_cpp.f90 ABSOFT=/opt/absoft80qf3 /opt/absoft80qf3/bin/f95 -c -o qod_hists_mod.o -Rb -Rc -Rs -Rp -g -s -en -M124 -M771 -M37 -M899 -M90 -M1566 -YEXT_SFX=_ -YEXT_NAMES=LCS -YCOM_NAMES=LCS -YCFRL=1 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -p /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 qod_hists_mod_cpp.f90 using .f90.o rules /lib/cpp -P -traditional -E -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 peds_mod.f90 peds_mod_cpp.f90 ABSOFT=/opt/absoft80qf3 /opt/absoft80qf3/bin/f95 -c -o peds_mod.o -Rb -Rc -Rs -Rp -g -s -en -M124 -M771 -M37 -M899 -M90 -M1566 -YEXT_SFX=_ -YEXT_NAMES=LCS -YCOM_NAMES=LCS -YCFRL=1 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -p /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 peds_mod_cpp.f90 using .F.o rules /lib/cpp -P -traditional -E -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 hdiff.F hdiff_cpp.f ABSOFT=/opt/absoft80qf3 /opt/absoft80qf3/bin/f95 -c -o hdiff.o -W132 -Rb -Rc -Rs -Rp -g -s -en -M124 -M771 -M37 -M899 -M90 -M1566 -YEXT_SFX=_ -YEXT_NAMES=LCS -YCOM_NAMES=LCS -YCFRL=1 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -p /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 hdiff_cpp.f using .f90.o rules /lib/cpp -P -traditional -E -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 exit_f90.f90 exit_f90_cpp.f90 ABSOFT=/opt/absoft80qf3 /opt/absoft80qf3/bin/f95 -c -o exit_f90.o -Rb -Rc -Rs -Rp -g -s -en -M124 -M771 -M37 -M899 -M90 -M1566 -YEXT_SFX=_ -YEXT_NAMES=LCS -YCOM_NAMES=LCS -YCFRL=1 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -p /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 exit_f90_cpp.f90 using .f90.o rules /lib/cpp -P -traditional -E -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 func.f90 func_cpp.f90 ABSOFT=/opt/absoft80qf3 /opt/absoft80qf3/bin/f95 -c -o func.o -Rb -Rc -Rs -Rp -g -s -en -M124 -M771 -M37 -M899 -M90 -M1566 -YEXT_SFX=_ -YEXT_NAMES=LCS -YCOM_NAMES=LCS -YCFRL=1 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -p /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 func_cpp.f90 using .f90.o rules /lib/cpp -P -traditional -E -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 dplot.f90 dplot_cpp.f90 ABSOFT=/opt/absoft80qf3 /opt/absoft80qf3/bin/f95 -c -o dplot.o -Rb -Rc -Rs -Rp -g -s -en -M124 -M771 -M37 -M899 -M90 -M1566 -YEXT_SFX=_ -YEXT_NAMES=LCS -YCOM_NAMES=LCS -YCFRL=1 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -p /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 dplot_cpp.f90 using .F.o rules /lib/cpp -P -traditional -E -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 define_hists.F define_hists_cpp.f ABSOFT=/opt/absoft80qf3 /opt/absoft80qf3/bin/f95 -c -o define_hists.o -W132 -Rb -Rc -Rs -Rp -g -s -en -M124 -M771 -M37 -M899 -M90 -M1566 -YEXT_SFX=_ -YEXT_NAMES=LCS -YCOM_NAMES=LCS -YCFRL=1 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -p /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 define_hists_cpp.f using .f90.o rules /lib/cpp -P -traditional -E -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -DUNIX -Dunix -DLINUX -Dlinux -Df90 define_user_hists.f90 define_user_hists_cpp.f90 ABSOFT=/opt/absoft80qf3 /opt/absoft80qf3/bin/f95 -c -o define_user_hists.o -Rb -Rc -Rs -Rp -g -s -en -M124 -M771 -M37 -M899 -M90 -M1566 -YEXT_SFX=_ -YEXT_NAMES=LCS -YCOM_NAMES=LCS -YCFRL=1 -I. -I/home/e614/private_html/nightly_builds/triumf/mofia/devel/source/include -I/home/e614/e614soft/triumf/ybos/4.1/library -I/home/e614/e614soft/triumf/cfm/2.2/source -I/home/e614/e614soft/triumf/bru/1.1 -I/cern/2002/lib/../include -I/cern/2002/lib/../include/geant321 -p /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/mainf90 define_user_hists_cpp.f90 ABSOFT=/opt/absoft80qf3 /opt/absoft80qf3/bin/f95 -o qod -Rb -Rc -Rs -Rp -g -s -en -M124 -M771 -M37 -M899 -M90 -M1566 -YEXT_SFX=_ -YEXT_NAMES=LCS -YCOM_NAMES=LCS -YCFRL=1 -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/private_html/nightly_builds/triumf/mofia/devel/lib -L/home/e614/e614soft/triumf/gplot -L/twist/local/cern_absoft/2002/lib /home/e614/private_html/nightly_builds/triumf/mofia/devel/source/main/mofia.o user_hists_mod.o qod_hists_mod.o peds_mod.o hdiff.o exit_f90.o func.o dplot.o define_hists.o define_user_hists.o -lmain -lmainf90 -lmain -lcfm_absoft_dbg -lybos_absoft_dbg -lbru_absoft_dbg -lgplot_absoft_dbg -lpacklib -lmathlib -lkernlib -ldummy -lm -L/opt/absoft80qf3/lib -lU77 -lf90math -lf77math -lfio -lnsl -lreadline -lncurses /twist/local/cern_absoft/2002/lib/libpacklib.a(hrendc.o): In function `hrendc_': hrendc.o(.text+0x6a): undefined reference to `for_cpstr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hrfile.o): In function `hrfile_': hrfile.o(.text+0x13d): undefined reference to `for_concat' hrfile.o(.text+0x15a): undefined reference to `for_cpystr' hrfile.o(.text+0x17e): undefined reference to `for_f90_index' hrfile.o(.text+0x1b0): undefined reference to `for_cpystr' hrfile.o(.text+0x1c8): undefined reference to `for_f90_index' hrfile.o(.text+0x1fa): undefined reference to `for_cpystr' hrfile.o(.text+0x240): undefined reference to `for_f90_index' hrfile.o(.text+0x2a7): undefined reference to `for_f90_index' hrfile.o(.text+0x336): undefined reference to `for_cpystr' hrfile.o(.text+0x391): undefined reference to `for_cpystr' hrfile.o(.text+0x408): undefined reference to `for_concat' hrfile.o(.text+0x44f): undefined reference to `for_concat' hrfile.o(.text+0x49b): undefined reference to `for_concat' /twist/local/cern_absoft/2002/lib/libpacklib.a(hrget.o): In function `hrget_': hrget.o(.text+0x141): undefined reference to `for_close' /twist/local/cern_absoft/2002/lib/libpacklib.a(hrin.o): In function `hrin_': hrin.o(.text+0xb75): undefined reference to `for_f90_index' /twist/local/cern_absoft/2002/lib/libpacklib.a(hropen.o): In function `hropen_': hropen.o(.text+0x32): undefined reference to `for_cpystr' hropen.o(.text+0x8b): undefined reference to `for_cpstr' hropen.o(.text+0xc3): undefined reference to `for_f90_index' hropen.o(.text+0x10f): undefined reference to `for_cpystr' hropen.o(.text+0x191): undefined reference to `for_cpystr' hropen.o(.text+0x1f9): undefined reference to `for_close' hropen.o(.text+0x230): undefined reference to `for_cpystr' hropen.o(.text+0x248): undefined reference to `for_f90_index' /twist/local/cern_absoft/2002/lib/libpacklib.a(hrout.o): In function `hrout_': hrout.o(.text+0x1ca): undefined reference to `for_cpstr' hrout.o(.text+0x494): undefined reference to `for_cpstr' hrout.o(.text+0x52a): undefined reference to `for_cpystr' hrout.o(.text+0x570): undefined reference to `for_cpstr' hrout.o(.text+0x5fb): undefined reference to `for_cpstr' hrout.o(.text+0x6d4): undefined reference to `for_cpystr' hrout.o(.text+0x71a): undefined reference to `for_cpstr' hrout.o(.text+0x7c7): undefined reference to `for_cpstr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hrput.o): In function `hrput_': hrput.o(.text+0xb0): undefined reference to `for_concat' hrput.o(.text+0xcd): undefined reference to `for_cpystr' hrput.o(.text+0x17c): undefined reference to `for_close' /twist/local/cern_absoft/2002/lib/libpacklib.a(hrzin.o): In function `hrzin_': hrzin.o(.text+0x70): undefined reference to `for_cpystr' hrzin.o(.text+0xb5): undefined reference to `for_write_int_fmt' hrzin.o(.text+0xcd): undefined reference to `for_write_int_fmt_xmit' hrzin.o(.text+0xe7): undefined reference to `for_write_int_fmt_xmit' hrzin.o(.text+0x107): undefined reference to `for_write_int_fmt_xmit' hrzin.o(.text+0x20e): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hrzout.o): In function `hrzout_': hrzout.o(.text+0x64): undefined reference to `for_write_int_fmt' hrzout.o(.text+0x7c): undefined reference to `for_write_int_fmt_xmit' hrzout.o(.text+0x96): undefined reference to `for_write_int_fmt_xmit' hrzout.o(.text+0xb4): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hreadonedir.o): In function `hreadonedir_': hreadonedir.o(.text+0x51): undefined reference to `for_cpstr' hreadonedir.o(.text+0x95): undefined reference to `for_cpystr' hreadonedir.o(.text+0xde): undefined reference to `for_concat' hreadonedir.o(.text+0xfb): undefined reference to `for_cpystr' hreadonedir.o(.text+0x120): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hbook1.o): In function `hbook1_': hbook1.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hbook1.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hbook1.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hbook2.o): In function `hbook2_': hbook2.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hbook2.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hbook2.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hbtit.o): In function `hbtit_': hbtit.o(.text+0x4a): undefined reference to `for_cpstr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hbug.o): In function `hbug_': hbug.o(.text+0x10f): undefined reference to `for_concat' hbug.o(.text+0x14b): undefined reference to `for_cpystr' hbug.o(.text+0x195): undefined reference to `for_write_int_fmt' hbug.o(.text+0x1d6): undefined reference to `for_write_seq_fmt' hbug.o(.text+0x27a): undefined reference to `for_concat' /twist/local/cern_absoft/2002/lib/libpacklib.a(hcdir.o): In function `hcdir_': hcdir.o(.text+0x115): undefined reference to `for_cpstr' hcdir.o(.text+0x195): undefined reference to `for_write_seq_fmt' hcdir.o(.text+0x1ec): undefined reference to `for_write_seq_fmt' hcdir.o(.text+0x284): undefined reference to `for_cpstr' hcdir.o(.text+0x29d): undefined reference to `for_f90_index' hcdir.o(.text+0x2c5): undefined reference to `for_cpstr' hcdir.o(.text+0x2de): undefined reference to `for_f90_index' hcdir.o(.text+0x34b): undefined reference to `for_concat' hcdir.o(.text+0x364): undefined reference to `for_cpystr' hcdir.o(.text+0x39c): undefined reference to `for_cpystr' hcdir.o(.text+0x3cb): undefined reference to `for_f90_index' hcdir.o(.text+0x417): undefined reference to `for_cpystr' hcdir.o(.text+0x437): undefined reference to `for_cpystr' hcdir.o(.text+0x535): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hchnam.o): In function `hchnam_': hchnam.o(.text+0x2a): undefined reference to `for_cpstr' hchnam.o(.text+0x98): undefined reference to `for_concat' hchnam.o(.text+0xbf): undefined reference to `for_cpstr' hchnam.o(.text+0xf7): undefined reference to `for_f90_index' hchnam.o(.text+0x14b): undefined reference to `for_concat' hchnam.o(.text+0x16c): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hf1.o): In function `hf1_': hf1.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hf1.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hf1.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hf1aut.o): In function `hf1aut_': hf1aut.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hf1aut.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hf1aut.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hf2.o): In function `hf2_': hf2.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hf2.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hf2.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hff1.o): In function `hff1_': hff1.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hff1.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hff1.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hff2.o): In function `hff2_': hff2.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hff2.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hff2.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hfilpf.o): In function `hfilpf_': hfilpf.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hfilpf.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hfilpf.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hindex.o): In function `hindex_': hindex.o(.text+0x173): undefined reference to `for_write_seq_fmt' hindex.o(.text+0x19f): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x1cb): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x236): undefined reference to `for_write_seq_fmt' hindex.o(.text+0x461): undefined reference to `for_write_seq_fmt' hindex.o(.text+0x4a9): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x4cc): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x4f6): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x520): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x543): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hindex.o)(.text+0x566): more undefined references to `for_write_seq_fmt_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(hindex.o): In function `hindex_': hindex.o(.text+0x680): undefined reference to `for_write_seq_fmt' hindex.o(.text+0x69d): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x6ba): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x6d7): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x6fb): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x718): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hindex.o)(.text+0x733): more undefined references to `for_write_seq_fmt_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(hindex.o): In function `hindex_': hindex.o(.text+0x83e): undefined reference to `for_write_seq_fmt' hindex.o(.text+0x886): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x8a9): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x8cc): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x8ef): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x919): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0x97b): undefined reference to `for_write_seq_fmt' hindex.o(.text+0xa79): undefined reference to `for_write_seq_fmt' hindex.o(.text+0xac1): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0xae4): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0xb0e): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0xb38): undefined reference to `for_write_seq_fmt_xmit' hindex.o(.text+0xb5b): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hindex.o)(.text+0xb7e): more undefined references to `for_write_seq_fmt_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(hindex.o): In function `hindex_': hindex.o(.text+0xca7): undefined reference to `for_write_seq_fmt' hindex.o(.text+0x1059): undefined reference to `for_write_seq_fmt' hindex.o(.text+0x1096): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(hinprx.o): In function `hinprx_': hinprx.o(.text+0xc6): undefined reference to `for_write_seq_fmt' hinprx.o(.text+0x10a): undefined reference to `for_write_seq_fmt_xmit' hinprx.o(.text+0x128): undefined reference to `for_write_seq_fmt_xmit' hinprx.o(.text+0x146): undefined reference to `for_write_seq_fmt_xmit' hinprx.o(.text+0x160): undefined reference to `for_write_seq_fmt_xmit' hinprx.o(.text+0x17a): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hinprx.o)(.text+0x194): more undefined references to `for_write_seq_fmt_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(hlimit.o): In function `hlimit_': hlimit.o(.text+0x294): undefined reference to `for_cpystr' hlimit.o(.text+0x2b6): undefined reference to `for_cpystr' hlimit.o(.text+0x2d1): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hmachi.o): In function `hmachi_': hmachi.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hmachi.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hmachi.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hmachi.o): In function `hmachi_.J': hmachi.o(.text+0x9d): undefined reference to `for_cpystr' hmachi.o(.text+0xd1): undefined reference to `for_write_int_fmt' hmachi.o(.text+0x117): undefined reference to `for_write_int_fmt' hmachi.o(.text+0x15a): undefined reference to `for_write_int_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(hmachi.o): In function `hmachi_.A': hmachi.o(.text+0x5d7): undefined reference to `for_cpystr' hmachi.o(.text+0x60b): undefined reference to `for_write_int_fmt' hmachi.o(.text+0x651): undefined reference to `for_write_int_fmt' hmachi.o(.text+0x694): undefined reference to `for_write_int_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(hmdir.o): In function `hmdir_': hmdir.o(.text+0x42): undefined reference to `for_cpstr' hmdir.o(.text+0x69): undefined reference to `for_cpystr' hmdir.o(.text+0x109): undefined reference to `for_cpstr' hmdir.o(.text+0x19f): undefined reference to `for_cpstr' hmdir.o(.text+0x218): undefined reference to `for_cpstr' hmdir.o(.text+0x262): undefined reference to `for_cpystr' hmdir.o(.text+0x3dd): undefined reference to `for_concat' /twist/local/cern_absoft/2002/lib/libpacklib.a(hopera.o): In function `hopera_': hopera.o(.text+0x82): undefined reference to `for_f90_index' hopera.o(.text+0xa8): undefined reference to `for_f90_index' hopera.o(.text+0xce): undefined reference to `for_f90_index' hopera.o(.text+0xf1): undefined reference to `for_f90_index' hopera.o(.text+0x116): undefined reference to `for_f90_index' /twist/local/cern_absoft/2002/lib/libpacklib.a(hopera.o)(.text+0x137): more undefined references to `for_f90_index' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(hpaff.o): In function `hpaff_': hpaff.o(.text+0x67): undefined reference to `for_concat' hpaff.o(.text+0xcf): undefined reference to `for_cpystr' hpaff.o(.text+0x151): undefined reference to `for_concat' hpaff.o(.text+0x170): undefined reference to `for_cpystr' hpaff.o(.text+0x1be): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hpath.o): In function `hpath_': hpath.o(.text+0x2e): undefined reference to `for_cpystr' hpath.o(.text+0x6f): undefined reference to `for_cpstr' hpath.o(.text+0x9b): undefined reference to `for_cpstr' hpath.o(.text+0xce): undefined reference to `for_cpystr' hpath.o(.text+0xfa): undefined reference to `for_cpystr' hpath.o(.text+0x150): undefined reference to `for_cpstr' hpath.o(.text+0x179): undefined reference to `for_cpstr' hpath.o(.text+0x1f6): undefined reference to `for_cpstr' hpath.o(.text+0x24a): undefined reference to `for_cpstr' hpath.o(.text+0x269): undefined reference to `for_cpstr' hpath.o(.text+0x2d0): undefined reference to `for_write_seq_fmt' hpath.o(.text+0x37f): undefined reference to `for_cpstr' hpath.o(.text+0x3d0): undefined reference to `for_cpstr' hpath.o(.text+0x42a): undefined reference to `for_cpystr' hpath.o(.text+0x47d): undefined reference to `for_cpstr' hpath.o(.text+0x49f): undefined reference to `for_cpstr' hpath.o(.text+0x4f6): undefined reference to `for_cpystr' hpath.o(.text+0x559): undefined reference to `for_cpstr' hpath.o(.text+0x5ab): undefined reference to `for_cpstr' hpath.o(.text+0x5f7): undefined reference to `for_cpystr' hpath.o(.text+0x650): undefined reference to `for_cpystr' hpath.o(.text+0x6c2): undefined reference to `for_cpystr' hpath.o(.text+0x72e): undefined reference to `for_cpystr' hpath.o(.text+0x79b): undefined reference to `for_cpstr' hpath.o(.text+0x7e2): undefined reference to `for_cpystr' hpath.o(.text+0x7fe): undefined reference to `for_cpstr' hpath.o(.text+0x874): undefined reference to `for_cpystr' hpath.o(.text+0x8ce): undefined reference to `for_cpstr' hpath.o(.text+0x917): undefined reference to `for_cpstr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hreset.o): In function `hreset_': hreset.o(.text+0x4da): undefined reference to `for_cpstr' hreset.o(.text+0x627): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hsupis.o): In function `hsupis_': hsupis.o(.text+0x1d6): undefined reference to `for_cpstr' hsupis.o(.text+0x209): undefined reference to `for_cpstr' hsupis.o(.text+0x231): undefined reference to `for_cpstr' hsupis.o(.text+0x257): undefined reference to `for_cpstr' hsupis.o(.text+0x281): undefined reference to `for_cpstr' /twist/local/cern_absoft/2002/lib/libpacklib.a(huoptc.o): In function `huoptc_': huoptc.o(.text+0x18): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hlogpf.o): In function `hlogpf_': hlogpf.o(.text+0x37): undefined reference to `for_cpstr' hlogpf.o(.text+0x6c): undefined reference to `for_cpstr' hlogpf.o(.text+0xe8): undefined reference to `for_read_int_fmt' hlogpf.o(.text+0x188): undefined reference to `for_write_seq_fmt' hlogpf.o(.text+0x21c): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hitoc.o): In function `hitoc_': hitoc.o(.text+0x52): undefined reference to `for_write_int_fmt' hitoc.o(.text+0xca): undefined reference to `for_cpstr' hitoc.o(.text+0x127): undefined reference to `for_cpystr' hitoc.o(.text+0x167): undefined reference to `for_cpystr' hitoc.o(.text+0x1a1): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hnbfwr.o): In function `hnbfwr_': hnbfwr.o(.text+0x91): undefined reference to `for_cpystr' hnbfwr.o(.text+0xd6): undefined reference to `for_cpstr' hnbfwr.o(.text+0x296): undefined reference to `for_cpstr' hnbfwr.o(.text+0x309): undefined reference to `for_cpstr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hntdel.o): In function `hntdel_': hntdel.o(.text+0xe6): undefined reference to `for_cpystr' hntdel.o(.text+0x137): undefined reference to `for_cpstr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hntrset.o): In function `hntrset_': hntrset.o(.text+0x77): undefined reference to `for_cpstr' hntrset.o(.text+0x315): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hlimap.o): In function `hlimap_': hlimap.o(.text+0xa4): undefined reference to `for_write_seq_fmt' hlimap.o(.text+0xc4): undefined reference to `for_write_seq_fmt_xmit' hlimap.o(.text+0x161): undefined reference to `for_concat' hlimap.o(.text+0x187): undefined reference to `for_cpystr' hlimap.o(.text+0x201): undefined reference to `for_cpystr' hlimap.o(.text+0x257): undefined reference to `for_write_seq_lis' hlimap.o(.text+0x271): undefined reference to `for_write_seq_lis_xmit' hlimap.o(.text+0x588): undefined reference to `for_cpystr' hlimap.o(.text+0x5aa): undefined reference to `for_cpystr' hlimap.o(.text+0x5c5): undefined reference to `for_cpystr' hlimap.o(.text+0x60e): undefined reference to `for_write_seq_lis' hlimap.o(.text+0x623): undefined reference to `for_write_seq_lis_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hmapm.o): In function `hmapm_': hmapm.o(.text+0x1f): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzin.o): In function `fzin_': fzin.o(.text+0x11a): undefined reference to `for_write_seq_fmt' fzin.o(.text+0x154): undefined reference to `for_write_seq_fmt' fzin.o(.text+0x174): undefined reference to `for_write_seq_fmt_xmit' fzin.o(.text+0x19d): undefined reference to `for_write_seq_fmt_xmit' fzin.o(.text+0x495): undefined reference to `for_write_seq_fmt' fzin.o(.text+0x4af): undefined reference to `for_write_seq_fmt_xmit' fzin.o(.text+0x4c9): undefined reference to `for_write_seq_fmt_xmit' fzin.o(.text+0x4e3): undefined reference to `for_write_seq_fmt_xmit' fzin.o(.text+0x55e): undefined reference to `for_write_seq_fmt' fzin.o(.text+0x578): undefined reference to `for_write_seq_fmt_xmit' fzin.o(.text+0x592): undefined reference to `for_write_seq_fmt_xmit' fzin.o(.text+0x860): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzloc.o): In function `fzloc_': fzloc.o(.text+0x2): undefined reference to `__intel_cpu_indicator' fzloc.o(.text+0x12): undefined reference to `__intel_cpu_indicator' fzloc.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzout.o): In function `fzout_': fzout.o(.text+0x2): undefined reference to `__intel_cpu_indicator' fzout.o(.text+0x12): undefined reference to `__intel_cpu_indicator' fzout.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzout.o): In function `fzout_.J': fzout.o(.text+0x141): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x161): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x181): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x1a1): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x1c8): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x222): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x23d): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x59a): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x5ba): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x999): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x9b9): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0xbdd): undefined reference to `for_write_seq_fmt' fzout.o(.text+0xc89): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x1085): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x10a5): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x10c5): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x10e5): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x1105): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x1125): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzout.o)(.text+0x114c): more undefined references to `for_write_seq_fmt_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(fzout.o): In function `fzout_.J': fzout.o(.text+0x118b): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x133a): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x134f): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzout.o): In function `fzout_.A': fzout.o(.text+0x157a): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x159a): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x15b4): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x15ce): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x15f5): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x164f): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x166a): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x19c1): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x19e1): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x1c8c): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x1cac): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x1ede): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x1f90): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x235c): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x237c): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x239c): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x23bc): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x23dc): undefined reference to `for_write_seq_fmt_xmit' fzout.o(.text+0x23fc): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzout.o)(.text+0x2423): more undefined references to `for_write_seq_fmt_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(fzout.o): In function `fzout_.A': fzout.o(.text+0x2462): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x262f): undefined reference to `for_write_seq_fmt' fzout.o(.text+0x2644): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzcopy.o): In function `mzcopy_': mzcopy.o(.text+0x25a): undefined reference to `for_write_seq_fmt' mzcopy.o(.text+0x274): undefined reference to `for_write_seq_fmt_xmit' mzcopy.o(.text+0x292): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzdrop.o): In function `mzdrop_': mzdrop.o(.text+0x128): undefined reference to `for_write_seq_fmt' mzdrop.o(.text+0x142): undefined reference to `for_write_seq_fmt_xmit' mzdrop.o(.text+0x15c): undefined reference to `for_write_seq_fmt_xmit' mzdrop.o(.text+0x17a): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzebra.o): In function `mzebra_': mzebra.o(.text+0x52): undefined reference to `for_write_int_fmt' mzebra.o(.text+0x9b): undefined reference to `for_concat' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzinco.o): In function `mzinco_': mzinco.o(.text+0xb0): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzlift.o): In function `mzlift_': mzlift.o(.text+0x6ff): undefined reference to `for_write_seq_fmt' mzlift.o(.text+0x722): undefined reference to `for_write_seq_fmt_xmit' mzlift.o(.text+0x745): undefined reference to `for_write_seq_fmt_xmit' mzlift.o(.text+0x768): undefined reference to `for_write_seq_fmt_xmit' mzlift.o(.text+0x78b): undefined reference to `for_write_seq_fmt_xmit' mzlift.o(.text+0x7a8): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzlift.o)(.text+0x7c5): more undefined references to `for_write_seq_fmt_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(mzlink.o): In function `mzlink_': mzlink.o(.text+0x271): undefined reference to `for_write_seq_fmt' mzlink.o(.text+0x28e): undefined reference to `for_write_seq_fmt_xmit' mzlink.o(.text+0x2ab): undefined reference to `for_write_seq_fmt_xmit' mzlink.o(.text+0x2c6): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzneed.o): In function `mzneed_': mzneed.o(.text+0x145): undefined reference to `for_write_seq_fmt' mzneed.o(.text+0x15f): undefined reference to `for_write_seq_fmt_xmit' mzneed.o(.text+0x174): undefined reference to `for_write_seq_fmt_xmit' mzneed.o(.text+0x18e): undefined reference to `for_write_seq_fmt_xmit' mzneed.o(.text+0x1ac): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzpush.o): In function `mzpush_': mzpush.o(.text+0x223): undefined reference to `for_write_seq_fmt' mzpush.o(.text+0x23d): undefined reference to `for_write_seq_fmt_xmit' mzpush.o(.text+0x257): undefined reference to `for_write_seq_fmt_xmit' mzpush.o(.text+0x271): undefined reference to `for_write_seq_fmt_xmit' mzpush.o(.text+0x28b): undefined reference to `for_write_seq_fmt_xmit' mzpush.o(.text+0x2a5): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzpush.o)(.text+0x2c3): more undefined references to `for_write_seq_fmt_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(mzpush.o): In function `mzpush_': mzpush.o(.text+0xc15): undefined reference to `for_write_seq_fmt' mzpush.o(.text+0xc35): undefined reference to `for_write_seq_fmt_xmit' mzpush.o(.text+0xc55): undefined reference to `for_write_seq_fmt_xmit' mzpush.o(.text+0xc75): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzstor.o): In function `mzstor_': mzstor.o(.text+0x23f): undefined reference to `for_write_seq_fmt' mzstor.o(.text+0x263): undefined reference to `for_write_seq_fmt_xmit' mzstor.o(.text+0x287): undefined reference to `for_write_seq_fmt_xmit' mzstor.o(.text+0x2ab): undefined reference to `for_write_seq_fmt_xmit' mzstor.o(.text+0x2c9): undefined reference to `for_write_seq_fmt_xmit' mzstor.o(.text+0x2ed): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzstor.o)(.text+0x30b): more undefined references to `for_write_seq_fmt_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(mzstor.o): In function `mzstor_': mzstor.o(.text+0xb94): undefined reference to `for_write_seq_fmt' mzstor.o(.text+0xbb7): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzvers.o): In function `mzvers_': mzvers.o(.text+0x2): undefined reference to `__intel_cpu_indicator' mzvers.o(.text+0x12): undefined reference to `__intel_cpu_indicator' mzvers.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzvers.o): In function `mzvers_.H': mzvers.o(.text+0x84): undefined reference to `for_write_seq_fmt' mzvers.o(.text+0x9e): undefined reference to `for_write_seq_fmt_xmit' mzvers.o(.text+0xb8): undefined reference to `for_write_seq_fmt_xmit' mzvers.o(.text+0xe9): undefined reference to `for_write_seq_fmt' mzvers.o(.text+0x127): undefined reference to `for_write_seq_fmt' mzvers.o(.text+0x141): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzvers.o): In function `mzvers_.A': mzvers.o(.text+0x1d3): undefined reference to `for_write_seq_fmt' mzvers.o(.text+0x1ed): undefined reference to `for_write_seq_fmt_xmit' mzvers.o(.text+0x207): undefined reference to `for_write_seq_fmt_xmit' mzvers.o(.text+0x238): undefined reference to `for_write_seq_fmt' mzvers.o(.text+0x276): undefined reference to `for_write_seq_fmt' mzvers.o(.text+0x290): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzwork.o): In function `mzwork_': mzwork.o(.text+0x2): undefined reference to `__intel_cpu_indicator' mzwork.o(.text+0x12): undefined reference to `__intel_cpu_indicator' mzwork.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzwork.o): In function `mzwork_.J': mzwork.o(.text+0x451): undefined reference to `for_write_seq_fmt' mzwork.o(.text+0x466): undefined reference to `for_write_seq_fmt_xmit' mzwork.o(.text+0x480): undefined reference to `for_write_seq_fmt_xmit' mzwork.o(.text+0x498): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzwork.o): In function `mzwork_.A': mzwork.o(.text+0x98f): undefined reference to `for_write_seq_fmt' mzwork.o(.text+0x9a4): undefined reference to `for_write_seq_fmt_xmit' mzwork.o(.text+0x9bf): undefined reference to `for_write_seq_fmt_xmit' mzwork.o(.text+0x9d4): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzgar1.o): In function `mzgar1_': mzgar1.o(.text+0x185): undefined reference to `for_write_seq_fmt' mzgar1.o(.text+0x1a6): undefined reference to `for_write_seq_fmt_xmit' mzgar1.o(.text+0x1c0): undefined reference to `for_write_seq_fmt_xmit' mzgar1.o(.text+0x1da): undefined reference to `for_write_seq_fmt_xmit' mzgar1.o(.text+0x1f4): undefined reference to `for_write_seq_fmt_xmit' mzgar1.o(.text+0x252): undefined reference to `for_write_seq_fmt' mzgar1.o(.text+0x26c): undefined reference to `for_write_seq_fmt_xmit' mzgar1.o(.text+0x2fe): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzgarb.o): In function `mzgarb_': mzgarb.o(.text+0x192): undefined reference to `for_write_seq_fmt' mzgarb.o(.text+0x1ac): undefined reference to `for_write_seq_fmt_xmit' mzgarb.o(.text+0x1c6): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mztabr.o): In function `mztabr_': mztabr.o(.text+0xc1): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzioch.o): In function `mzioch_': mzioch.o(.text+0xf8d): undefined reference to `for_write_seq_fmt' mzioch.o(.text+0xfb4): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(zfatal.o): In function `zfatal_': zfatal.o(.text+0xa0): undefined reference to `for_write_seq_fmt' zfatal.o(.text+0xdc): undefined reference to `for_write_seq_fmt' zfatal.o(.text+0xfe): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x13e): undefined reference to `for_write_seq_fmt' zfatal.o(.text+0x15c): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x1ab): undefined reference to `for_write_seq_fmt' zfatal.o(.text+0x1cc): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x1ed): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x276): undefined reference to `for_write_seq_fmt' zfatal.o(.text+0x29c): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x2c8): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x2f4): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x323): undefined reference to `for_write_seq_fmt' zfatal.o(.text+0x345): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x367): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x3ab): undefined reference to `for_write_seq_fmt' zfatal.o(.text+0x3cc): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x417): undefined reference to `for_write_seq_fmt' zfatal.o(.text+0x436): undefined reference to `for_write_seq_fmt' zfatal.o(.text+0x463): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x485): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x4a6): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x4c7): undefined reference to `for_write_seq_fmt_xmit' zfatal.o(.text+0x525): undefined reference to `for_write_seq_fmt' zfatal.o(.text+0x559): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(zfatam.o): In function `zfatam_': zfatam.o(.text+0x6c): undefined reference to `for_write_seq_fmt' zfatam.o(.text+0xb0): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(ztell.o): In function `ztell_': ztell.o(.text+0xa7): undefined reference to `for_write_seq_fmt' ztell.o(.text+0xc1): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(izhnum.o): In function `izhnum_': izhnum.o(.text+0x2): undefined reference to `__intel_cpu_indicator' izhnum.o(.text+0x12): undefined reference to `__intel_cpu_indicator' izhnum.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(zshunt.o): In function `zshunt_': zshunt.o(.text+0x104): undefined reference to `for_write_seq_fmt' zshunt.o(.text+0x11e): undefined reference to `for_write_seq_fmt_xmit' zshunt.o(.text+0x138): undefined reference to `for_write_seq_fmt_xmit' zshunt.o(.text+0x14d): undefined reference to `for_write_seq_fmt_xmit' zshunt.o(.text+0x164): undefined reference to `for_write_seq_fmt_xmit' zshunt.o(.text+0x17e): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzcdir.o): In function `rzcdir_': rzcdir.o(.text+0x6f): undefined reference to `for_cpystr' rzcdir.o(.text+0x13c): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzclos.o): In function `rzclos_': rzclos.o(.text+0x52): undefined reference to `for_f90_index' rzclos.o(.text+0x141): undefined reference to `for_cpystr' rzclos.o(.text+0x175): undefined reference to `for_cpstr' rzclos.o(.text+0x20e): undefined reference to `for_write_seq_lis' rzclos.o(.text+0x228): undefined reference to `for_write_seq_lis_xmit' rzclos.o(.text+0x248): undefined reference to `for_write_seq_lis_xmit' rzclos.o(.text+0x26a): undefined reference to `for_close' rzclos.o(.text+0x2b5): undefined reference to `for_write_seq_lis' rzclos.o(.text+0x2cf): undefined reference to `for_write_seq_lis_xmit' rzclos.o(.text+0x2ef): undefined reference to `for_write_seq_lis_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzend.o): In function `rzend_': rzend.o(.text+0x144): undefined reference to `for_write_seq_fmt' rzend.o(.text+0x205): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzfdir.o): In function `rzfdir_': rzfdir.o(.text+0x2e): undefined reference to `for_f90_index' rzfdir.o(.text+0x1a8): undefined reference to `for_write_seq_fmt' rzfdir.o(.text+0x1db): undefined reference to `for_write_seq_fmt_xmit' rzfdir.o(.text+0x784): undefined reference to `for_write_seq_fmt' rzfdir.o(.text+0x7b7): undefined reference to `for_write_seq_fmt_xmit' rzfdir.o(.text+0x80c): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzfile.o): In function `rzfile_': rzfile.o(.text+0x222): undefined reference to `for_write_seq_fmt' rzfile.o(.text+0x27c): undefined reference to `for_write_seq_fmt' rzfile.o(.text+0x299): undefined reference to `for_write_seq_fmt_xmit' rzfile.o(.text+0x2ba): undefined reference to `for_write_seq_fmt_xmit' rzfile.o(.text+0x346): undefined reference to `for_write_seq_fmt' rzfile.o(.text+0x431): undefined reference to `for_cpystr' rzfile.o(.text+0x9d4): undefined reference to `for_concat' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzfree.o): In function `rzfree_': rzfree.o(.text+0x253): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(rziodo.o): In function `rziodo_': rziodo.o(.text+0xd5): undefined reference to `for_write_dir' rziodo.o(.text+0x1cd): undefined reference to `for_write_seq_fmt' rziodo.o(.text+0x1e4): undefined reference to `for_write_seq_fmt_xmit' rziodo.o(.text+0x1fe): undefined reference to `for_write_seq_fmt_xmit' rziodo.o(.text+0x283): undefined reference to `for_read_dir' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzllok.o): In function `rzllok_': rzllok.o(.text+0x1b6): undefined reference to `for_write_seq_fmt' rzllok.o(.text+0x3a5): undefined reference to `for_write_seq_fmt' rzllok.o(.text+0x3bf): undefined reference to `for_write_seq_fmt_xmit' rzllok.o(.text+0x3d9): undefined reference to `for_write_seq_fmt_xmit' rzllok.o(.text+0x3f9): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzlock.o): In function `rzlock_': rzlock.o(.text+0x264): undefined reference to `for_write_seq_fmt' rzlock.o(.text+0x6f9): undefined reference to `for_write_seq_fmt' rzlock.o(.text+0x74d): undefined reference to `for_write_seq_fmt' rzlock.o(.text+0x8e4): undefined reference to `for_write_seq_fmt' rzlock.o(.text+0x984): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzmake.o): In function `rzmake_': rzmake.o(.text+0x133): undefined reference to `for_inquire' rzmake.o(.text+0x19d): undefined reference to `for_write_seq_fmt' rzmake.o(.text+0x1eb): undefined reference to `for_write_seq_fmt' rzmake.o(.text+0x206): undefined reference to `for_write_seq_fmt_xmit' rzmake.o(.text+0x22d): undefined reference to `for_write_seq_fmt_xmit' rzmake.o(.text+0x2c6): undefined reference to `for_write_seq_fmt' rzmake.o(.text+0x311): undefined reference to `for_write_seq_fmt' rzmake.o(.text+0x354): undefined reference to `for_write_seq_fmt' rzmake.o(.text+0x445): undefined reference to `for_cpystr' rzmake.o(.text+0x708): undefined reference to `for_write_seq_fmt' rzmake.o(.text+0x8ce): undefined reference to `for_write_seq_fmt' rzmake.o(.text+0xabc): undefined reference to `for_cpstr' rzmake.o(.text+0xae5): undefined reference to `for_cpstr' rzmake.o(.text+0xb15): undefined reference to `for_cpstr' rzmake.o(.text+0xe2a): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzmdir.o): In function `rzmdir_': rzmdir.o(.text+0x617): undefined reference to `for_cpstr' rzmdir.o(.text+0x63d): undefined reference to `for_cpstr' rzmdir.o(.text+0x663): undefined reference to `for_cpstr' rzmdir.o(.text+0x689): undefined reference to `for_cpstr' rzmdir.o(.text+0x6af): undefined reference to `for_cpstr' rzmdir.o(.text+0x864): undefined reference to `for_write_seq_fmt' rzmdir.o(.text+0x917): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzmods.o): In function `rzmods_': rzmods.o(.text+0x163): undefined reference to `for_write_seq_fmt' rzmods.o(.text+0x195): undefined reference to `for_write_seq_lis' rzmods.o(.text+0x1b9): undefined reference to `for_write_seq_lis_xmit' rzmods.o(.text+0x1d9): undefined reference to `for_write_seq_lis_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzopen.o): In function `rzopen_': rzopen.o(.text+0x2): undefined reference to `__intel_cpu_indicator' rzopen.o(.text+0x12): undefined reference to `__intel_cpu_indicator' rzopen.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzopen.o): In function `rzopen_.H': rzopen.o(.text+0x5d): undefined reference to `for_cpystr' rzopen.o(.text+0x88): undefined reference to `for_f90_index' rzopen.o(.text+0xa8): undefined reference to `for_f90_index' rzopen.o(.text+0xc8): undefined reference to `for_f90_index' rzopen.o(.text+0xe8): undefined reference to `for_f90_index' rzopen.o(.text+0x10b): undefined reference to `for_f90_index' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzopen.o)(.text+0x12b): more undefined references to `for_f90_index' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(rzopen.o): In function `rzopen_.H': rzopen.o(.text+0x1c7): undefined reference to `for_cpystr' rzopen.o(.text+0x211): undefined reference to `for_cpystr' rzopen.o(.text+0x260): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0x295): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0x2c2): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0x2e2): undefined reference to `for_cpystr' rzopen.o(.text+0x341): undefined reference to `for_inquire' rzopen.o(.text+0x438): undefined reference to `for_open' rzopen.o(.text+0x593): undefined reference to `for_close' rzopen.o(.text+0x64b): undefined reference to `for_open' rzopen.o(.text+0x6bd): undefined reference to `for_read_dir' rzopen.o(.text+0x6f2): undefined reference to `for_close' rzopen.o(.text+0x83e): undefined reference to `for_close' rzopen.o(.text+0x895): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0x8f5): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0x97c): undefined reference to `for_write_int_fmt' rzopen.o(.text+0x9cd): undefined reference to `for_write_int_fmt' rzopen.o(.text+0xa54): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0xa89): undefined reference to `for_close' rzopen.o(.text+0xafd): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0xb20): undefined reference to `for_write_seq_fmt_xmit' rzopen.o(.text+0xb4c): undefined reference to `for_cpystr' rzopen.o(.text+0xb75): undefined reference to `for_cpystr' rzopen.o(.text+0xb97): undefined reference to `for_cpystr' rzopen.o(.text+0xc23): undefined reference to `for_close' rzopen.o(.text+0xc86): undefined reference to `for_write_seq_lis' rzopen.o(.text+0xceb): undefined reference to `for_write_seq_lis' rzopen.o(.text+0xd1b): undefined reference to `for_write_seq_lis_xmit' rzopen.o(.text+0xd47): undefined reference to `for_write_seq_lis_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzopen.o): In function `rzopen_.A': rzopen.o(.text+0xd8f): undefined reference to `for_cpystr' rzopen.o(.text+0xdba): undefined reference to `for_f90_index' rzopen.o(.text+0xdda): undefined reference to `for_f90_index' rzopen.o(.text+0xdfa): undefined reference to `for_f90_index' rzopen.o(.text+0xe1a): undefined reference to `for_f90_index' rzopen.o(.text+0xe3d): undefined reference to `for_f90_index' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzopen.o)(.text+0xe5d): more undefined references to `for_f90_index' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(rzopen.o): In function `rzopen_.A': rzopen.o(.text+0xef9): undefined reference to `for_cpystr' rzopen.o(.text+0xf43): undefined reference to `for_cpystr' rzopen.o(.text+0xf92): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0xfc7): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0xff4): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0x1014): undefined reference to `for_cpystr' rzopen.o(.text+0x1073): undefined reference to `for_inquire' rzopen.o(.text+0x115c): undefined reference to `for_open' rzopen.o(.text+0x12b7): undefined reference to `for_close' rzopen.o(.text+0x137e): undefined reference to `for_open' rzopen.o(.text+0x13fe): undefined reference to `for_read_dir' rzopen.o(.text+0x1433): undefined reference to `for_close' rzopen.o(.text+0x15ad): undefined reference to `for_close' rzopen.o(.text+0x1604): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0x1664): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0x16eb): undefined reference to `for_write_int_fmt' rzopen.o(.text+0x173c): undefined reference to `for_write_int_fmt' rzopen.o(.text+0x17c6): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0x17fb): undefined reference to `for_close' rzopen.o(.text+0x1876): undefined reference to `for_write_seq_fmt' rzopen.o(.text+0x1899): undefined reference to `for_write_seq_fmt_xmit' rzopen.o(.text+0x18c5): undefined reference to `for_cpystr' rzopen.o(.text+0x18ee): undefined reference to `for_cpystr' rzopen.o(.text+0x1910): undefined reference to `for_cpystr' rzopen.o(.text+0x199c): undefined reference to `for_close' rzopen.o(.text+0x19ff): undefined reference to `for_write_seq_lis' rzopen.o(.text+0x1a64): undefined reference to `for_write_seq_lis' rzopen.o(.text+0x1a94): undefined reference to `for_write_seq_lis_xmit' rzopen.o(.text+0x1ac0): undefined reference to `for_write_seq_lis_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzout.o): In function `rzout_': rzout.o(.text+0x2): undefined reference to `__intel_cpu_indicator' rzout.o(.text+0x12): undefined reference to `__intel_cpu_indicator' rzout.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzout.o): In function `rzout_.J': rzout.o(.text+0x194): undefined reference to `for_write_seq_fmt' rzout.o(.text+0x5f3): undefined reference to `for_write_seq_fmt' rzout.o(.text+0x624): undefined reference to `for_write_seq_fmt' rzout.o(.text+0x648): undefined reference to `for_write_seq_fmt' rzout.o(.text+0x96b): undefined reference to `for_write_seq_fmt' rzout.o(.text+0x98b): undefined reference to `for_write_seq_fmt_xmit' rzout.o(.text+0x9ab): undefined reference to `for_write_seq_fmt_xmit' rzout.o(.text+0x9cb): undefined reference to `for_write_seq_fmt_xmit' rzout.o(.text+0xa09): undefined reference to `for_write_seq_fmt' rzout.o(.text+0xaed): undefined reference to `for_write_seq_fmt' rzout.o(.text+0xb79): undefined reference to `for_write_seq_fmt' rzout.o(.text+0xb97): undefined reference to `for_write_seq_fmt_xmit' rzout.o(.text+0x12aa): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzout.o): In function `rzout_.A': rzout.o(.text+0x14f2): undefined reference to `for_write_seq_fmt' rzout.o(.text+0x1945): undefined reference to `for_write_seq_fmt' rzout.o(.text+0x1976): undefined reference to `for_write_seq_fmt' rzout.o(.text+0x199a): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzout.o)(.text+0x1cbc): more undefined references to `for_write_seq_fmt' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(rzout.o): In function `rzout_.A': rzout.o(.text+0x1cdc): undefined reference to `for_write_seq_fmt_xmit' rzout.o(.text+0x1cfc): undefined reference to `for_write_seq_fmt_xmit' rzout.o(.text+0x1d1c): undefined reference to `for_write_seq_fmt_xmit' rzout.o(.text+0x1d5a): undefined reference to `for_write_seq_fmt' rzout.o(.text+0x1e3e): undefined reference to `for_write_seq_fmt' rzout.o(.text+0x1eca): undefined reference to `for_write_seq_fmt' rzout.o(.text+0x1ee8): undefined reference to `for_write_seq_fmt_xmit' rzout.o(.text+0x25e6): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzpaff.o): In function `rzpaff_': rzpaff.o(.text+0x70): undefined reference to `for_concat' rzpaff.o(.text+0xd8): undefined reference to `for_cpystr' rzpaff.o(.text+0x15a): undefined reference to `for_concat' rzpaff.o(.text+0x179): undefined reference to `for_cpystr' rzpaff.o(.text+0x1df): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzpath.o): In function `rzpath_': rzpath.o(.text+0x64): undefined reference to `for_cpstr' rzpath.o(.text+0x90): undefined reference to `for_cpstr' rzpath.o(.text+0xc0): undefined reference to `for_cpystr' rzpath.o(.text+0xee): undefined reference to `for_cpystr' rzpath.o(.text+0x132): undefined reference to `for_cpstr' rzpath.o(.text+0x158): undefined reference to `for_cpstr' rzpath.o(.text+0x17d): undefined reference to `for_cpstr' rzpath.o(.text+0x1f3): undefined reference to `for_cpstr' rzpath.o(.text+0x246): undefined reference to `for_cpstr' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzpath.o)(.text+0x262): more undefined references to `for_cpstr' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(rzpath.o): In function `rzpath_': rzpath.o(.text+0x31c): undefined reference to `for_cpystr' rzpath.o(.text+0x3b8): undefined reference to `for_cpstr' rzpath.o(.text+0x409): undefined reference to `for_cpstr' rzpath.o(.text+0x477): undefined reference to `for_cpystr' rzpath.o(.text+0x4bd): undefined reference to `for_cpstr' rzpath.o(.text+0x4dc): undefined reference to `for_cpstr' rzpath.o(.text+0x530): undefined reference to `for_cpystr' rzpath.o(.text+0x591): undefined reference to `for_cpstr' rzpath.o(.text+0x5d8): undefined reference to `for_cpstr' rzpath.o(.text+0x620): undefined reference to `for_cpystr' rzpath.o(.text+0x676): undefined reference to `for_cpystr' rzpath.o(.text+0x6db): undefined reference to `for_cpystr' rzpath.o(.text+0x73f): undefined reference to `for_cpystr' rzpath.o(.text+0x7a7): undefined reference to `for_cpstr' rzpath.o(.text+0x7ee): undefined reference to `for_cpystr' rzpath.o(.text+0x80a): undefined reference to `for_cpstr' rzpath.o(.text+0x875): undefined reference to `for_cpystr' rzpath.o(.text+0x8cc): undefined reference to `for_cpstr' rzpath.o(.text+0x914): undefined reference to `for_cpstr' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzread.o): In function `rzread_': rzread.o(.text+0x350): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzstrir.o): In function `rzstrir_': rzstrir.o(.text+0x81): undefined reference to `for_close' rzstrir.o(.text+0x18f): undefined reference to `for_open' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzveri.o): In function `rzveri_': rzveri.o(.text+0x2): undefined reference to `__intel_cpu_indicator' rzveri.o(.text+0x12): undefined reference to `__intel_cpu_indicator' rzveri.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzveri.o): In function `rzveri_.J': rzveri.o(.text+0xc3): undefined reference to `for_f90_index' rzveri.o(.text+0xde): undefined reference to `for_f90_index' rzveri.o(.text+0xf9): undefined reference to `for_f90_index' rzveri.o(.text+0x113): undefined reference to `for_f90_index' rzveri.o(.text+0x177): undefined reference to `for_cpystr' rzveri.o(.text+0x1a1): undefined reference to `for_cpystr' rzveri.o(.text+0x1dd): undefined reference to `for_cpystr' rzveri.o(.text+0x211): undefined reference to `for_cpystr' rzveri.o(.text+0x357): undefined reference to `for_write_seq_lis' rzveri.o(.text+0x37b): undefined reference to `for_write_seq_lis_xmit' rzveri.o(.text+0x4b3): undefined reference to `for_cpystr' rzveri.o(.text+0x4e5): undefined reference to `for_write_seq_lis' rzveri.o(.text+0x638): undefined reference to `for_write_seq_lis' rzveri.o(.text+0x65c): undefined reference to `for_write_seq_lis_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzveri.o): In function `rzveri_.A': rzveri.o(.text+0x74f): undefined reference to `for_f90_index' rzveri.o(.text+0x76d): undefined reference to `for_f90_index' rzveri.o(.text+0x788): undefined reference to `for_f90_index' rzveri.o(.text+0x7a3): undefined reference to `for_f90_index' rzveri.o(.text+0x80b): undefined reference to `for_cpystr' rzveri.o(.text+0x836): undefined reference to `for_cpystr' rzveri.o(.text+0x872): undefined reference to `for_cpystr' rzveri.o(.text+0x8a3): undefined reference to `for_cpystr' rzveri.o(.text+0x9ce): undefined reference to `for_write_seq_lis' rzveri.o(.text+0x9f2): undefined reference to `for_write_seq_lis_xmit' rzveri.o(.text+0xb76): undefined reference to `for_cpystr' rzveri.o(.text+0xba8): undefined reference to `for_write_seq_lis' rzveri.o(.text+0xcfe): undefined reference to `for_write_seq_lis' rzveri.o(.text+0xd22): undefined reference to `for_write_seq_lis_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(cfopen.o): In function `cfopen_': cfopen.o(.text+0x38): undefined reference to `for_cpystr' cfopen.o(.text+0x68): undefined reference to `for_f90_index' cfopen.o(.text+0x8e): undefined reference to `for_f90_index' cfopen.o(.text+0xbd): undefined reference to `for_f90_index' cfopen.o(.text+0xf6): undefined reference to `for_f90_index' cfopen.o(.text+0x11c): undefined reference to `for_f90_index' /twist/local/cern_absoft/2002/lib/libpacklib.a(cleft.o): In function `cleft_': cleft.o(.text+0x67): undefined reference to `for_cpstr' cleft.o(.text+0xad): undefined reference to `for_cpstr' cleft.o(.text+0xef): undefined reference to `for_cpystr' cleft.o(.text+0x154): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(cltou.o): In function `cltou_': cltou.o(.text+0x5e): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(cutol.o): In function `cutol_': cutol.o(.text+0x5e): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(intarg.o): In function `intarg_': intarg.o(.text+0x2): undefined reference to `__intel_cpu_indicator' intarg.o(.text+0x12): undefined reference to `__intel_cpu_indicator' intarg.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(sortzv.o): In function `sortzv_': sortzv.o(.text+0x2): undefined reference to `__intel_cpu_indicator' sortzv.o(.text+0x12): undefined reference to `__intel_cpu_indicator' sortzv.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(uoptc.o): In function `uoptc_': uoptc.o(.text+0x4a): undefined reference to `for_f90_index' /twist/local/cern_absoft/2002/lib/libpacklib.a(ucopy.o): In function `ucopy_': ucopy.o(.text+0x2): undefined reference to `__intel_cpu_indicator' ucopy.o(.text+0x12): undefined reference to `__intel_cpu_indicator' ucopy.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(uctoh.o): In function `uctoh_': uctoh.o(.text+0xb5): undefined reference to `for_cpystr' uctoh.o(.text+0x110): undefined reference to `for_cpystr' uctoh.o(.text+0x180): undefined reference to `for_cpystr' uctoh.o(.text+0x1c5): undefined reference to `for_cpystr' uctoh.o(.text+0x22c): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(uctoh1.o)(.text+0x68): more undefined references to `for_cpystr' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(vblank.o): In function `vblank_': vblank.o(.text+0x2): undefined reference to `__intel_cpu_indicator' vblank.o(.text+0x12): undefined reference to `__intel_cpu_indicator' vblank.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(vfill.o): In function `vfill_': vfill.o(.text+0x2): undefined reference to `__intel_cpu_indicator' vfill.o(.text+0x12): undefined reference to `__intel_cpu_indicator' vfill.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(vzero.o): In function `vzero_': vzero.o(.text+0x2): undefined reference to `__intel_cpu_indicator' vzero.o(.text+0x12): undefined reference to `__intel_cpu_indicator' vzero.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hdbaop.o): In function `hdbaop_': hdbaop.o(.text+0x19c): undefined reference to `for_write_seq_fmt' hdbaop.o(.text+0x1bb): undefined reference to `for_write_seq_fmt_xmit' hdbaop.o(.text+0x1f5): undefined reference to `for_write_seq_fmt' hdbaop.o(.text+0x20d): undefined reference to `for_write_seq_fmt_xmit' hdbaop.o(.text+0x22b): undefined reference to `for_write_seq_fmt_xmit' hdbaop.o(.text+0x249): undefined reference to `for_write_seq_fmt_xmit' hdbaop.o(.text+0x27a): undefined reference to `for_write_seq_fmt' hdbaop.o(.text+0x293): undefined reference to `for_write_seq_fmt_xmit' hdbaop.o(.text+0x2ab): undefined reference to `for_write_seq_fmt_xmit' hdbaop.o(.text+0x2c5): undefined reference to `for_write_seq_fmt_xmit' hdbaop.o(.text+0x33f): undefined reference to `for_write_seq_fmt' hdbaop.o(.text+0x35e): undefined reference to `for_write_seq_fmt_xmit' hdbaop.o(.text+0x3c2): undefined reference to `for_write_seq_fmt' hdbaop.o(.text+0x3e2): undefined reference to `for_write_seq_fmt_xmit' hdbaop.o(.text+0x401): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hdbcop.o): In function `hdbcop_': hdbcop.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hdbcop.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hdbcop.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hdbcop.o): In function `hdbcop_.H': hdbcop.o(.text+0x176): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x193): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x1b0): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x20f): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x22c): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x249): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x677): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x69c): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x6c1): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x6e6): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x749): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x766): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x782): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x79f): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x7eb): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x810): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x833): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x858): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x895): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x8b8): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x8e4): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x906): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x97e): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x9f7): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0xa1a): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0xa3d): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0xab6): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0xad9): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hdbcop.o): In function `hdbcop_.A': hdbcop.o(.text+0xc42): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0xc5f): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0xc7c): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0xcea): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0xd07): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0xd24): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x10ff): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x1120): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x1141): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x1162): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x11c3): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x11e6): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x120b): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x122e): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x1279): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x129a): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x12bd): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x12de): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x131b): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x133e): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x1364): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x1389): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x140d): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x148d): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x14b0): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x14d3): undefined reference to `for_write_seq_fmt_xmit' hdbcop.o(.text+0x1553): undefined reference to `for_write_seq_fmt' hdbcop.o(.text+0x1576): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hdbini.o): In function `hdbini_': hdbini.o(.text+0x591): undefined reference to `for_write_seq_fmt' hdbini.o(.text+0xab9): undefined reference to `for_write_seq_fmt' hdbini.o(.text+0xadc): undefined reference to `for_write_seq_fmt_xmit' hdbini.o(.text+0xb19): undefined reference to `for_write_seq_fmt' hdbini.o(.text+0xb34): undefined reference to `for_write_seq_fmt_xmit' hdbini.o(.text+0xb4f): undefined reference to `for_write_seq_fmt_xmit' hdbini.o(.text+0xca8): undefined reference to `for_write_seq_fmt' hdbini.o(.text+0xcc5): undefined reference to `for_write_seq_fmt_xmit' hdbini.o(.text+0xd00): undefined reference to `for_write_seq_fmt' hdbini.o(.text+0xd1d): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hdbprf.o): In function `hdbprf_': hdbprf.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hdbprf.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hdbprf.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hdbprf.o): In function `hdbprf_.H': hdbprf.o(.text+0x69): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x2b6): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x2d8): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x2f2): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x3d5): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x456): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x476): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x5d0): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x5f3): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x615): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x677): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x696): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x705): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x78b): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x7ab): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x828): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0xa24): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0xaa1): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0xb2e): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0xbc4): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0xbe3): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0xc75): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0xc94): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0xcec): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0xd0b): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0xd2a): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0xd49): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hdbprf.o): In function `hdbprf_.A': hdbprf.o(.text+0xda7): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0xfe9): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x100b): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x1025): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x10f4): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x1172): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x1192): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x12bb): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x12d8): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x12fa): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x135b): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x1376): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x13e8): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x146e): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x148e): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x150b): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x16eb): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x1768): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x17f5): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x1889): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x18a8): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x1938): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x1957): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x19aa): undefined reference to `for_write_seq_fmt' hdbprf.o(.text+0x19c5): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x19e0): undefined reference to `for_write_seq_fmt_xmit' hdbprf.o(.text+0x19fb): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hdbsop.o): In function `hdbsop_': hdbsop.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hdbsop.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hdbsop.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hdbsop.o): In function `hdbsop_.H': hdbsop.o(.text+0x1a3): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x1c0): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x1dd): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x242): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x25f): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x27c): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x663): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x688): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x6ad): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x6e8): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x709): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x72d): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x77e): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x7a1): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x7c3): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x7e6): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x832): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x857): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x87c): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x8bb): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x8e0): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x905): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x942): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x968): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x994): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x9b6): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0xa36): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0xa59): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0xae2): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0xb05): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0xb28): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0xb96): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0xbb9): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0xbdc): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0xc54): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0xc77): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hdbsop.o): In function `hdbsop_.A': hdbsop.o(.text+0xdf7): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0xe14): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0xe31): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0xe99): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0xeb6): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0xed3): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x1261): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x1282): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x12a3): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x12de): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x12ff): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x1323): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x1376): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x1399): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x13be): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x13db): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x1426): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x1447): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x1468): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x14a3): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x14c4): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x14e5): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x1522): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x1548): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x156e): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x1593): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x161b): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x163e): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x16cd): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x16f0): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x1713): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x1785): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x17a8): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x17cb): undefined reference to `for_write_seq_fmt_xmit' hdbsop.o(.text+0x1849): undefined reference to `for_write_seq_fmt' hdbsop.o(.text+0x186c): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hqputf.o): In function `hqputf_': hqputf.o(.text+0x6d): undefined reference to `for_cpstr' hqputf.o(.text+0xa8): undefined reference to `for_cpstr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hbpqry.o): In function `greppqry_': hbpqry.o(.text+0x12f): undefined reference to `_intel_fast_memcpy' hbpqry.o(.text+0x188): undefined reference to `_intel_fast_memcpy' hbpqry.o(.text+0x1e0): undefined reference to `_intel_fast_memset' /twist/local/cern_absoft/2002/lib/libpacklib.a(hbcdi.o): In function `hbcdi_': hbcdi.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hbcdi.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hbcdi.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hbin.o): In function `hbin_': hbin.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hbin.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hbin.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hbin.o): In function `hbin_.H': hbin.o(.text+0x102): undefined reference to `f_powri' hbin.o(.text+0x1e5): undefined reference to `f_powri' hbin.o(.text+0x331): undefined reference to `f_powri' /twist/local/cern_absoft/2002/lib/libpacklib.a(hbin.o): In function `hbin_.A': hbin.o(.text+0x48b): undefined reference to `f_powri' hbin.o(.text+0x546): undefined reference to `f_powri' /twist/local/cern_absoft/2002/lib/libpacklib.a(hbin.o)(.text+0x67f): more undefined references to `f_powri' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(hfcxy.o): In function `hfcxy_': hfcxy.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hfcxy.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hfcxy.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hfidp.o): In function `hfidp_': hfidp.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hfidp.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hfidp.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hforma.o): In function `hforma_': hforma.o(.text+0x5c): undefined reference to `for_write_seq_fmt' hforma.o(.text+0x115): undefined reference to `for_write_seq_fmt' hforma.o(.text+0x14f): undefined reference to `for_write_seq_fmt' hforma.o(.text+0x18b): undefined reference to `for_write_seq_fmt' hforma.o(.text+0x1b4): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(hgive.o): In function `hgive_': hgive.o(.text+0x1bd): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hlabeq.o): In function `hlabeq_': hlabeq.o(.text+0x25): undefined reference to `for_cpystr' hlabeq.o(.text+0x56): undefined reference to `for_f90_index' hlabeq.o(.text+0x70): undefined reference to `for_f90_index' hlabeq.o(.text+0x1df): undefined reference to `for_concat' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzidia.o): In function `fzidia_': fzidia.o(.text+0x8b): undefined reference to `for_cpystr' fzidia.o(.text+0xb6): undefined reference to `for_cpystr' fzidia.o(.text+0x105): undefined reference to `for_cpystr' fzidia.o(.text+0x19c): undefined reference to `for_write_seq_fmt' fzidia.o(.text+0x1f3): undefined reference to `for_write_seq_fmt' fzidia.o(.text+0x219): undefined reference to `for_cpystr' fzidia.o(.text+0x2b5): undefined reference to `for_write_seq_fmt' fzidia.o(.text+0x2e0): undefined reference to `for_write_seq_fmt_xmit' fzidia.o(.text+0x305): undefined reference to `for_write_seq_fmt_xmit' fzidia.o(.text+0x32a): undefined reference to `for_write_seq_fmt_xmit' fzidia.o(.text+0x355): undefined reference to `for_write_seq_fmt_xmit' fzidia.o(.text+0x370): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzidia.o)(.text+0x3aa): more undefined references to `for_write_seq_fmt_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(fzidia.o): In function `fzidia_': fzidia.o(.text+0x4e5): undefined reference to `for_write_seq_fmt' fzidia.o(.text+0x4fa): undefined reference to `for_write_seq_fmt_xmit' fzidia.o(.text+0x53d): undefined reference to `for_write_seq_fmt' fzidia.o(.text+0x62b): undefined reference to `for_write_seq_fmt' fzidia.o(.text+0x646): undefined reference to `for_write_seq_fmt_xmit' fzidia.o(.text+0x66f): undefined reference to `for_write_seq_fmt_xmit' fzidia.o(.text+0x73f): undefined reference to `for_write_seq_fmt' fzidia.o(.text+0x77e): undefined reference to `for_write_seq_fmt' fzidia.o(.text+0x799): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fziffn.o): In function `fziffn_': fziffn.o(.text+0x121): undefined reference to `for_write_seq_fmt' fziffn.o(.text+0x141): undefined reference to `for_write_seq_fmt_xmit' fziffn.o(.text+0x21c): undefined reference to `for_write_seq_fmt' fziffn.o(.text+0x23c): undefined reference to `for_write_seq_fmt_xmit' fziffn.o(.text+0x25c): undefined reference to `for_write_seq_fmt_xmit' fziffn.o(.text+0x344): undefined reference to `for_write_seq_fmt' fziffn.o(.text+0x35f): undefined reference to `for_write_seq_fmt_xmit' fziffn.o(.text+0x37a): undefined reference to `for_write_seq_fmt_xmit' fziffn.o(.text+0x477): undefined reference to `for_write_seq_fmt' fziffn.o(.text+0x4a7): undefined reference to `for_write_seq_fmt_xmit' fziffn.o(.text+0x6c9): undefined reference to `for_write_seq_fmt' fziffn.o(.text+0x72e): undefined reference to `for_write_seq_fmt' fziffn.o(.text+0x76a): undefined reference to `for_write_seq_fmt' fziffn.o(.text+0x785): undefined reference to `for_write_seq_fmt_xmit' fziffn.o(.text+0x7a9): undefined reference to `for_write_seq_fmt' fziffn.o(.text+0x7ec): undefined reference to `for_write_seq_fmt_xmit' fziffn.o(.text+0x80f): undefined reference to `for_write_seq_fmt_xmit' fziffn.o(.text+0x9f2): undefined reference to `for_write_seq_fmt' fziffn.o(.text+0xa12): undefined reference to `for_write_seq_fmt_xmit' fziffn.o(.text+0xa32): undefined reference to `for_write_seq_fmt_xmit' fziffn.o(.text+0xd96): undefined reference to `for_write_seq_fmt' fziffn.o(.text+0xdb0): undefined reference to `for_write_seq_fmt_xmit' fziffn.o(.text+0xdca): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fziffx.o): In function `fziffx_': fziffx.o(.text+0x2): undefined reference to `__intel_cpu_indicator' fziffx.o(.text+0x12): undefined reference to `__intel_cpu_indicator' fziffx.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(fziffx.o): In function `fziffx_.J': fziffx.o(.text+0x246): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x26d): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x288): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x3db): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x3f8): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x415): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x432): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x618): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x63b): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x6a1): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x6cd): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x863): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x896): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0xbdd): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0xc48): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0xc8b): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0xca9): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0xcd3): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0xd14): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0xd37): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fziffx.o): In function `fziffx_.A': fziffx.o(.text+0x16e2): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x1709): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x1724): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x1877): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x1894): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x18b1): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x18ce): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x1ab4): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x1ad7): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x1b3d): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x1b69): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x1d12): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x1d45): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x208e): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x20fc): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x213f): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x215d): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x2187): undefined reference to `for_write_seq_fmt' fziffx.o(.text+0x21c8): undefined reference to `for_write_seq_fmt_xmit' fziffx.o(.text+0x21eb): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzilin.o): In function `fzilin_': fzilin.o(.text+0x2): undefined reference to `__intel_cpu_indicator' fzilin.o(.text+0x12): undefined reference to `__intel_cpu_indicator' fzilin.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzimtb.o): In function `fzimtb_': fzimtb.o(.text+0x90): undefined reference to `for_write_seq_fmt' fzimtb.o(.text+0xc8): undefined reference to `for_write_seq_fmt_xmit' fzimtb.o(.text+0xec): undefined reference to `for_write_seq_fmt_xmit' fzimtb.o(.text+0x110): undefined reference to `for_write_seq_fmt_xmit' fzimtb.o(.text+0x134): undefined reference to `for_write_seq_fmt_xmit' fzimtb.o(.text+0x15f): undefined reference to `for_write_seq_fmt_xmit' fzimtb.o(.text+0x712): undefined reference to `for_write_seq_fmt' fzimtb.o(.text+0x964): undefined reference to `for_write_seq_fmt' fzimtb.o(.text+0x98c): undefined reference to `for_write_seq_fmt_xmit' fzimtb.o(.text+0x9b4): undefined reference to `for_write_seq_fmt_xmit' fzimtb.o(.text+0x9dc): undefined reference to `for_write_seq_fmt_xmit' fzimtb.o(.text+0xa76): undefined reference to `for_write_seq_fmt' fzimtb.o(.text+0xa96): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzirec.o): In function `fzirec_': fzirec.o(.text+0xf4): undefined reference to `for_write_seq_fmt' fzirec.o(.text+0x109): undefined reference to `for_write_seq_fmt_xmit' fzirec.o(.text+0x123): undefined reference to `for_write_seq_fmt_xmit' fzirec.o(.text+0x13d): undefined reference to `for_write_seq_fmt_xmit' fzirec.o(.text+0x157): undefined reference to `for_write_seq_fmt_xmit' fzirec.o(.text+0x281): undefined reference to `for_write_seq_fmt' fzirec.o(.text+0x2a1): undefined reference to `for_write_seq_fmt_xmit' fzirec.o(.text+0x2ca): undefined reference to `for_write_seq_fmt_xmit' fzirec.o(.text+0x3ac): undefined reference to `for_write_seq_fmt' fzirec.o(.text+0x3c6): undefined reference to `for_write_seq_fmt_xmit' fzirec.o(.text+0x3e0): undefined reference to `for_write_seq_fmt_xmit' fzirec.o(.text+0x4b6): undefined reference to `for_write_seq_fmt' fzirec.o(.text+0xa3a): undefined reference to `for_write_seq_fmt' fzirec.o(.text+0xa5a): undefined reference to `for_write_seq_fmt_xmit' fzirec.o(.text+0xa7a): undefined reference to `for_write_seq_fmt_xmit' fzirec.o(.text+0xa92): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzoffn.o): In function `fzoffn_': fzoffn.o(.text+0xb77): undefined reference to `for_endfile' fzoffn.o(.text+0xbbf): undefined reference to `for_write_seq_fmt' fzoffn.o(.text+0xbd9): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzoffx.o): In function `fzoffx_': fzoffx.o(.text+0x2): undefined reference to `__intel_cpu_indicator' fzoffx.o(.text+0x12): undefined reference to `__intel_cpu_indicator' fzoffx.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzon1.o): In function `fzon1_': fzon1.o(.text+0x50): undefined reference to `for_write_seq' fzon1.o(.text+0x77): undefined reference to `for_write_seq_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzon2.o): In function `fzon2_': fzon2.o(.text+0x5b): undefined reference to `for_write_seq' fzon2.o(.text+0x82): undefined reference to `for_write_seq_xmit' fzon2.o(.text+0xa9): undefined reference to `for_write_seq_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzon3.o): In function `fzon3_': fzon3.o(.text+0x65): undefined reference to `for_write_seq' fzon3.o(.text+0x8c): undefined reference to `for_write_seq_xmit' fzon3.o(.text+0xb3): undefined reference to `for_write_seq_xmit' fzon3.o(.text+0xdd): undefined reference to `for_write_seq_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzon4.o): In function `fzon4_': fzon4.o(.text+0x70): undefined reference to `for_write_seq' fzon4.o(.text+0x97): undefined reference to `for_write_seq_xmit' fzon4.o(.text+0xc1): undefined reference to `for_write_seq_xmit' fzon4.o(.text+0xe8): undefined reference to `for_write_seq_xmit' fzon4.o(.text+0x112): undefined reference to `for_write_seq_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzon5.o): In function `fzon5_': fzon5.o(.text+0x7a): undefined reference to `for_write_seq' fzon5.o(.text+0xa1): undefined reference to `for_write_seq_xmit' fzon5.o(.text+0xcb): undefined reference to `for_write_seq_xmit' fzon5.o(.text+0xf5): undefined reference to `for_write_seq_xmit' fzon5.o(.text+0x11c): undefined reference to `for_write_seq_xmit' fzon5.o(.text+0x146): undefined reference to `for_write_seq_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzon6.o): In function `fzon6_': fzon6.o(.text+0x8b): undefined reference to `for_write_seq' fzon6.o(.text+0xb5): undefined reference to `for_write_seq_xmit' fzon6.o(.text+0xdf): undefined reference to `for_write_seq_xmit' fzon6.o(.text+0x109): undefined reference to `for_write_seq_xmit' fzon6.o(.text+0x130): undefined reference to `for_write_seq_xmit' fzon6.o(.text+0x157): undefined reference to `for_write_seq_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzon6.o)(.text+0x181): more undefined references to `for_write_seq_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(fzitrx.o): In function `fzitrx_': fzitrx.o(.text+0x107): undefined reference to `for_write_seq_fmt' fzitrx.o(.text+0x127): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzotrx.o): In function `fzotrx_': fzotrx.o(.text+0x137): undefined reference to `for_write_seq_fmt' fzotrx.o(.text+0x157): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzpudx.o): In function `mzpudx_': mzpudx.o(.text+0x2): undefined reference to `__intel_cpu_indicator' mzpudx.o(.text+0x12): undefined reference to `__intel_cpu_indicator' mzpudx.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzfgap.o): In function `mzfgap_': mzfgap.o(.text+0x2): undefined reference to `__intel_cpu_indicator' mzfgap.o(.text+0x12): undefined reference to `__intel_cpu_indicator' mzfgap.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(zend.o): In function `zend_': zend.o(.text+0x2c): undefined reference to `for_stop_core' /twist/local/cern_absoft/2002/lib/libpacklib.a(zphase.o): In function `zphase_': zphase.o(.text+0x70): undefined reference to `for_write_seq_fmt' zphase.o(.text+0xa9): undefined reference to `for_write_seq_fmt' zphase.o(.text+0x1e3): undefined reference to `for_write_seq_fmt' zphase.o(.text+0x229): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(zpostm.o): In function `zpostm_': zpostm.o(.text+0x37): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(zpostm.o)(.text+0x81): more undefined references to `for_write_seq_fmt' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(rzallo.o): In function `rzallo_': rzallo.o(.text+0xff): undefined reference to `for_write_seq_fmt_xmit' rzallo.o(.text+0x1cc): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzdelk.o): In function `rzdelk_': rzdelk.o(.text+0x170): undefined reference to `for_write_seq_fmt' rzdelk.o(.text+0x7cf): undefined reference to `for_write_seq_fmt' rzdelk.o(.text+0x1a68): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzexpd.o): In function `rzexpd_': rzexpd.o(.text+0x2): undefined reference to `__intel_cpu_indicator' rzexpd.o(.text+0x12): undefined reference to `__intel_cpu_indicator' rzexpd.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzstrip.o): In function `rzstrip_': rzstrip.o(.text+0x5c): undefined reference to `for_open' rzstrip.o(.text+0x8f): undefined reference to `for_read_seq_fmt' rzstrip.o(.text+0xb6): undefined reference to `for_close' rzstrip.o(.text+0xe3): undefined reference to `for_cpstr' rzstrip.o(.text+0x110): undefined reference to `for_read_seq_lis' rzstrip.o(.text+0x130): undefined reference to `for_read_seq_lis_xmit' rzstrip.o(.text+0x14f): undefined reference to `for_read_seq_lis_xmit' rzstrip.o(.text+0x16f): undefined reference to `for_read_seq_lis_xmit' rzstrip.o(.text+0x214): undefined reference to `for_read_seq_fmt' rzstrip.o(.text+0x240): undefined reference to `for_f90_index' rzstrip.o(.text+0x28a): undefined reference to `for_cpystr' rzstrip.o(.text+0x2c1): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzver1.o): In function `rzver1_': rzver1.o(.text+0x2): undefined reference to `__intel_cpu_indicator' rzver1.o(.text+0x12): undefined reference to `__intel_cpu_indicator' rzver1.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzver1.o): In function `rzver1_.J': rzver1.o(.text+0xcf): undefined reference to `for_write_seq_lis' rzver1.o(.text+0x101): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x124): undefined reference to `for_cpystr' rzver1.o(.text+0x1bc): undefined reference to `for_f90_index' rzver1.o(.text+0x1dc): undefined reference to `for_f90_index' rzver1.o(.text+0x1fd): undefined reference to `for_f90_index' rzver1.o(.text+0x21e): undefined reference to `for_f90_index' rzver1.o(.text+0x353): undefined reference to `for_write_seq_lis' rzver1.o(.text+0x395): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x3c4): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x3ea): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x48f): undefined reference to `for_write_seq_lis' rzver1.o(.text+0x4b5): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x4e4): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x5aa): undefined reference to `for_cpystr' rzver1.o(.text+0x603): undefined reference to `for_write_seq_fmt' rzver1.o(.text+0x619): undefined reference to `for_write_seq_fmt_xmit' rzver1.o(.text+0x66f): undefined reference to `for_write_seq_fmt_xmit' rzver1.o(.text+0x699): undefined reference to `for_write_seq_fmt_xmit' rzver1.o(.text+0xb1d): undefined reference to `for_write_seq_lis' rzver1.o(.text+0xb43): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0xb9f): undefined reference to `for_concat' rzver1.o(.text+0xbca): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0xc9b): undefined reference to `for_write_seq_lis' rzver1.o(.text+0xcd3): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0xd02): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0xd28): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0xe17): undefined reference to `for_write_seq_lis' rzver1.o(.text+0xe49): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0xe78): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0xe9f): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0xf86): undefined reference to `for_write_seq_lis' rzver1.o(.text+0xfad): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0xfdc): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x1129): undefined reference to `for_cpystr' rzver1.o(.text+0x118a): undefined reference to `for_write_seq_fmt' rzver1.o(.text+0x11b0): undefined reference to `for_write_seq_fmt_xmit' rzver1.o(.text+0x11e3): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzver1.o): In function `rzver1_.A': rzver1.o(.text+0x1345): undefined reference to `for_write_seq_lis' rzver1.o(.text+0x1377): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x139a): undefined reference to `for_cpystr' rzver1.o(.text+0x1430): undefined reference to `for_f90_index' rzver1.o(.text+0x1451): undefined reference to `for_f90_index' rzver1.o(.text+0x1472): undefined reference to `for_f90_index' rzver1.o(.text+0x1493): undefined reference to `for_f90_index' rzver1.o(.text+0x15c7): undefined reference to `for_write_seq_lis' rzver1.o(.text+0x1609): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x1638): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x165e): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x1703): undefined reference to `for_write_seq_lis' rzver1.o(.text+0x1729): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x1758): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x1821): undefined reference to `for_cpystr' rzver1.o(.text+0x187a): undefined reference to `for_write_seq_fmt' rzver1.o(.text+0x1890): undefined reference to `for_write_seq_fmt_xmit' rzver1.o(.text+0x18e9): undefined reference to `for_write_seq_fmt_xmit' rzver1.o(.text+0x1916): undefined reference to `for_write_seq_fmt_xmit' rzver1.o(.text+0x1dc6): undefined reference to `for_write_seq_lis' rzver1.o(.text+0x1dec): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x1e49): undefined reference to `for_concat' rzver1.o(.text+0x1e77): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x1f48): undefined reference to `for_write_seq_lis' rzver1.o(.text+0x1f80): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x1faf): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x1fd5): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x20c6): undefined reference to `for_write_seq_lis' rzver1.o(.text+0x20f8): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x2127): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x214e): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x2235): undefined reference to `for_write_seq_lis' rzver1.o(.text+0x225c): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x228b): undefined reference to `for_write_seq_lis_xmit' rzver1.o(.text+0x23db): undefined reference to `for_cpystr' rzver1.o(.text+0x243c): undefined reference to `for_write_seq_fmt' rzver1.o(.text+0x2463): undefined reference to `for_write_seq_fmt_xmit' rzver1.o(.text+0x2496): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(rzwrt.o): In function `rzwrt_': rzwrt.o(.text+0x13e): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(gshowf.o): In function `gshowf_': gshowf.o(.text+0x50): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(traceq.o): In function `traceq_': traceq.o(.text+0x3d): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(xinbf.o): In function `xinbf_': xinbf.o(.text+0x50): undefined reference to `for_read_seq' /twist/local/cern_absoft/2002/lib/libpacklib.a(xinbs.o): In function `xinbs_': xinbs.o(.text+0x48): undefined reference to `for_read_seq' xinbs.o(.text+0x7a): undefined reference to `for_read_seq_xmit' xinbs.o(.text+0x95): undefined reference to `for_read_seq_xmit' xinbs.o(.text+0xd5): undefined reference to `for_read_seq_xmit' xinbs.o(.text+0x10a): undefined reference to `for_read_seq_xmit' xinbs.o(.text+0x13e): undefined reference to `for_read_seq_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(hfc1.o): In function `hfc1_': hfc1.o(.text+0x295): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hfcx.o): In function `hfcx_': hfcx.o(.text+0x2): undefined reference to `__intel_cpu_indicator' hfcx.o(.text+0x12): undefined reference to `__intel_cpu_indicator' hfcx.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(hlgnxt.o): In function `hlgnxt_': hlgnxt.o(.text+0x14a): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hlhcmp.o): In function `hlhcmp_': hlhcmp.o(.text+0x5b): undefined reference to `for_cpstr' hlhcmp.o(.text+0x79): undefined reference to `for_cpstr' /twist/local/cern_absoft/2002/lib/libpacklib.a(hlpos.o): In function `hlpos_': hlpos.o(.text+0x160): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzsnap.o): In function `dzsnap_': dzsnap.o(.text+0x6f): undefined reference to `for_concat' dzsnap.o(.text+0x92): undefined reference to `for_cpstr' dzsnap.o(.text+0xe0): undefined reference to `for_cpystr' dzsnap.o(.text+0x14b): undefined reference to `for_concat' dzsnap.o(.text+0x198): undefined reference to `for_write_int_fmt' dzsnap.o(.text+0x1b8): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0x1de): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0x1fe): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0x221): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0x241): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzsnap.o)(.text+0x261): more undefined references to `for_write_int_fmt_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(dzsnap.o): In function `dzsnap_': dzsnap.o(.text+0x471): undefined reference to `for_write_int_fmt' dzsnap.o(.text+0x492): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0x536): undefined reference to `for_write_int_fmt' dzsnap.o(.text+0x56a): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0x5e3): undefined reference to `for_write_int_fmt' dzsnap.o(.text+0x603): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0x67b): undefined reference to `for_write_int_fmt' dzsnap.o(.text+0x69b): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0x726): undefined reference to `for_write_int_fmt' dzsnap.o(.text+0x74d): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0x76d): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0x7e7): undefined reference to `for_write_int_fmt' dzsnap.o(.text+0x807): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0x885): undefined reference to `for_write_int_fmt' dzsnap.o(.text+0x8ac): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0x9ea): undefined reference to `for_cpystr' dzsnap.o(.text+0xa3e): undefined reference to `for_write_int_fmt' dzsnap.o(.text+0xc34): undefined reference to `for_write_int_fmt' dzsnap.o(.text+0xc54): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0xc74): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0xc8f): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0xcbb): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0xce2): undefined reference to `for_write_int_fmt_xmit' dzsnap.o(.text+0xda3): undefined reference to `for_write_int_fmt' dzsnap.o(.text+0xe89): undefined reference to `for_cpystr' dzsnap.o(.text+0xfec): undefined reference to `for_write_int_fmt' dzsnap.o(.text+0x1048): undefined reference to `for_cpystr' dzsnap.o(.text+0x106f): undefined reference to `for_cpystr' dzsnap.o(.text+0x109a): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(dztext.o): In function `dztext_': dztext.o(.text+0x3a): undefined reference to `for_cpstr' dztext.o(.text+0x99): undefined reference to `for_write_seq_fmt' dztext.o(.text+0xe2): undefined reference to `for_write_seq_fmt' dztext.o(.text+0x133): undefined reference to `for_write_seq_fmt_xmit' dztext.o(.text+0x159): undefined reference to `for_write_seq_fmt_xmit' dztext.o(.text+0x1d0): undefined reference to `for_concat' dztext.o(.text+0x1e8): undefined reference to `for_cpystr' dztext.o(.text+0x216): undefined reference to `for_cpystr' dztext.o(.text+0x24e): undefined reference to `for_concat' dztext.o(.text+0x288): undefined reference to `for_write_seq_fmt' dztext.o(.text+0x2f6): undefined reference to `for_write_seq_fmt' dztext.o(.text+0x319): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(zpage.o): In function `zpage_': zpage.o(.text+0xb3): undefined reference to `for_write_seq_fmt' zpage.o(.text+0xcd): undefined reference to `for_write_seq_fmt_xmit' zpage.o(.text+0xe7): undefined reference to `for_write_seq_fmt_xmit' zpage.o(.text+0x101): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzipha.o): In function `fzipha_': fzipha.o(.text+0x10c): undefined reference to `for_write_seq_fmt' fzipha.o(.text+0x126): undefined reference to `for_write_seq_fmt_xmit' fzipha.o(.text+0x140): undefined reference to `for_write_seq_fmt_xmit' fzipha.o(.text+0x15a): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fziphd.o): In function `fziphd_': fziphd.o(.text+0x181): undefined reference to `for_write_seq_fmt' fziphd.o(.text+0x19f): undefined reference to `for_write_seq_fmt_xmit' fziphd.o(.text+0x1bd): undefined reference to `for_write_seq_fmt_xmit' fziphd.o(.text+0x1db): undefined reference to `for_write_seq_fmt_xmit' fziphd.o(.text+0x1f6): undefined reference to `for_write_seq_fmt_xmit' fziphd.o(.text+0x23b): undefined reference to `for_read_dir' fziphd.o(.text+0x291): undefined reference to `for_read_dir_xmit' fziphd.o(.text+0x2e5): undefined reference to `for_read_dir_xmit' fziphd.o(.text+0x64f): undefined reference to `for_read_dir_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fziphm.o): In function `fziphm_': fziphm.o(.text+0x188): undefined reference to `for_write_seq_fmt' fziphm.o(.text+0x1a3): undefined reference to `for_write_seq_fmt_xmit' fziphm.o(.text+0x1b8): undefined reference to `for_write_seq_fmt_xmit' fziphm.o(.text+0x1d3): undefined reference to `for_write_seq_fmt_xmit' fziphm.o(.text+0x1eb): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fziphr.o): In function `fziphr_': fziphr.o(.text+0x122): undefined reference to `for_write_seq_fmt' fziphr.o(.text+0x137): undefined reference to `for_write_seq_fmt_xmit' fziphr.o(.text+0x14c): undefined reference to `for_write_seq_fmt_xmit' fziphr.o(.text+0x166): undefined reference to `for_write_seq_fmt_xmit' fziphr.o(.text+0x17e): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fziprl.o): In function `fziprl_': fziprl.o(.text+0x9a): undefined reference to `for_write_seq_fmt' fziprl.o(.text+0xb4): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzophr.o): In function `fzophr_': fzophr.o(.text+0x9f): undefined reference to `for_endfile' fzophr.o(.text+0xe7): undefined reference to `for_write_seq_fmt' fzophr.o(.text+0x101): undefined reference to `for_write_seq_fmt_xmit' fzophr.o(.text+0x265): undefined reference to `for_write_seq' fzophr.o(.text+0x2a1): undefined reference to `for_write_seq_xmit' fzophr.o(.text+0x2d8): undefined reference to `for_write_seq_xmit' fzophr.o(.text+0x364): undefined reference to `for_write_seq_xmit' fzophr.o(.text+0x4e5): undefined reference to `for_write_dir' fzophr.o(.text+0x521): undefined reference to `for_write_dir_xmit' fzophr.o(.text+0x554): undefined reference to `for_write_dir_xmit' fzophr.o(.text+0x5b2): undefined reference to `for_write_dir_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzend.o): In function `mzend_': mzend.o(.text+0x4d): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzmaps.o): In function `mzmaps_': mzmaps.o(.text+0x64): undefined reference to `for_write_seq_fmt' mzmaps.o(.text+0x87): undefined reference to `for_write_seq_fmt_xmit' mzmaps.o(.text+0xaa): undefined reference to `for_write_seq_fmt_xmit' mzmaps.o(.text+0x263): undefined reference to `for_write_seq_fmt' mzmaps.o(.text+0x284): undefined reference to `for_write_seq_fmt_xmit' mzmaps.o(.text+0x2a5): undefined reference to `for_write_seq_fmt_xmit' mzmaps.o(.text+0x2c3): undefined reference to `for_write_seq_fmt_xmit' mzmaps.o(.text+0x2e4): undefined reference to `for_write_seq_fmt_xmit' mzmaps.o(.text+0x305): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(mzmaps.o)(.text+0x320): more undefined references to `for_write_seq_fmt_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(rzprnk.o): In function `rzprnk_': rzprnk.o(.text+0xd3): undefined reference to `for_write_seq_lis' rzprnk.o(.text+0x122): undefined reference to `for_write_seq_fmt' rzprnk.o(.text+0x142): undefined reference to `for_write_seq_fmt_xmit' rzprnk.o(.text+0x162): undefined reference to `for_write_seq_fmt_xmit' rzprnk.o(.text+0x182): undefined reference to `for_write_seq_fmt_xmit' rzprnk.o(.text+0x1a2): undefined reference to `for_write_seq_fmt_xmit' rzprnk.o(.text+0x1bd): undefined reference to `for_cpystr' rzprnk.o(.text+0x2d3): undefined reference to `for_cpystr' rzprnk.o(.text+0x390): undefined reference to `for_write_int_fmt' rzprnk.o(.text+0x449): undefined reference to `for_write_seq_lis' rzprnk.o(.text+0x461): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzare1.o): In function `dzare1_': dzare1.o(.text+0xda): undefined reference to `for_write_int_fmt' dzare1.o(.text+0xf4): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x154): undefined reference to `for_cpystr' dzare1.o(.text+0x21c): undefined reference to `for_cpstr' dzare1.o(.text+0x4c4): undefined reference to `for_write_int_fmt' dzare1.o(.text+0x4eb): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x509): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x52a): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x54b): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x56c): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x65d): undefined reference to `for_write_int_fmt' dzare1.o(.text+0x684): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x69f): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x6c0): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x6e1): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x702): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x76c): undefined reference to `for_write_int_fmt' dzare1.o(.text+0x78d): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x7a2): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x7bd): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x7d8): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x7f3): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x89a): undefined reference to `for_write_int_fmt' dzare1.o(.text+0x8bb): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x8d3): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x8ee): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0x950): undefined reference to `for_cpstr' dzare1.o(.text+0x98e): undefined reference to `for_cpystr' dzare1.o(.text+0x9fc): undefined reference to `for_write_int_fmt' dzare1.o(.text+0xa26): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0xa59): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0xa7a): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0xaa3): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0xb54): undefined reference to `for_cpstr' dzare1.o(.text+0xbed): undefined reference to `for_write_int_fmt' dzare1.o(.text+0xc4e): undefined reference to `for_write_int_fmt' dzare1.o(.text+0xd32): undefined reference to `for_cpystr' dzare1.o(.text+0xd54): undefined reference to `for_cpystr' dzare1.o(.text+0xd73): undefined reference to `for_cpystr' dzare1.o(.text+0xdc6): undefined reference to `for_write_int_fmt' dzare1.o(.text+0xded): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0xe17): undefined reference to `for_write_int_fmt_xmit' dzare1.o(.text+0xf2c): undefined reference to `for_write_int_fmt' dzare1.o(.text+0xf4c): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzbkup.o): In function `dzbkup_': dzbkup.o(.text+0xfc): undefined reference to `for_write_int_fmt' dzbkup.o(.text+0x119): undefined reference to `for_write_int_fmt_xmit' dzbkup.o(.text+0x306): undefined reference to `for_write_int_fmt' dzbkup.o(.text+0x325): undefined reference to `for_write_int_fmt_xmit' dzbkup.o(.text+0x349): undefined reference to `for_write_int_fmt_xmit' dzbkup.o(.text+0x366): undefined reference to `for_write_int_fmt_xmit' dzbkup.o(.text+0x42f): undefined reference to `for_write_int_fmt' dzbkup.o(.text+0x44c): undefined reference to `for_write_int_fmt_xmit' dzbkup.o(.text+0x464): undefined reference to `for_write_int_fmt_xmit' dzbkup.o(.text+0x483): undefined reference to `for_write_int_fmt_xmit' dzbkup.o(.text+0x50c): undefined reference to `for_concat' dzbkup.o(.text+0x554): undefined reference to `for_write_int_fmt' dzbkup.o(.text+0x577): undefined reference to `for_write_int_fmt_xmit' dzbkup.o(.text+0x59a): undefined reference to `for_write_int_fmt_xmit' dzbkup.o(.text+0x625): undefined reference to `for_write_int_fmt' dzbkup.o(.text+0x641): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzbkxr.o): In function `dzbkxr_': dzbkxr.o(.text+0x2): undefined reference to `__intel_cpu_indicator' dzbkxr.o(.text+0x12): undefined reference to `__intel_cpu_indicator' dzbkxr.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzbkxr.o): In function `dzbkxr_.J': dzbkxr.o(.text+0x65c): undefined reference to `for_concat' dzbkxr.o(.text+0x6b4): undefined reference to `for_write_int_fmt' dzbkxr.o(.text+0x6d7): undefined reference to `for_write_int_fmt_xmit' dzbkxr.o(.text+0x6f9): undefined reference to `for_write_int_fmt_xmit' dzbkxr.o(.text+0x7fa): undefined reference to `for_concat' dzbkxr.o(.text+0x85f): undefined reference to `for_write_int_fmt' dzbkxr.o(.text+0x88b): undefined reference to `for_write_int_fmt_xmit' dzbkxr.o(.text+0x8ae): undefined reference to `for_write_int_fmt_xmit' dzbkxr.o(.text+0x9aa): undefined reference to `for_concat' dzbkxr.o(.text+0xa0f): undefined reference to `for_write_int_fmt' dzbkxr.o(.text+0xa3b): undefined reference to `for_write_int_fmt_xmit' dzbkxr.o(.text+0xa5e): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzbkxr.o): In function `dzbkxr_.A': dzbkxr.o(.text+0x110f): undefined reference to `for_concat' dzbkxr.o(.text+0x1167): undefined reference to `for_write_int_fmt' dzbkxr.o(.text+0x118a): undefined reference to `for_write_int_fmt_xmit' dzbkxr.o(.text+0x11ac): undefined reference to `for_write_int_fmt_xmit' dzbkxr.o(.text+0x12ad): undefined reference to `for_concat' dzbkxr.o(.text+0x1312): undefined reference to `for_write_int_fmt' dzbkxr.o(.text+0x133e): undefined reference to `for_write_int_fmt_xmit' dzbkxr.o(.text+0x1361): undefined reference to `for_write_int_fmt_xmit' dzbkxr.o(.text+0x145d): undefined reference to `for_concat' dzbkxr.o(.text+0x14c2): undefined reference to `for_write_int_fmt' dzbkxr.o(.text+0x14ee): undefined reference to `for_write_int_fmt_xmit' dzbkxr.o(.text+0x1511): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzdata.o): In function `dzdata_': dzdata.o(.text+0x72): undefined reference to `for_cpystr' dzdata.o(.text+0xb5): undefined reference to `for_cpystr' dzdata.o(.text+0xdd): undefined reference to `for_cpstr' dzdata.o(.text+0x290): undefined reference to `for_concat' dzdata.o(.text+0x397): undefined reference to `for_concat' dzdata.o(.text+0x43b): undefined reference to `for_write_int_fmt' dzdata.o(.text+0x45e): undefined reference to `for_write_int_fmt_xmit' dzdata.o(.text+0x481): undefined reference to `for_write_int_fmt_xmit' dzdata.o(.text+0x4a9): undefined reference to `for_write_int_fmt_xmit' dzdata.o(.text+0x578): undefined reference to `for_write_int_fmt' dzdata.o(.text+0x5b2): undefined reference to `for_write_int_fmt_xmit' dzdata.o(.text+0x61c): undefined reference to `for_write_int_fmt' dzdata.o(.text+0x652): undefined reference to `for_write_int_fmt_xmit' dzdata.o(.text+0x6bc): undefined reference to `for_write_int_fmt' dzdata.o(.text+0x6f2): undefined reference to `for_write_int_fmt_xmit' dzdata.o(.text+0x75c): undefined reference to `for_write_int_fmt' dzdata.o(.text+0x792): undefined reference to `for_write_int_fmt_xmit' dzdata.o(.text+0x7fc): undefined reference to `for_write_int_fmt' dzdata.o(.text+0x832): undefined reference to `for_write_int_fmt_xmit' dzdata.o(.text+0x89c): undefined reference to `for_write_int_fmt' dzdata.o(.text+0x8d6): undefined reference to `for_write_int_fmt_xmit' dzdata.o(.text+0x940): undefined reference to `for_write_int_fmt' dzdata.o(.text+0x974): undefined reference to `for_write_int_fmt_xmit' dzdata.o(.text+0x9d8): undefined reference to `for_write_int_fmt' dzdata.o(.text+0xa1d): undefined reference to `for_cpystr' dzdata.o(.text+0xa50): undefined reference to `for_cpystr' dzdata.o(.text+0xab8): undefined reference to `for_cpystr' dzdata.o(.text+0xb27): undefined reference to `for_write_int_fmt' dzdata.o(.text+0xb9a): undefined reference to `for_write_int_fmt' dzdata.o(.text+0xbd5): undefined reference to `for_cpystr' dzdata.o(.text+0xc08): undefined reference to `for_cpystr' dzdata.o(.text+0xc7d): undefined reference to `for_concat' dzdata.o(.text+0xc95): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzmap.o): In function `dzmap_': dzmap.o(.text+0x44): undefined reference to `for_cpystr' dzmap.o(.text+0x240): undefined reference to `for_cpystr' dzmap.o(.text+0x417): undefined reference to `for_write_int_fmt' dzmap.o(.text+0x485): undefined reference to `for_write_int_fmt' dzmap.o(.text+0x500): undefined reference to `for_cpystr' dzmap.o(.text+0x544): undefined reference to `for_cpystr' dzmap.o(.text+0x5a6): undefined reference to `for_cpystr' dzmap.o(.text+0x5d4): undefined reference to `for_cpystr' dzmap.o(.text+0x667): undefined reference to `for_cpystr' dzmap.o(.text+0x6ff): undefined reference to `for_write_int_fmt' dzmap.o(.text+0x729): undefined reference to `for_write_int_fmt_xmit' dzmap.o(.text+0x745): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzopt.o): In function `dzopt_': dzopt.o(.text+0x2): undefined reference to `__intel_cpu_indicator' dzopt.o(.text+0x12): undefined reference to `__intel_cpu_indicator' dzopt.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzopt.o): In function `dzopt_.J': dzopt.o(.text+0xa4): undefined reference to `for_f90_index' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzopt.o): In function `dzopt_.A': dzopt.o(.text+0x1ca): undefined reference to `for_f90_index' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzshpr.o): In function `dzshpr_': dzshpr.o(.text+0xa6): undefined reference to `for_write_int_fmt' dzshpr.o(.text+0xbd): undefined reference to `for_write_int_fmt_xmit' dzshpr.o(.text+0x3b2): undefined reference to `for_cpystr' dzshpr.o(.text+0x40f): undefined reference to `for_write_int_fmt' dzshpr.o(.text+0x41f): undefined reference to `for_write_int_fmt_xmit' dzshpr.o(.text+0x46e): undefined reference to `for_write_int_fmt_xmit' dzshpr.o(.text+0x494): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(dztyp.o): In function `dztyp_': dztyp.o(.text+0x2e): undefined reference to `for_cpystr' dztyp.o(.text+0x18d): undefined reference to `r_int_val' /twist/local/cern_absoft/2002/lib/libpacklib.a(fziasc.o): In function `fziasc_': fziasc.o(.text+0x2): undefined reference to `__intel_cpu_indicator' fziasc.o(.text+0x12): undefined reference to `__intel_cpu_indicator' fziasc.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzichh.o): In function `fzichh_': fzichh.o(.text+0x2): undefined reference to `__intel_cpu_indicator' fzichh.o(.text+0x12): undefined reference to `__intel_cpu_indicator' fzichh.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzichh.o): In function `fzichh_.J': fzichh.o(.text+0x153): undefined reference to `for_write_seq_fmt' fzichh.o(.text+0x185): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzichh.o): In function `fzichh_.A': fzichh.o(.text+0x3c1): undefined reference to `for_write_seq_fmt' fzichh.o(.text+0x3f3): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzidum.o): In function `fzidum_': fzidum.o(.text+0x55): undefined reference to `for_write_seq_fmt' fzidum.o(.text+0x9d): undefined reference to `for_write_seq_fmt' fzidum.o(.text+0xe1): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzoasc.o): In function `fzoasc_': fzoasc.o(.text+0x2): undefined reference to `__intel_cpu_indicator' fzoasc.o(.text+0x12): undefined reference to `__intel_cpu_indicator' fzoasc.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzbkhd.o): In function `dzbkhd_': dzbkhd.o(.text+0x12c): undefined reference to `for_write_int_fmt' dzbkhd.o(.text+0x149): undefined reference to `for_cpystr' dzbkhd.o(.text+0x166): undefined reference to `for_cpystr' dzbkhd.o(.text+0x1a8): undefined reference to `for_write_int_fmt' dzbkhd.o(.text+0x1de): undefined reference to `for_write_int_fmt_xmit' dzbkhd.o(.text+0x214): undefined reference to `for_write_int_fmt_xmit' dzbkhd.o(.text+0x239): undefined reference to `for_write_int_fmt_xmit' dzbkhd.o(.text+0x264): undefined reference to `for_write_int_fmt_xmit' dzbkhd.o(.text+0x2ab): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzbkhd.o)(.text+0x301): more undefined references to `for_write_int_fmt_xmit' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(dziopr.o): In function `dziopr_': dziopr.o(.text+0x120): undefined reference to `for_write_int_fmt' dziopr.o(.text+0x13a): undefined reference to `for_write_int_fmt_xmit' dziopr.o(.text+0x154): undefined reference to `for_write_int_fmt_xmit' dziopr.o(.text+0x17f): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzialn.o): In function `fzialn_': fzialn.o(.text+0x2): undefined reference to `__intel_cpu_indicator' fzialn.o(.text+0x12): undefined reference to `__intel_cpu_indicator' fzialn.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzialn.o): In function `fzialn_.J': fzialn.o(.text+0x1ce): undefined reference to `for_read_seq_fmt' fzialn.o(.text+0x2f3): undefined reference to `for_read_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzialn.o): In function `fzialn_.A': fzialn.o(.text+0x424): undefined reference to `for_read_seq_fmt' fzialn.o(.text+0x54a): undefined reference to `for_read_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzoaln.o): In function `fzoaln_': fzoaln.o(.text+0x2): undefined reference to `__intel_cpu_indicator' fzoaln.o(.text+0x12): undefined reference to `__intel_cpu_indicator' fzoaln.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzoaln.o): In function `fzoaln_.J': fzoaln.o(.text+0x158): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(fzoaln.o): In function `fzoaln_.A': fzoaln.o(.text+0x405): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(uh1toc.o): In function `uh1toc_': uh1toc.o(.text+0x59): undefined reference to `for_cpystr' /twist/local/cern_absoft/2002/lib/libpacklib.a(dziopd.o): In function `dziopd_': dziopd.o(.text+0xcc): undefined reference to `for_cpystr' dziopd.o(.text+0x128): undefined reference to `for_cpystr' dziopd.o(.text+0x140): undefined reference to `for_cpystr' dziopd.o(.text+0x2e5): undefined reference to `for_write_int_fmt' dziopd.o(.text+0x2ff): undefined reference to `for_write_int_fmt_xmit' dziopd.o(.text+0x525): undefined reference to `for_cpystr' dziopd.o(.text+0x5b8): undefined reference to `for_write_int_fmt' dziopd.o(.text+0x63a): undefined reference to `for_write_int_fmt' dziopd.o(.text+0x663): undefined reference to `for_write_int_fmt_xmit' dziopd.o(.text+0x6f8): undefined reference to `for_write_int_fmt' dziopd.o(.text+0x712): undefined reference to `for_write_int_fmt_xmit' dziopd.o(.text+0x79c): undefined reference to `for_write_int_fmt' dziopd.o(.text+0x7b6): undefined reference to `for_write_int_fmt_xmit' dziopd.o(.text+0x831): undefined reference to `for_write_int_fmt' dziopd.o(.text+0x84b): undefined reference to `for_write_int_fmt_xmit' dziopd.o(.text+0x8c6): undefined reference to `for_write_int_fmt' dziopd.o(.text+0x8e7): undefined reference to `for_write_int_fmt_xmit' dziopd.o(.text+0x9ba): undefined reference to `for_write_int_fmt' dziopd.o(.text+0x9fe): undefined reference to `for_write_int_fmt_xmit' dziopd.o(.text+0xa19): undefined reference to `for_write_int_fmt_xmit' dziopd.o(.text+0xbc2): undefined reference to `for_cpystr' dziopd.o(.text+0xcf8): undefined reference to `for_write_int_fmt' dziopd.o(.text+0xd3c): undefined reference to `for_write_int_fmt_xmit' dziopd.o(.text+0xd57): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzioph.o): In function `dzioph_': dzioph.o(.text+0x97): undefined reference to `for_cpystr' dzioph.o(.text+0x104): undefined reference to `for_write_int_fmt' dzioph.o(.text+0x22a): undefined reference to `for_write_int_fmt' dzioph.o(.text+0x2b6): undefined reference to `for_write_int_fmt' dzioph.o(.text+0x3d8): undefined reference to `for_write_int_fmt' dzioph.o(.text+0x43a): undefined reference to `for_write_int_fmt' /twist/local/cern_absoft/2002/lib/libpacklib.a(dzioph.o)(.text+0x4a3): more undefined references to `for_write_int_fmt' follow /twist/local/cern_absoft/2002/lib/libpacklib.a(dzioph.o): In function `dzioph_': dzioph.o(.text+0x691): undefined reference to `for_write_int_fmt_xmit' dzioph.o(.text+0x739): undefined reference to `for_write_int_fmt' dzioph.o(.text+0x88f): undefined reference to `for_write_int_fmt' dzioph.o(.text+0x8b0): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libmathlib.a(binom64.o): In function `kbinom_': binom64.o(.text+0x2): undefined reference to `__intel_cpu_indicator' binom64.o(.text+0x12): undefined reference to `__intel_cpu_indicator' binom64.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libmathlib.a(binom64.o): In function `dbinom_': binom64.o(.text+0x29): undefined reference to `__intel_cpu_indicator' binom64.o(.text+0x39): undefined reference to `__intel_cpu_indicator' binom64.o(.text+0x48): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libmathlib.a(binom64.o): In function `kbinom_.J': binom64.o(.text+0x2a5): undefined reference to `for_write_int_fmt' binom64.o(.text+0x2bf): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libmathlib.a(binom64.o): In function `dbinom_.J': binom64.o(.text+0x491): undefined reference to `f_powii' /twist/local/cern_absoft/2002/lib/libmathlib.a(binom64.o): In function `kbinom_.A': binom64.o(.text+0x695): undefined reference to `for_write_int_fmt' binom64.o(.text+0x6b2): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libmathlib.a(binom64.o): In function `dbinom_.A': binom64.o(.text+0x824): undefined reference to `f_powii' /twist/local/cern_absoft/2002/lib/libmathlib.a(gagnc64.o): In function `dgagnc_': gagnc64.o(.text+0x2): undefined reference to `__intel_cpu_indicator' gagnc64.o(.text+0x12): undefined reference to `__intel_cpu_indicator' gagnc64.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libmathlib.a(gagnc64.o): In function `dgagnc_.J': gagnc64.o(.text+0xb0): undefined reference to `for_write_int_fmt' gagnc64.o(.text+0xec): undefined reference to `__libm_sse2_log' gagnc64.o(.text+0x1af): undefined reference to `__libm_sse2_log' gagnc64.o(.text+0x309): undefined reference to `for_write_int_fmt' gagnc64.o(.text+0x32d): undefined reference to `for_write_int_fmt_xmit' gagnc64.o(.text+0x372): undefined reference to `__libm_sse2_log' gagnc64.o(.text+0x393): undefined reference to `__libm_sse2_exp' gagnc64.o(.text+0x4d3): undefined reference to `__libm_sse2_log' gagnc64.o(.text+0x4f4): undefined reference to `__libm_sse2_exp' gagnc64.o(.text+0x720): undefined reference to `__libm_sse2_exp' gagnc64.o(.text+0x83e): undefined reference to `__libm_sse2_exp' gagnc64.o(.text+0x8de): undefined reference to `__libm_sse2_exp' gagnc64.o(.text+0xa28): undefined reference to `__libm_sse2_exp' /twist/local/cern_absoft/2002/lib/libmathlib.a(gagnc64.o)(.text+0xa45): more undefined references to `__libm_sse2_exp' follow /twist/local/cern_absoft/2002/lib/libmathlib.a(gagnc64.o): In function `dgagnc_.A': gagnc64.o(.text+0xbc0): undefined reference to `for_write_int_fmt' gagnc64.o(.text+0xdcf): undefined reference to `for_write_int_fmt' gagnc64.o(.text+0xdef): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libmathlib.a(gapnc64.o): In function `dgapnc_': gapnc64.o(.text+0x2): undefined reference to `__intel_cpu_indicator' gapnc64.o(.text+0x12): undefined reference to `__intel_cpu_indicator' gapnc64.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libmathlib.a(gapnc64.o): In function `dgapnc_.J': gapnc64.o(.text+0xa1): undefined reference to `for_write_int_fmt' gapnc64.o(.text+0xdd): undefined reference to `__libm_sse2_log' gapnc64.o(.text+0x173): undefined reference to `f_powii' gapnc64.o(.text+0x200): undefined reference to `__libm_sse2_log' gapnc64.o(.text+0x350): undefined reference to `for_write_int_fmt' gapnc64.o(.text+0x36b): undefined reference to `for_write_int_fmt_xmit' gapnc64.o(.text+0x3b3): undefined reference to `__libm_sse2_log' gapnc64.o(.text+0x3d7): undefined reference to `__libm_sse2_exp' gapnc64.o(.text+0x537): undefined reference to `__libm_sse2_log' gapnc64.o(.text+0x55b): undefined reference to `__libm_sse2_exp' gapnc64.o(.text+0x5b5): undefined reference to `__libm_sse2_log' gapnc64.o(.text+0x5d9): undefined reference to `__libm_sse2_exp' gapnc64.o(.text+0x823): undefined reference to `__libm_sse2_exp' gapnc64.o(.text+0x965): undefined reference to `__libm_sse2_exp' gapnc64.o(.text+0xa26): undefined reference to `__libm_sse2_exp' gapnc64.o(.text+0xbb9): undefined reference to `__libm_sse2_log' gapnc64.o(.text+0xbdd): undefined reference to `__libm_sse2_exp' gapnc64.o(.text+0xc1c): undefined reference to `__libm_sse2_exp' gapnc64.o(.text+0xd46): undefined reference to `for_write_int_fmt' /twist/local/cern_absoft/2002/lib/libmathlib.a(gapnc64.o): In function `dgapnc_.A': gapnc64.o(.text+0xe0e): undefined reference to `for_write_int_fmt' gapnc64.o(.text+0xee7): undefined reference to `f_powii' gapnc64.o(.text+0x107a): undefined reference to `for_write_int_fmt' gapnc64.o(.text+0x109a): undefined reference to `for_write_int_fmt_xmit' gapnc64.o(.text+0x1899): undefined reference to `for_write_int_fmt' /twist/local/cern_absoft/2002/lib/libmathlib.a(algama64.o): In function `dlgama_': algama64.o(.text+0x88): undefined reference to `for_write_int_fmt' /twist/local/cern_absoft/2002/lib/libmathlib.a(gamdis.o): In function `gamdis_': gamdis.o(.text+0x8c): undefined reference to `for_write_int_fmt' gamdis.o(.text+0xa6): undefined reference to `for_write_int_fmt_xmit' gamdis.o(.text+0x1a5): undefined reference to `for_write_int_fmt' gamdis.o(.text+0x1bf): undefined reference to `for_write_int_fmt_xmit' /twist/local/cern_absoft/2002/lib/libmathlib.a(prob.o): In function `prob_': prob.o(.text+0x8a): undefined reference to `for_write_int_fmt' prob.o(.text+0x43a): undefined reference to `for_write_int_fmt' /twist/local/cern_absoft/2002/lib/libmathlib.a(studis.o): In function `studis_': studis.o(.text+0x221): undefined reference to `for_write_seq_fmt' studis.o(.text+0x23a): undefined reference to `for_stop_core' /twist/local/cern_absoft/2002/lib/libmathlib.a(mtlprt.o): In function `mtlprt_': mtlprt.o(.text+0x35): undefined reference to `for_cpstr' mtlprt.o(.text+0xb5): undefined reference to `for_write_seq_fmt' mtlprt.o(.text+0xd3): undefined reference to `for_write_seq_fmt_xmit' mtlprt.o(.text+0xee): undefined reference to `for_write_seq_fmt_xmit' mtlprt.o(.text+0x111): undefined reference to `for_write_seq_fmt_xmit' mtlprt.o(.text+0x15e): undefined reference to `for_write_seq_fmt' mtlprt.o(.text+0x17c): undefined reference to `for_write_seq_fmt_xmit' mtlprt.o(.text+0x197): undefined reference to `for_write_seq_fmt_xmit' mtlprt.o(.text+0x1bd): undefined reference to `for_write_seq_fmt_xmit' /twist/local/cern_absoft/2002/lib/libmathlib.a(mtlset.o): In function `mtlmtr_': mtlset.o(.text+0x4e): undefined reference to `for_cpstr' mtlset.o(.text+0x99): undefined reference to `for_write_seq_fmt' /twist/local/cern_absoft/2002/lib/libmathlib.a(mtlset.o): In function `mtlset_': mtlset.o(.text+0xee): undefined reference to `for_cpstr' mtlset.o(.text+0x12b): undefined reference to `for_cpstr' mtlset.o(.text+0x23a): undefined reference to `for_write_seq_fmt' mtlset.o(.text+0x278): undefined reference to `for_write_seq_fmt' mtlset.o(.text+0x2d5): undefined reference to `for_cpstr' /twist/local/cern_absoft/2002/lib/libmathlib.a(gamma64.o): In function `dgamma_': gamma64.o(.text+0x2): undefined reference to `__intel_cpu_indicator' gamma64.o(.text+0x12): undefined reference to `__intel_cpu_indicator' gamma64.o(.text+0x21): undefined reference to `__intel_cpu_indicator_init' /twist/local/cern_absoft/2002/lib/libmathlib.a(gamma64.o): In function `dgamma_.J': gamma64.o(.text+0x83): undefined reference to `for_write_int_fmt' /twist/local/cern_absoft/2002/lib/libmathlib.a(gamma64.o): In function `dgamma_.A': gamma64.o(.text+0x4fc): undefined reference to `for_write_int_fmt' collect2: ld returned 1 exit status make: *** [qod] Error 1