search for: rexeclibdir

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

Did you mean: rexecbindir
2002 Oct 23
0
R-1.6.1 with gcc-3.3
...persons. gcc-3.3 from Apple's CVS does not handle the -bundle flag properly. I had to hack configure.ac, which now has shlib_ldflags="-nostdlib /usr/lib/bundle1.o -Wl,-bundle -Wl,-bundle_loader,/usr/local/lib/R/bin/R.bin -lgcc" ;; LIBR_LDFLAGS="-dynamiclib -install_name \$(Rexeclibdir)/libR.dylib -framework Carbon" i.e. I have also switched over to two-level namespaces. If the -bundle flag is fixed, the first one will simply become shlib_ldflags="-bundle -bundle_loader /usr/local/lib/R/bin/R.bin" For those of you with accounts on gifi, I will upgrade the gcc-...
2003 Nov 30
2
R as OS X Framework
...ion, which is bad for our framework: configure.ac @ 1050: if test "x${want_aqua}" = xyes; then LIBR_LDFLAGS="-dynamiclib -install_name /Applications/StartR.app/RAqua.app/Contents/Frameworks/libR.dylib" else LIBR_LDFLAGS="-dynamiclib -install_name \$(Rexeclibdir)/libR.dylib" fi You'll need to remove the aqua part of it, otherwise the libR.dylib is not expected inside the framework. Finally, in order to take advantage of the versioning, we should add version information to the dylib. This can be done by adding -dylib_compatibility_version...
2009 Jul 23
1
problem building R 2.9.1 from source on RHEL 4 (x86_64)
I am building from source on RHEL 4 and have run into a problem while running "make check": running code in 'lapack.R' ...make[3]: *** [lapack.Rout] Error 1 make[3]: Leaving directory `/opt/R/R-2.9.1/tests' make[2]: *** [test-Specific] Error 2 make[2]: Leaving directory `/opt/R/R-2.9.1/tests' make[1]: *** [test-all-basics] Error 1 make[1]: Leaving