<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Kirk,</FONT></DIV>
<DIV><FONT face=Arial size=2>Thanks for the help.  Commented out of 
-g77libs  in CONFIG </FONT></DIV>
<DIV><FONT face=Arial size=2>     [gray@galaxy28 
molpro2002.6]$ grep g77 CONFIG<BR>     # 
LINKOPT="-g77libs"  ## Removed after ./configure 2/10/04 per Kirk 
Peterson<BR>     [gray@galaxy28 molpro2002.6]$ 
<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>That worked to a point, but error on linking - see 
below.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>if [ ! -r ../lib/libmolpro.a ]; then \<BR>  
echo "Rebuilding ../lib/libmolpro.a from scratch" ;\<BR>  ar  -q 
../lib/libmolpro.a licence.o ; \<BR>  ar  -q ../lib/libmolpro.a 
[A-Z]*/*.o ; \<BR>  ar  -q ../lib/libmolpro.a [a-h]*/*.o ; \<BR>  
ar  -q ../lib/libmolpro.a [i-z]*/*.o ; \<BR>  true ../lib/libmolpro.a 
; \<BR>else \<BR>  echo "Updating ../lib/libmolpro.a" ;\<BR>  make 
../lib/libmolpro.a ; \<BR>fi<BR>Rebuilding ../lib/libmolpro.a from 
scratch<BR>make[1]: Leaving directory 
`/mnt/www2.G3/Products/MOLPRO/molpro2002.6/src'<BR>link date: 10 Feb 2004 
14:27:41 ; version: 2002.6<BR>Installed patches: cidps_orthp configure_xeon 
darwin_conf defbas_update dft_orbital_hi enest_dummy erel_variables fujitsu_conf 
fujitsu-ssl2 ga_conflict2 ia64root_check lapack_init merge_orbdom mkl60 mkl61 
modelopt molden_orbital_normalization mpputil mxm_fujitsu nec_parse opteron2 
opteron6 patcher_printf posinp pseudo_libmol2 readop_multipole_nps rpm_key 
sun_forte8 updui_trap_overflow wrapper_makefile <BR>molver.f: compiling ... 
done<BR>linking 
/mnt/www2.G3/Products/MOLPRO/molpro2002.6/bin/molpros_2002_6_p4.exe<BR>link 
failed<BR>pgf90 -pc 64 -i4 -fast -o 
/mnt/www2.G3/Products/MOLPRO/molpro2002.6/bin/molpros_2002_6_p4.exe molver.o 
molpro.o -L/mnt/www2.G3/Products/MOLPRO/molpro2002.6/lib -lmolpro -lgks0 
-L/usr/lib -llapack -L/usr/lib -lblas -lz<BR>/usr/lib/liblapack.so: undefined 
reference to `e_wsfe'<BR>/usr/lib/liblapack.so: undefined reference to 
`z_abs'<BR>/usr/lib/liblapack.so: undefined reference to 
`c_sqrt'<BR>/usr/lib/liblapack.so: undefined reference to 
`s_cmp'<BR>/usr/lib/liblapack.so: undefined reference to 
`z_exp'<BR>/usr/lib/liblapack.so: undefined reference to 
`c_exp'<BR>/usr/lib/liblapack.so: undefined reference to 
`do_fio'<BR>/usr/lib/liblapack.so: undefined reference to 
`z_sqrt'<BR>/usr/lib/liblapack.so: undefined reference to 
`s_cat'<BR>/usr/lib/liblapack.so: undefined reference to 
`s_stop'<BR>/usr/lib/liblapack.so: undefined reference to 
`c_abs'<BR>/usr/lib/liblapack.so: undefined reference to 
`s_wsfe'<BR>/usr/lib/liblapack.so: undefined reference to `s_copy'<BR>make: *** 
[bin/molpros_2002_6_p4.exe] Error 1<BR>[gray@galaxy28 molpro2002.6]$ 
<BR></FONT></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=kipeters@wsu.edu href="mailto:kipeters@wsu.edu">Kirk Peterson</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=gray@jics.utk.edu 
  href="mailto:gray@jics.utk.edu">Bill Gray</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Cc:</B> <A title=molpro-user@molpro.net 
  href="mailto:molpro-user@molpro.net">Molpro-user</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, February 09, 2004 5:15 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: Error on make of ftconv.exe 
  not finding -lf2c</DIV>
  <DIV><BR></DIV>Bill,<BR><BR>I've found that with the latest PGI compilers the 
  -g77libs option is no longer required. Try removing this from CONFIG 
  and<BR>doing a make.<BR><BR>best wishes,<BR><BR>Kirk<BR><BR>On Monday, 
  February 9, 2004, at 01:39 PM, Bill Gray wrote:<BR><BR>
  <BLOCKQUOTE><?fontfamily><?param Arial><?smaller>Attempting to make MolPro 
    2002.6 from source on Intel running RedHat 8 with PGI compliers;<?/smaller><?/fontfamily><BR><?fontfamily><?param Arial><?smaller>When 
    "make" is run get error<?/smaller><?/fontfamily><BR><?fontfamily><?param Arial><?smaller>linking 
    ftconv.exe<BR>ln: accessing `./ftconv.exe': No such file or 
    directory<BR>make[1]: *** [ftconv.exe] Error 1<BR>make[1]: Leaving directory 
    `/mnt/www2.G3/Products/MOLPRO/molpro2002.6/utilities'<BR>make: *** 
    [utilities/ftconv.exe] Error 2<BR> <?/smaller><?/fontfamily><BR><?fontfamily><?param Arial><?smaller>and 
    looking in utilies directory find latest file 
    log<?/smaller><?/fontfamily><BR> <BR><?fontfamily><?param Arial><?smaller>    
    [gray@galaxy28 utilities]$ cat ftconv.exe.log<BR>    pgf90 
    -pc 64 -i4 -fast -g77libs -o ftconv.exe ftconv.o -lz<BR>    
    /usr/bin/ld: cannot find -lf2c<BR>    [gray@galaxy28 
    utilities]$<?/smaller><?/fontfamily><BR> <BR><?fontfamily><?param Arial><?smaller>after 
    doing ls -ltc |head that gave :<?/smaller><?/fontfamily><BR><?fontfamily><?param Arial><?smaller>[gray@galaxy28 
    utilities]$ ls -ltc |head -30<BR>total 1048<BR><?/smaller><?/fontfamily><?fontfamily><?param Courier><?smaller>-rw-rw-r--    
    1 gray     
    gray           90 
    Feb  9 16:11 ftconv.exe.log<BR>-rw-rw-r--    1 
    gray     gray        
    39456 Feb  9 16:11 ftconv.o<BR>-rw-rw-r--    1 
    gray     
    gray          383 Feb  9 
    16:11 dimensions.mod<BR>-rw-rw-r--    1 
    gray     
    gray           35 
    Feb  9 16:11 ftconv.log<BR>-rwxrwxr-x    1 
    gray     gray        
    41290 Feb  9 16:11 molpro<BR>-rw-rw-r--    1 
    gray     
    gray          187 Feb  9 
    16:11 molpro.log<BR>-rw-rw-r--    1 
    gray     gray        
    39404 Feb  9 16:11 molpro.o<BR>-rwxrwxr-x    2 
    gray     gray        
    18444 Feb  9 16:11 ftc<BR>-rw-rw-r--    1 
    gray     
    gray           97 
    Feb  9 16:11 getopt1.log<BR>-rw-rw-r--    1 
    gray     
    gray          583 Feb  9 
    16:11 getopt1.o<BR>-rw-rw-r--    1 
    gray     
    gray           96 
    Feb  9 16:11 getopt.log<BR>-rw-rw-r--    1 
    gray     
    gray          582 Feb  9 
    16:11 getopt.o<BR>-rw-rw-r--    1 
    gray     
    gray          221 Feb  9 
    16:11 ftc.log<BR>-rw-rw-r--    1 gray     
    gray        10484 Feb  9 16:11 
    ftc.o<BR>-rwxrwxr-x    2 gray     
    gray        10440 Feb  9 16:11 
    echo<BR>-rw-rw-r--    1 gray     
    gray          164 Feb  9 
    16:11 echo.log<BR>-rw-rw-r--    1 
    gray     
    gray         1004 Feb  9 16:11 
    echo.o<BR>-rwxrwxr-x    2 gray     
    gray       246749 Feb  9 15:55 
    maxdim.exe<BR><BR><?/smaller><?/fontfamily><?fontfamily><?param Arial><?smaller> <?/smaller><?/fontfamily><BR></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>