search for: ldxml

Displaying 19 results from an estimated 19 matches for "ldxml".

1998 Nov 03
1
configuration/compilation problems
R is having trouble finding some of the things it needs to compile. In particular, I'm getting messages saying that it can't find things it wants in -lblas, -ldxml, -ldnet, and -ldnet_stub. It also can't find dl.h, ieeefp.h, and ieee754.h. I can't figure out whether these things are included with R somewhere and I need to tell it where to look, or they're not included and I need to get them. I also can't figure out where I would set the -lb...
1998 Sep 30
4
R-beta: compiling R-0.62.3 on SuSe Linux
.... SuSe has 'libc-5.4.46-1'. I uncompressed/untarred the 'tgz' to /usr/local/ and then ran ./configure in the resulting directory /R-0.62.3 This seemed to complete OK but consulting the config.log file showed things like: >>configure:1888: gcc -o conftest -g -O2 conftest.c -ldxml >> -ldl -lncurses -lm 1>&5 >>/usr/i486-linux/bin/ld: cannot open -ldxml: No such file or directory >>configure: failed program was: >>#line 1881 "configure" >>#include "confdefs.h" I still tried to run 'make' and this resulted in...
2001 May 17
1
BLAS where
Hi, I want to install "Matrix" using > install.packages("Matrix") After a while I get: checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for ATL_xerbla in -latlas... no checking for dgemm_ in -lcxml... no checking for dgemm_ in -ldxml... no checking for dgemm_ in -lscs... no checking for dgemm_ in -lcomplib.sgimath... no checking for zherk in -lblas... no checking for dgemm_ in -lblas... no could not find your BLAS library ERROR: Configuration failed for package `Matrix' Where does the compiled code of BLAS have to reside?...
1998 Nov 01
0
new platform (?) -- problems compiling
...icting types for matherr 46: dereferencing pointer to incomplete type 55: dereferencing pointer to incomplete type and then the "make" stops. I haven't looked at arithmetic.c yet; I'm pretty new at this. I also had the following messages from configure: checking for main in -ldxml ...no checking for main in -lblas ...no checking for vfork.h ...no (but then it says there is a working vfork) checking for dl.h ...no checking for ieefp.h ...no checking for ieee754.h ...no checking for dnet_ntoa in -ldnet ...no checking for dnet_ntoa in -ldnet_stub .....
2001 Oct 26
0
Matrix problem w/R-1.3.1 on Solaris7
...ecking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for ATL_xerbla in -latlas... no checking for dgemm_ in -lcxml... no checking for dgemm_ in -ldxml... no checking for dgemm_ in -lscs... no checking for dgemm_ in -lcomplib.sgimath... no checking for zherk in -lblas... no checking for dgemm_ in -lblas... yes checking for cheev_ in -llapack... yes updating cache ./config.cache creating ./config.status creating src/Makevars libs c++ -I/usr/local/...
2003 Jan 30
1
Re: Matrix Package for R
...NSTALL Matrix_0.3-21.tar.gz > * Installing *source* package 'Matrix' ... > checking for gcc... gcc ... > ng for sgemm_... no > checking for ATL_xerbla in -latlas... no > checking for sgemm_ in -lblas... no > checking for sgemm_ in -lcxml... no > checking for sgemm_ in -ldxml... no > checking for sgemm_ in -lscs... no > checking for sgemm_ in -lcomplib.sgimath... no > checking for sgemm_ in -lblas... (cached) no > checking for sgemm_ in -lblas... (cached) no > configure: error: could not find your BLAS library > ERROR: configuration failed for package...
2000 Jan 21
1
Compiling error R-0.90.1
...Novo ps. I am including here lines from ./configure output that I found potentially "problematic" or informative: checking whether the C compiler (gcc ) is a cross-compiler... no checking for sin in -lmoto... (cached) no checking for main in -lhdf5... (cached) no checking for main in -ldxml... (cached) no checking for main in -lblas... (cached) no checking for opendir in -ldir... (cached) no checking for dl.h... (cached) no checking for floatingpoint.h... (cached) no checking for ieeefp.h... (cached) no checking for blkcnt_t... (cached) no checking for dnet_ntoa in -ldnet... (cached)...
1999 Oct 20
0
[szimeras@irisa.fr: R installation problem]
...r. Stelios Zimeras Below I give you the results from the ./configure running (all the others are yes) checking whether gcc needs -traditional... no checking for g77... no checking for sin in -lmoto... no chechecking for main in -lhdf5... no cking for main in -lncurses... no checking for main in -ldxml... no checking for main in -lblas_risc... no checking for rl_callback_read_char in -lreadline... no checking for ANSI C header files... no checking for vfork.h... no checking for working vfork... no checking for __setfpucw... no checking for dl.h... no checking for fpu_control.h... no checking for...
1999 Oct 12
1
Compilation problem with R
...ular running the ./configure I have the following results (I give only the no, all the others are yes) checking whether gcc needs -traditional... no checking for g77... no checking for sin in -lmoto... no chechecking for main in -lhdf5... no cking for main in -lncurses... no checking for main in -ldxml... no checking for main in -lblas_risc... no checking for rl_callback_read_char in -lreadline... no checking for ANSI C header files... no checking for vfork.h... no checking for working vfork... no checking for __setfpucw... no checking for dl.h... no checking for fpu_control.h... no checking for...
1999 Apr 30
0
problems compiling R-0.63.3 and 0.64.0 on alpha
...lotmath.o print.o printarray.o printvector.o printutils.o random.o relop.o saveload.o scan.o seq.o sort.o source.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o version.o ../unix/libunix.a ../appl/libappl.a ../nmath/libmath.a -lSM -lICE -L/local/X11R5/lib -lX11 -ldnet_stub -ldxml -ltermcap -lm ld: ../unix/libunix.a(system.o): main: multiply defined fort: Severe: Failed while trying to link. make[2]: *** [../../bin/R.binary] Error 1 make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/main' make[1]: *** [R] Error 1 make[1]: Leaving directory `/mn/vega...
2000 Mar 21
0
Summing up histograms and misc.
...'t seem to mean anything, but I figured I might as well ask since I (finally) have upgraded to R-1.0.0. It goes: rukbat:~/hfag/src/c> R CMD SHLIB readraw.c cc -I/local/R/lib/R/include -ieee_with_inexact -std1 -O3 -tune ev56 -c readraw.c -o readraw.o f77 -shared -o readraw.so readraw.o -ldxml -lUfor -lfor -lFutil -lm -lots -lmld: Warning: Unresolved: Rf_error Is it anything to worry about? Best, Kjetil -- Kjetil Kjernsmo Graduate astronomy-student Problems worthy of attack University of Oslo, Norway Prove their worth by hitting back E-mail: kjetikj at...
1999 May 03
1
problems compiling R-0.63.3 on alpha
...lotmath.o print.o printarray.o printvector.o printutils.o random.o relop.o saveload.o scan.o seq.o sort.o source.o split.o subassign.o subscript.o subset.o summary.o unique.o util.o version.o ../unix/libunix.a ../appl/libappl.a ../nmath/libmath.a -lSM -lICE -L/local/X11R5/lib -lX11 -ldnet_stub -ldxml -ltermcap -lm make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/main' make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/script s' make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/scripts ' make[2]: Entering directory `...
2000 Jan 29
1
HDF5 as a module
...ff -c -r1.159 configure.in *** configure.in 2000/01/21 16:49:18 1.159 --- configure.in 2000/01/29 00:22:50 *************** *** 342,348 **** )) AC_CHECK_LIB(dl, dlopen) AC_CHECK_LIB(z, main) - R_LIB_HDF5 BLAS="blas.o" if ${use_dxml}; then AC_CHECK_LIB(dxml, main, FLIBS="-ldxml ${FLIBS}" BLAS="") --- 342,347 ---- *************** *** 394,400 **** AC_HEADER_DIRENT AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(dl.h dlfcn.h elf.h floatingpoint.h fpu_control.h \ ! hdf5.h ieee754.h ieeefp.h readline/history.h readline/readline.h \ rpc/rpc.h rpc/xdr.h sys/param....
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...o printarray.o printvector= =2Eo = printutils.o random.o relop.o saveload.o scan.o seq.o sort.o source.o spl= it.o = subassign.o subscript.o subset.o summary.o unique.o util.o version.o = =2E./unix/libunix.a ../appl/libappl.a ../nmath/libmath.a -lSM -lICE = -L/local/X11R5/lib -lX11 -ldnet_stub -ldxml -ltermcap -lm make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/m= ain' make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/= script s' make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/s= cripts ' make[2]: Entering direc...
1998 Dec 08
0
R compile problems with AIX
...;5 collect2: ld returned 255 exit status ld: 0706-006 Cannot find or open library file: -l z ld:open(): No such file or directory configure: failed program was: #line 2078 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:2116: checking for main in -ldxml configure:2131: gcc -o conftest -g -O2 conftest.c -ldxml -ldl -ltermcap -lm 1>&5 collect2: ld returned 255 exit status ld: 0706-006 Cannot find or open library file: -l dxml ld:open(): No such file or directory configure: failed program was: #line 2124 "configure" #include &qu...
1998 Dec 08
0
R compile problems with AIX
...;5 collect2: ld returned 255 exit status ld: 0706-006 Cannot find or open library file: -l z ld:open(): No such file or directory configure: failed program was: #line 2078 "configure" #include "confdefs.h" int main() { main() ; return 0; } configure:2116: checking for main in -ldxml configure:2131: gcc -o conftest -g -O2 conftest.c -ldxml -ldl -ltermcap -lm 1>&5 collect2: ld returned 255 exit status ld: 0706-006 Cannot find or open library file: -l dxml ld:open(): No such file or directory configure: failed program was: #line 2124 "configure" #include &qu...
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
...are using GNU C... no checking for ranlib... (cached) ranlib checking for f77... f77 checking for underscore after Fortran symbols... yes checking for sin in -lm... yes checking for main in -lncurses... no checking for main in -ltermcap... yes checking for dlopen in -ldl... no checking for main in -ldxml... no checking for main in -lblas... no checking for rl_callback_read_char in -lreadline... no checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for pid_t... yes checking for vfork.h... no checking for working vfork... yes checking for vprintf... yes c...
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.
2000 Oct 31
1
conflicting types for `Rf_stirlerr
...or dlopen in -ldl... yes checking for main in -lz... no checking for gethostbyname... no checking for gethostbyname in -lnsl... yes checking for connect... no checking for connect in -lsocket... yes checking for ATL_xerbla in -latlas... no checking for dgemm_ in -lcxml... no checking for dgemm_ in -ldxml... no checking for dgemm_ in -lscs... no checking for dgemm_ in -lcomplib.sgimath... no checking for zherk in -lblas... no checking for dgemm_ in -lblas... no checking for rl_callback_read_char in -lreadline... no checking for working alloca.h... yes checking for alloca... yes checking for ANSI C h...