Crashed jobs on Lxplus

Dear Support,

Could you help me?

I compile my program on x64 bit .

g++ -o hadron hadron.cxx -pthread -lm -ldl -L/afs/cern.ch/work/a/arivanov/dilutionx64/dilution/dssff -lDSSff -L/afs/cern.ch/work/a/arivanov/dilutionx64/dilution/dilutionBB -lDilBB -L/usr/lib64/cernlib/2006/lib -lpacklib -L/afs/cern.ch/user/a/arivanov/local/lhapdf/lib -I/afs/cern.ch/user/a/arivanov/local/lhapdf/include/LHAPDF -I/afs/cern.ch/user/a/arivanov/local/lhapdf/include -lLHAPDF root-config --cflags --glibs

I used the following environments.

source "/afs/cern.ch/sw/lcg/contrib/gcc/4.6/x86_64-slc6-gcc46-opt/setup.csh"
setenv ROOTSYS "/afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.00/x86_64-slc6-gcc46-opt/root"
setenv PATH "${ROOTSYS}/bin:/usr/lib64/cernlib/2006/bin:${PATH}"
setenv LD_LIBRARY_PATH “${ROOTSYS}/lib:${LD_LIBRARY_PATH}”

Then I create job and sent on batch

bsub -q 8nh -o $cwd/Run/logs/$name_jobs.log $jobs

but

My jobs crash and I have errors
/afs/cern.ch/work/a/arivanov/asymmetry/programm/2007/WithNewDilutionFactor/Asymmetries/h+h-/hadron: /usr/lib64/libgfortran.so.3: version GFORTRAN_1.4' not found (required by/afs/cern.ch/work/a/arivanov/dilutionx64/dilution/dilutionBB/libDilBB.so) /afs/cern.ch/work/a/arivanov/asymmetry/programm/2007/WithNewDilutionFactor/Asymmetries/h+h-/hadron: /usr/lib64/libstdc++.so.6: versionGLIBCXX_3.4.15’ not found (required by /afs/cern.ch/sw/lcg/app/releases/ROOT/5.32.00/x86_64-slc5-gcc46-opt/root/lib/libGui.so)

I can send jobs with °root° on x64 or not ?

I can send other jobs with x32 environments, but for this job needs to have LHAPDF but I am not able to compile LHAPDF on x32 on lxplus