search for: toms614

Displaying 3 results from an estimated 3 matches for "toms614".

2005 Jul 14
1
Fwd: Re: Problem installing R packages
...on -g -O2 -c gettvc.f -o gettvc.o gcc-3.3 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -fno-common -g -O2 -c romberg.c -o romberg.o gcc-3.3 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/include -I/usr/local/include -fno-common -g -O2 -c toms614.c -o toms614.o gcc-3.3 -bundle -flat_namespace -undefined suppress -o rmutil.so cutil.o dist.o gettvc.o romberg.o toms614.o -L/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2 -lg2c -lSystem package successfully installed ld: dist.o has external relocation entries in non-writable sectio...
2007 Nov 03
0
installing packages on OS X -- lgfortran problem
...-fPIC -g -O2 -march=nocona -c romberg.c -o romberg.o gcc-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk - std=gnu99 -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/ include -I/Library/Frameworks/R.framework/Resources/include/i386 - msse3 -fPIC -g -O2 -march=nocona -c toms614.c -o toms614.o gcc-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk - std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -Wl,- macosx_version_min -Wl,10.3 -undefined dynamic_lookup -single_module - multiply_defined suppress -o rmutil.so cutil.o dist.o gettvc.o romberg.o toms614.o -...
1999 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old problem resurface: how should we deal with packages which contain Fortran code and may need to be linked against additional libraries such as -lf2c? The current consensus is that extra Fortran libraries maybe needed are handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are added by default if g77 is used.