Hi everyone, I am trying to build the source code on a linux workstation, running redhat 9.0 (kernel: 2.4.20-8smp).
After running make once, I edited makefile.loc to reflect my local desires/needs (compile on local disk, use g++, use included code for lapack and blas). The make fails the second time after not finding some other libraries, here are the warnings: '/usr/bin/ld: warning: libpppack.so, needed by /home/elyman/xplor/xplor-nih-2.14/bin.Linux_2.4_i686//libpy.so, not found (try using -rpath or -rpath-link)' And: '/usr/bin/ld: warning: libspecfun.so, needed by /home/elyman/xplor/xplor-nih-2.14/bin.Linux_2.4_i686//libnmrPot.so, not found (try using -rpath or -rpath-link)' Those libraries (libpppack.so and libpppack.so) are present in xplor-nih-2.14/ fortlib, but not found during the make. Any ideas how to fix this? Thanks, Ed *********************************************** Edward Lyman, Ph.D Department of Computational Biology University of Pittsburgh 3088 BST3 3501 Fifth Ave Pittsburgh, PA 15213 Phone: 412.648.8739 Fax: 412.648.3163 elyman..AT..ccbb.pitt.edu *************************************************
