search for: libblitz

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

2009 Jan 10
2
Problem with compiling shared C/C++ library for loading into R (Linux)
...ing "R CMD SHLIB" by linking my own c++ code and an external c++ library (blitz++). The makefile works fine on my Mac, produces mylib.so and I am able to call .Call() from R, but on a linux server (I think Debian), I got the following error: ---------- /usr/bin/ld: /somepath/blitz/lib/libblitz.a(globals.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /somepath/blitz/lib/libblitz.a: could not read symbols: Bad value collect2: ld returned 1 exit status ---------- I tried recompiling the blitz++ library with the -fPI...
2009 Jan 10
2
Problem with compiling shared C/C++ library for loading into R (Linux)
...ing "R CMD SHLIB" by linking my own c++ code and an external c++ library (blitz++). The makefile works fine on my Mac, produces mylib.so and I am able to call .Call() from R, but on a linux server (I think Debian), I got the following error: ---------- /usr/bin/ld: /somepath/blitz/lib/libblitz.a(globals.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC /somepath/blitz/lib/libblitz.a: could not read symbols: Bad value collect2: ld returned 1 exit status ---------- I tried recompiling the blitz++ library with the -fPI...
2009 Jan 15
2
Interface to open source Reporting tools
...my own c++ code and an external c++ > library (blitz++). > > The makefile works fine on my Mac, produces mylib.so and I am able to > call .Call() from R, but on a linux > server (I think Debian), I got the following error: > > ---------- > /usr/bin/ld: /somepath/blitz/lib/libblitz.a(globals.o): > relocation R_X86_64_32 against `a local symbol' can not be used when > making a shared object; recompile with -fPIC > /somepath/blitz/lib/libblitz.a: could not read symbols: Bad value > collect2: ld returned 1 exit status > ---------- > > I tried recompiling...