Displaying 20 results from an estimated 54 matches for "cconverters".
Did you mean:
converters
2006 Jun 12
1
Link error with glibc-2.4 on linux/PPC (PR#8967)
...ILD="powerpc-unknown-linux-gnu"
CFLAGS="-O2 -mcpu=G4 -mtune=G4 -fno-strict-aliasing -pipe -maltivec
-mabi=altivec"
CHOST="powerpc-unknown-linux-gnu"
Fault log
gfortran -fpic -g -O2 -c xxxpr.f -o xxxpr.o
powerpc-unknown-linux-gnu-gcc -shared -o libR.so Rembedded.o CConverters.o
CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o apse.o
array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o
connections.o context.o cov.o cum.o dcf.o datetime.o debug.o deparse.o deriv.o
dotcode.o dounzip.o dstruct.o duplicate.o engine.o envir.o erro...
2009 May 12
1
Help needed to compile R with shared library.
...g.site file:
CPICFLAGS=-fPIC
FPICFLAGS=-fPIC
and issue:
./configure --enable-R-shlib --prefix=$HOME/newR
make
configure finishes with no complaints, the last
informative line being:
Options enabled: shared R library, shared BLAS, R profiling, Java
But make is upset:
/usr/bin/ld: CConverters.o: relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC
CConverters.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
It saysm "recompile with -fPIC" But I am already
doing so, am I not? What a...
2011 Mar 02
3
CentOS 5 install won't make with shared libs enabled
...tried a local R install as
non-root with source packages:
after downloading the latest tarball and unzipping:
./configure --prefix=/opt --enable-R-shlib
make
make[3]: Entering directory
`/ifs/data/columbia/tm_lab/so2346/R-2.12.1/src/main'
gcc -std=gnu99 -shared -L/usr/local/lib64 -o libR.so CConverters.o
CommandLineArgs.o Rdynload.o Renviron.o RNG.o agrep.o apply.o arithmetic.o
array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o
complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o
deparse.o deriv.o devices.o dotcode.o dounzip.o dstruct.o duplicate.o
engine.o e...
2010 May 13
2
Compiling R with --enable-R-shlib for rpy2 error
Hi,
I am trying to compile R with the command below in order to install rpy2.
./configure --prefix=/usr/local/R/R-2.9.2 --with-gnu-ld --with-cairo
--with-x --enable-R-shlib
However, error the I have gotten was:
/usr/bin/ld: CConverters.o: relocation R_X86_64_32S against `R_FunTab' can
not be used when making a shared object; recompile with -fPIC
CConverters.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[3]: *** [libR.so] Error 1
I don't really understand the error message. Is there anything...
2001 Sep 25
2
hpux10.20 build for R-1.3.1
...rts of gnome libs so I
need to set --with-gnome=no.
This is what make produces:
...
make[3]: Entering directory `/annex/.absd00t/absd00t/tools/R-1.3.1/src/main'
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -I/usr/include/Motif1.1 -I/usr/include/X11R4 -c CConverters.c -o CConverters.o
gcc -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -I/usr/include/Motif1.1 -I/usr/include/X11R4 -c Rdynload.c -o Rdynload.o
Rdynload.c: In function `R_FindSymbol':
Rdynload.c:781: `CFunTab' undeclared (first use in this function)
Rdynlo...
2006 Jul 13
0
R-2.3.1 --enable-R-shlib
...er to the latest R version, everything went ok
until I wanted to install RServe for our java clients.
RServe needs the shared library which can be compiled using configure
--enable-R-shlib. All went ok but after running make I got this error:
gcc -shared -L/usr/local/lib64 -o libR.so Rembedded.o CConverters.o
CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o
apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o
colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o
debug.o deparse.o deriv.o dotcode.o dounzip.o dstruct.o duplicate.o
engine.o envir.o erro...
2005 Mar 22
4
trouble building r-devel
..., which are the same ones I
always make.
Any help appreciated!
Mark
C:\R\R-devel\src\gnuwin32> make
<< some OK bits of output, to help show where the problem is>>
...
making vfonts.d from vfonts.c
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_H
-DR_DLL_BUILD -c CConverters.c -o CConverters.o
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_H
-DR_DLL_BUILD -c CommandLineArgs.c -o CommandLineArg
s.o
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../include -DHAVE_CONFIG_H
-DR_DLL_BUILD -c Rdynload.c -o Rdynload.o
gcc -O2 -Wall -pedantic -DLEA_MALLOC -I../in...
2001 Dec 06
2
Solaris install problem ... mcount
Hmnnn...
This is the third version of R I have installed and I am stumped on this one.
There is some unresolved external I cannot find...
/opt/SUNWspro/bin/cc -v -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o
complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o devPS.o
devPicTeX.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o
envir.o errors.o eval.o format.o fourier.o g...
2001 Nov 13
0
help with compiling R under hpux 10.20
Dear R users,
I tried to compile R under hpux 10.20 and have sveral problems. R-1.3.1
stopped
making strdup.d from strdup.c
> >> gcc -I. -I../../src/include -I../../src/include
> >> -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c CConverters.c -o
> >> CConverters.o
> >> gcc -I. -I../../src/include -I../../src/include
> >> -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c Rdynload.c -o Rdynload.o
> >> Rdynload.c: In function `R_FindSymbol':
> >> Rdynload.c:781: `CFunTab' undecl...
2012 Sep 17
1
Compiling R2.15.1 on ubuntu with x86-64 architecture and shared library
...ssor and also installed RStudio and everything worked fine.
Now, I tried to build R 2.15.1 from source and installed it using defaults. RStudio now complained that R was not built as a shared library.
Went back and uninstalled, and configured with -enable-R-shlib
Now make fails at:
/usr/bin/ld: CConverters.o: relocation R_X86_64_325 against '.rodata' can not be used when making a shared object; recompile with -fPIC
Being new to Linux, I have no idea how to recompile with -fPIC
Any help would be appreciated.
Mike
W. Michael Conklin
Executive Vice President | GfK Marketing Science | Consume...
2003 Apr 29
1
configure succeeds without dlfcn.h, but fails to compile (OS X) (PR#2875)
...#39;-framework vecLib' \
--with-lapack
...
./make
...
making strdup.d from strdup.c
making strncasecmp.d from strncasecmp.c
making vsnprintf.d from vsnprintf.c
gcc -I../../src/extra/pcre -no-cpp-precomp -I. -I../../src/include
-I../../src/include -I/sw/include -DHAVE_CONFIG_H -g -O2 -c
CConverters.c -o CConverters.o
gcc -I../../src/extra/pcre -no-cpp-precomp -I. -I../../src/include
-I../../src/include -I/sw/include -DHAVE_CONFIG_H -g -O2 -c
Rdynload.c -o Rdynload.o
Rdynload.c: In function `R_FindSymbol':
Rdynload.c:1036: `CFunTab' undeclared (first use in this function)
Rdynload....
2006 May 01
6
R-2.3.0 make error
Dear list,
When compiling the R-2.3.0 on FC4 x86_64, I got the following errors:
make[3]: Entering directory
`/project/scratch3/ligroup/wuming/src/R-2.3.0/src/main'
gcc -Wl,--export-dynamic -L/usr/local/lib64 -o R.bin Rmain.o
CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o
arithmetic.o apse.o array.o attrib.o base.o bind.o builtin.o
character.o coerce.o colors.o complex.o connections.o context.o cov.o
cum.o dcf.o datetime.o debug.o deparse.o deriv.o dotcode.o dounzip.o
dstruct.o duplicate.o engine.o envir.o erro...
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello,
I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0
from sources under HP-UX 11.00 using f2c and X11 support. Configuration
phase is OK but using make I have errors:
gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o array.o attrib.o bind.o builtin.o charac
ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o
dcf.o datetime.o debug.o devPS.o devPicTeX.o deparse.o
deriv.o devices.o dotcode.o dstruct.o duplicate.o envir.o errors.o
eval.o format.o f...
2001 Jul 06
4
How to build R-1.3.0 under HP-UX 11.00
Hello,
I am new in R and I am delighted with it, so I am trying to bulid R-1.3.0
from sources under HP-UX 11.00 using f2c and X11 support. Configuration
phase is OK but using make I have errors:
gcc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o array.o attrib.o bind.o builtin.o charac
ter.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o
dcf.o datetime.o debug.o devPS.o devPicTeX.o deparse.o
deriv.o devices.o dotcode.o dstruct.o duplicate.o envir.o errors.o
eval.o format.o f...
2002 Nov 29
1
need help with make failing for R 1.6.1 in Solaris 8
Anyone know how to resolve this issue? Thanks in advance.
gcc -L/usr/local/lib -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o apse.o array.o attrib.o base.o bind.o builtin.o
character.o coerce.o colors.o complex.o connections.o context.o cov.o
cum.o dcf.o datetime.o debug.o devPS.o devPicTeX.o deparse.o deriv.o
devices.o dotcode.o dounzip.o dstruct.o duplicate.o engine.o envir...
2005 Apr 23
1
R-2.1.0 doesn't compile on FreeBSD6-CURRENT
Dear R-users,
is there anyone else with problems to get R-2.1.0 compiled on
FreeBSD6-CURRENT?
After typing '.configure' and then 'make' I get the following output:
-------------------------------------
[...snip...]
gcc -export-dynamic -L/usr/local/lib -o R.bin Rmain.o CConverters.o
CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o
apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o
colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o
debug.o deparse.o deriv.o dotcode.o dounzip.o dstruct.o duplicate.o
engine.o envir.o erro...
2005 Apr 23
1
R-2.1.0 doesn't compile on FreeBSD6-CURRENT
Dear R-users,
is there anyone else with problems to get R-2.1.0 compiled on
FreeBSD6-CURRENT?
After typing '.configure' and then 'make' I get the following output:
-------------------------------------
[...snip...]
gcc -export-dynamic -L/usr/local/lib -o R.bin Rmain.o CConverters.o
CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o
apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o
colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o
debug.o deparse.o deriv.o dotcode.o dounzip.o dstruct.o duplicate.o
engine.o envir.o erro...
2006 Apr 13
1
R-latest.tar.gz make error
...-fPIC -fno-common -g -O2 -
std=gnu99 -c vfonts.c -o vfonts.o
g77 -fPIC -fno-common -g -O2 -c xxxpr.f -o xxxpr.o
gcc -dynamiclib -L/usr/local/lib -dynamiclib -install_name libR.dylib
-compatibility_version 2.3.0 -current_version 2.3.0 -
headerpad_max_install_names -o libR.dylib Rembedded.o CConverters.o
CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o
apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o
colors.o complex.o connections.o context.o cov.o cum.o dcf.o
datetime.o debug.o deparse.o deriv.o dotcode.o dounzip.o dstruct.o
duplicate.o engine.o en...
2007 Jan 11
1
R 2.4.0 on Solaris 10 (PR#9441)
...figure: WARNING: you cannot build PDF versions of the R manuals
and output for make command
make[3]: Leaving directory `/datos/java/temp/R-2.4.0/src/main'
make[3]: Entering directory `/datos/java/temp/R-2.4.0/src/main'
gcc -L/opt/SUNWmlib/lib -L/opt/SUNWmlib/lib/sparcv9 -o R.bin Rmain.o
CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o arithmetic.o
apse.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o
complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o deparse.o
deriv.o dotcode.o dounzip.o dstruct.o duplicate.o engine.o envir.o erro...
2004 Jun 23
1
R 1.9.1 compilation error
..../../src/extra/bzip2 -I../../src/extra/pcre
-I. -I../../src/include -I../../src/include -I/usr/local/include
-DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c registration.c -o registration.o
g77 -g -O2 -c xxxpr.f -o xxxpr.o
gcc -Wl,-bdynamic -Wl,-bE:../../etc/R.exp -Wl,-bM:SRE -L/usr/local/lib -o
R.bin CConverters.o Rdynload.o RNG.o apply.o arithmetic.o apse.o array.o
attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o
connections.o context.o cov.o cum.o dcf.o datetime.o debug.o devPS.o
devPicTeX.o deparse.o deriv.o devices.o dotcode.o dounzip.o dstruct.o
duplicate.o engine.o envir.o err...