4:57:53 AM PDT - Wed, Jul 30th 2014 |
|
another problem
|
Dear, following your suggestion and I have found the Python.h file
[dongbo@cu06 form1]$ locate Python.h
/usr/include/python2.6/Python.h
/usr/share/doc/python-matplotlib-0.99.1.2/CXX/WrapPython.h
then, I modified these two lines as follows:
export PYTHONHOME=/usr/include/python2.6
export MRCC_METHODS=TRUE
and the whole process seems to come to an end. However, another problem was encountered:
ifort -i8 -align -vec-report6 -O2 -g -Wl,--export-dynamic -L/home/dongbo/Nwchem-dev.revision25890-src.2014-07-18/lib/LINUX64 -L/home/dongbo/Nwchem-dev.revision25890-src.2014-07-18/src/tools/install/lib -o /home/dongbo/Nwchem-dev.revision25890-src.2014-07-18/bin/LINUX64/nwchem nwchem.o stubs.o -lnwctask -lccsd -lmcscf -lselci -lmp2 -lmoints -lstepper -ldriver -loptim -lnwdft -lgradients -lcphf -lesp -lddscf -ldangchang -lguess -lhessian -lvib -lnwcutil -lrimp2 -lproperty -lsolvation -lnwints -lprepar -lnwmd -lnwpw -lofpw -lpaw -lpspw -lband -lnwpwlib -lnwxc -lcafe -lspace -lanalyze -lqhop -lpfft -ldplot -lnwpython -ldrdy -lvscf -lqmmm -lqmd -letrans -lpspw -ltce -lbq -lcons -lperfm -ldntmc -lccca -lnwcutil -lga -larmci -lpeigs -lperfm -lcons -lbq -lnwcutil /usr/include/python2.6/lib64/python2.6/config/libpython2.6.a -L/usr/lib64/atlas -lf77blas -latlas -llapack -lblas -L/opt/Chem_soft/openmpi-1.6.4/lib -lmpi_f90 -lmpi_f77 -lmpi -ldl -Wl,--export-dynamic -lnsl -lutil -lnwcutil -lpthread -lutil -ldl
ifort: error #10236: File not found: '/usr/include/python2.6/lib64/python2.6/config/libpython2.6.a'
make: *** [all] Error 1
Can you further give some hints on how to solve this?
Thanks very much in advance!
--Dongbo
|