search for: libso

Displaying 6 results from an estimated 6 matches for "libso".

Did you mean: libs
2006 Mar 09
1
R2.2.1-patched build failed with PGI 6.1 on x86-64
...gcc -I../../../../include -I/include -I/include/CC -fpic -O2 -Kieee -c /home/andy/Rbuild/R-patched/src/library/tools/src/Rmd5.c -o Rmd5.o pgcc -I../../../../include -I/include -I/include/CC -fpic -O2 -Kieee -c /home/andy/Rbuild/R-patched/src/library/tools/src/md5.c -o md5.o pgcc -shared -L/libso -L/usr/lib64 -o tools.so text.o init.o Rmd5.o md5.o mkdir -p -- ../../../../library/tools/libs make[5]: Leaving directory `/home/andy/Rbuild/R221-pgi/src/library/tools/src' make[4]: Leaving directory `/home/andy/Rbuild/R221-pgi/src/library/tools/src' **ERROR: in routine alloca() there is a...
2006 Mar 10
2
problem building R-patched on x86-64 with PGI 6.1
...e -I$PG_HOME/include/CC" \ CPICFLAGS=-fpic \ F77=pgf95 \ FFLAGS="-g -Kieee"\ FPICFLAGS=-fpic \ CXX=pgCC \ CXXFLAGS="-g -Kieee" \ CXXPICFLAGS=-fpic \ SHLIB_CXXLDFLAGS=-shared \ SHLIB_LDFLAGS=-shared \ LDFLAGS="-L$PG_HOME/libso -L/usr/lib64 -L/usr/X11R6/lib64" \ --without-tcltk \ --with-blas="-L/usr/pgi/linux86-64/6.1/libso -lacml" [The pgf95 (or pgf90) is needed for linking against ACML to work. This should be unrelated as optim is in C.] I'd very much appreciate any pointers. Best, Andy...
2011 Sep 05
1
Receive "unable to load shared object RNetCDF.o" during R INSTALL of RNetCDF
...r. The admin user performing the install has the required privileges to perform the install. Words of wisdom are greatly appreciated: R CMD INSTALL --configure-args="--with-netcdf-include='/soft/local/netcdf/netcdf-3.6.2/include/' --with-netcdf-lib='/soft/local/netcdf/netcdf-3.6.2/libso' --with-udunits-include='/soft/local/udunits-2.1.23/include' --with-udunits-lib='/soft/local/udunits-2.1.23/lib'" RNetCDF_1.5.2-2.tar.gz * installing to library ?/soft/local/r/R-2.13.1/lib64/R/library? * installing *source* package ?RNetCDF? ... checking for gcc... gcc -st...
2005 Sep 02
0
Build R with ATLAS
...onfigure R-devel, I got the following error messages in config.log: configure:33172: checking for sgemm_ in -lf77blas configure:33210: /usr/pgi/linux86-64/6.0/bin/pgcc -o conftest -g -O2 -mieee-fp -I/usr/pgi/linux86-64/6.0/include -I/usr/pgi/l\ inux86-64/6.0/include/CC -L/usr/pgi/linux86-64/6.0/libso -L/usr/lib64 -L/usr/local/lib64 conftest.c -lf77blas -latlas -lpgftn\ rtl -lnspgc -lpgc -lm -ldl -lm >&5 pgcc-Warning-Unknown switch: -mieee-fp NOTE: your evaluation license will expire in 14 days, 0.426 hours. For a permanent license, please read the order acknowledgement that you receiv...
2006 May 18
0
R-devel and PGI 6.0 compile error
...R-devel (R-devel_2006-05-17.tar.gz) on Red Hat Enterprise Linux AS release 3 (Taroon Update 7) using the Portland Group compiler 6.0. (I have not yet successful compiled R on this configuration, so I don't know if this is a new problem.) I get an error pgcc -L/usr/local/pgi/linux86-64/6.0/libso -L/usr/lib64 -o dftables dftables.o ../dftables chartables.h ../dftables: error while loading shared libraries: libpgc.so: cannot open shared object file: No such file or directory make[3]: *** [chartables.h] Error 127 The library containing libpgc.so is in both my LD_LIBRARY_PATH and in LDFLA...
2006 May 11
0
PGI 6.1 compile error
...export FFLAGS="-g -O2 -Kieee" export CXX="pgCC" export CXXFLAGS="-g -O2 -Kieee" export F95=pgf95 export FCFLAGS="-g -O2 -Kieee" export SHLIB_CXXLDFLAGS=-shared export SHLIB_LDFLAGS=-shared export LDFLAGS="-L$PGI/libso -L/usr/lib64" However, the last line causes :../../src/R-2.3.0-patched/configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu loading site script '../../src/R-2.3.0-patched/config.site' .... checking for gcc... pgcc check...