search for: main_ld

Displaying 17 results from an estimated 17 matches for "main_ld".

Did you mean: main__
2004 May 18
1
Build R-1.9.0 with static libraries ?
Dear all, Which options should I use when running the configure script and/or which changes should I make to Makeconf to build the binary for R-1.9.0 but using only statically linked libraries ? I need to build a binary that is portable between several different Linux (RedHat) distributions. Thanks in advance for your help, Melanie -- http://recherche-en-danger.apinc.org
2001 Dec 05
2
install R-1.3.1 on Solaris 8
...ed ./configure --with-x --x-includes=/usr/openwin/share/include/X11 \ --x-libraries=/usr/openwin/lib --with-f77 \ --with-tcl-config=/usr/local/lib --with-tk-config=/usr/local/lib I noticed that ld used /usr/ccs/bin/ld(ld: Software Generation Utilities-Solaris-ELF (4. 0)). I changed in config.site MAIN_LD=/usr/local/bin/ld(GNU ld version 2.9.1 (with BFD 2.9.1) Supported emulations: elf32_sparc) but R always use /usr/ccs/bin/ld. I put the log files of configure, make,make check on the http://www.math.sc.edu/~wu/, click R compile problem on Solaris 8. Any suggestion are highly appreciated. Th...
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
2010 Mar 22
2
some fixes for R 2.01.1 on OpenSolaris using Sun Studio compilers
...ettext CC=cc CFLAGS=-m64 LDFLAGS=-lsec make pfexec make install 1. export PATH=/opt/lib/bin:$PATH 2. Edit R's configure in *three* places to add the 2nd ${CFLAGS} below: if ${CC} ${CFLAGS} -c conftest.c 1>&5 2>&5; then ## <NOTE> ## This should really use MAIN_LD, and hence come after this is ## determined (and necessary additions to MAIN_LDFLAGS were made). ## But it seems that we currently can always use the C compiler. ## Also, to be defensive there should be a similar test with SHLIB_LD ## and SHLIB_LDFLAGS (and note that on HPUX with na...
2002 Jan 15
0
errors intalling splancs and sgeostat
...libraries respectively. For example, # on some systems one needs MAIN_FFLAGS=-pg when profiling. # MAIN_FFLAGS= # SHLIB_FFLAGS= # The command to be used to load the main R binary. # This is usually the FORTRAN or C compiler, but the automatic choice # can be overriden by means of this variable. # MAIN_LD= # The flags which are necessary for loading main program which will load # DLLs at runtime. HP-UX and Linux-elf are examples of platforms which # use this. These platforms are already taken care of by configure, # and anything set here will be in addition unless MAIN_LD is given. # For example,...
2005 Dec 05
0
Compiling R under AIX 4.3
...ith: ../gcc-3.4.3/configure --disable-nls --disable-aix64 Thread model: aix gcc version 3.4.3 $ /usr/local/bin/ld -v GNU ld version 2.16 and then the IBM Fortran Compiler 'xlf95' I run configure. then start make (gnu-make) Had problem in pcre but fixed this if I use: /usr/local/bin/make MAIN_LD="/usr/local/bin/gcc" then I run into the following problem with dynamic linking: make[4]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11' /usr/local/bin/gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall -Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so...
2007 Sep 15
0
(PR#9910) Incomplete library linking for grDevices.so on
...do with subject line: it is launching R and /export/home/gordonp/Desktop/R-alpha/lib/libRlapack.so that has the problem. I don't think that configure can be expected to know about all possible systems on which R might be built, which is why we allow users to set variables such as FLIBS and MAIN_LD. We do try to document the settings needed for known systems in the R-admin manual, and that includes all the Solaris systems we have encountered or seen reports from. On Fri, 14 Sep 2007, gordonp at ucalgary.ca wrote: > Full_Name: Paul Gordon > Version: 2.6.1 (alpha) > OS: Solaris 10...
2010 Jun 08
3
Question on trying to build R 2.11.1 on Tru64(aka OSF1) system
.... ## For example, on some systems one needs 'MAIN_FFLAGS=-pg' when ## profiling. ## MAIN_FFLAGS= ## SHLIB_FFLAGS= ## The command to be used to load the main R binary. ## This is usually the FORTRAN 77 or C compiler, but the automatic ## choice can be overriden by means of this variable. ## MAIN_LD= ## The flags which are necessary for loading main program which will ## load DLLs at runtime. HP-UX and Linux-elf are examples of platforms ## which use this. These platforms are already taken care of by ## configure, and anything set here will be in addition unless MAIN_LD ## is given. ## For...
2007 May 01
10
Problem with the installation of "install R" on Sun Solaris
An embedded and charset-unspecified text was scrubbed... Name: config.txt Url: https://stat.ethz.ch/pipermail/r-help/attachments/20070501/bdf55878/attachment.txt
2007 Jan 30
1
Solaris 10 compilation issue
..."/opt/SUNWspro/bin/f95 $UCOMPILER" FCFLAGS="$UFLAGS -fsimple=0 -xlang=c99" LD="/usr/ccs/bin/amd64/ld" LDFLAGS="-L/usr/local/lib/64 -L/usr/sfw/lib/64 -L/lib/amd64 -R/usr/local/lib/64 -R/usr/sfw/lib/64 -R/lib/amd64" R_BROWSER="/usr/sfw/bin/mozilla" MAIN_LD="/opt/SUNWspro/bin/cc -xarch=amd64" LIBnn=amd64 The ./configure runs without incident but make breaks down here /opt/SUNWspro/bin/f95 -xarch=amd64 -xO5 -xlibmil -fsimple=0 -c xxxpr.f -o xxxpr.o /opt/SUNWspro/bin/cc -xarch=amd64 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../.....
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...="/opt/SUNWspro/bin/f95 $UCOMPILER" FCFLAGS="$UFLAGS -fsimple=0 -xlang=c99" LD="/usr/ccs/bin/amd64/ld" LDFLAGS="-L/usr/local/lib/64 -L/usr/sfw/lib/64 -L/lib/amd64 -R/usr/local/lib/64 -R/usr/sfw/lib/64 -R/lib/amd64" R_BROWSER="/usr/sfw/bin/mozilla" MAIN_LD="/opt/SUNWspro/bin/cc -xarch=amd64" LIBnn=amd64 The ./configure runs without incident but make breaks down and the linker complains about undefined symbols. The symbols that the linker complains about are in Rmath.h. I have tried adding the folder with Rmath.h to the linkers path but...
2007 Jan 30
0
R Compiling issue
...t;/opt/SUNWspro/bin/f95 $UCOMPILER" FCFLAGS="$UFLAGS -fsimple=0 -xlang=c99" LD="/usr/ccs/bin/amd64/ld" LDFLAGS="-L/usr/local/lib/64 -L/usr/sfw/lib/64 -L/lib/amd64 -R/usr/local/lib/64 -R/usr/sfw/lib/64 -R/lib/amd64" R_BROWSER="/usr/sfw/bin/mozilla" MAIN_LD="/opt/SUNWspro/bin/cc -xarch=amd64" LIBnn=amd64 The ./configure runs without incident but make breaks down here /opt/SUNWspro/bin/f95 -xarch=amd64 -xO5 -xlibmil -fsimple=0 -c xxxpr.f -o xxxpr.o /opt/SUNWspro/bin/cc -xarch=amd64 -I../../src/extra/zlib -I../../src/extra/bzip2 -I.....
2007 Jan 30
0
Issue with compiling R on solaris 10
...="/opt/SUNWspro/bin/f95 $UCOMPILER" FCFLAGS="$UFLAGS -fsimple=0 -xlang=c99" LD="/usr/ccs/bin/amd64/ld" LDFLAGS="-L/usr/local/lib/64 -L/usr/sfw/lib/64 -L/lib/amd64 -R/usr/local/lib/64 -R/usr/sfw/lib/64 -R/lib/amd64" R_BROWSER="/usr/sfw/bin/mozilla" MAIN_LD="/opt/SUNWspro/bin/cc -xarch=amd64" LIBnn=amd64 The ./configure runs without incident but make breaks down here /opt/SUNWspro/bin/f95 -xarch=amd64 -xO5 -xlibmil -fsimple=0 -c xxxpr.f -o xxxpr.o /opt/SUNWspro/bin/cc -xarch=amd64 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../s...
2001 Jul 25
2
Installation help
...ed libraries respectively. For example, # on some systems one needs MAIN_FFLAGS=-pg when profiling. # MAIN_FFLAGS= SHLIB_FFLAGS=-G # The command to be used to load the main R binary. # This is usually the FORTRAN or C compiler, but the automatic choice # can be overriden by means of this variable. MAIN_LD=/Net/local/bin/cc # The flags which are necessary for loading main program which will load # DLLs at runtime. HP-UX and Linux-elf are examples of platforms which # use this. These platforms are already taken care of by configure, # and anything set here will be in addition unless MAIN_LD is give...
2009 Feb 21
1
Install failure (PR#13545)
...PACK_LIBS_set= ac_cv_env_LAPACK_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_LIBnn_set= ac_cv_env_LIBnn_value= ac_cv_env_MAIN_CFLAGS_set= ac_cv_env_MAIN_CFLAGS_value= ac_cv_env_MAIN_FFLAGS_set= ac_cv_env_MAIN_FFLAGS_value= ac_cv_env_MAIN_LDFLAGS_set= ac_cv_env_MAIN_LDFLAGS_value= ac_cv_env_MAIN_LD_set= ac_cv_env_MAIN_LD_value= ac_cv_env_MAKE_set= ac_cv_env_MAKE_value= ac_cv_env_OBJCFLAGS_set= ac_cv_env_OBJCFLAGS_value= ac_cv_env_OBJC_set= ac_cv_env_OBJC_value= ac_cv_env_R_BATCHSAVE_set= ac_cv_env_R_BATCHSAVE_value= ac_cv_env_R_BROWSER...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
..._cv_env_FFLAGS_value= ac_cv_env_FPICFLAGS_set= ac_cv_env_FPICFLAGS_value= ac_cv_env_LAPACK_LIBS_set= ac_cv_env_LAPACK_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_MAIN_CFLAGS_set= ac_cv_env_MAIN_CFLAGS_value= ac_cv_env_MAIN_FFLAGS_set= ac_cv_env_MAIN_FFLAGS_value= ac_cv_env_MAIN_LDFLAGS_set= ac_cv_env_MAIN_LDFLAGS_value= ac_cv_env_MAIN_LD_set= ac_cv_env_MAIN_LD_value= ac_cv_env_MAKE_set= ac_cv_env_MAKE_value= ac_cv_env_R_BATCHSAVE_set= ac_cv_env_R_BATCHSAVE_value= ac_cv_env_R_BROWSER_set= ac_cv_env_R_BROWSER_value= ac_cv_env_R_PAPERSIZE_set= ac_cv_env_R_PAPERSIZE_value= ac_cv...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...v_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_FPICFLAGS_set= ac_cv_env_FPICFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_MAIN_CFLAGS_set= ac_cv_env_MAIN_CFLAGS_value= ac_cv_env_MAIN_FFLAGS_set= ac_cv_env_MAIN_FFLAGS_value= ac_cv_env_MAIN_LDFLAGS_set= ac_cv_env_MAIN_LDFLAGS_value= ac_cv_env_MAIN_LD_set= ac_cv_env_MAIN_LD_value= ac_cv_env_MAKE_set= ac_cv_env_MAKE_value= ac_cv_env_R_BATCHSAVE_set= ac_cv_env_R_BATCHSAVE_value= ac_cv_env_R_PAPERSIZE_set= ac_cv_env_R_PAPERSIZE_value= ac_cv_env_R_PRINTCMD_set= ac_cv_env_R_PRINTCMD_value= ac_...