restFP and saveFP errors installing R and R libraries
From: "J-C. Marioni" <jcm68 at cam.ac.uk> So then we went to http://www.swarm.org/wiki/Swarm:_MacOS_X_binaries#Notes_on_packages installed the following for Tiger 2004-02-04/gsed.pkg.sit 2004-02-04/libpng.pkg.sit 2005-02-05/tcl8.4.7.pkg.sit 2004-02-04/hdf5_1.6.1.pkg.sit 2005-02-05/swarmx2.2.pkg.sit
That stuff is only for using Swarm, which is nice but you did not need it!
and gcc-4-swarm.dmg
That was all you needed.
make[3]: Nothing to be done for `R'. make[4]: `libbz2.a' is up to date. make[4]: `libpcre.a' is up to date. make[4]: `libz.a' is up to date. ../../../src/include/libintl.h is unchanged ../../../include/ libintl.h is unchanged make[4]: `localecharset.h' is up to date. make[4]: `libintl.a' is up to date. make[3]: `stamp-lo' is up to date. make[3]: `stamp-lo' is up to
You needed to start again with a fresh source tree! You are just reusing the libraries you compiled with the previous compiler, which is why the problem has not gone away. -lcc_dynamic won't work with gcc-4. It solves the problem if you are using gcc-3.3 with g77. I have been asking Simon to change the documentation to make this more clear. You must use either gcc-3.3 with g77, or gcc-4 with gfortran as you will find in my compiler. Bill Northcott