Displaying 2 results from an estimated 2 matches for "aquario".
2013 Aug 19
1
Issues in installing R-devel
Dear list,
I have tried to compile and install the development version of R, but
met some problems I'm not quite sure how to resolve.
I have downloaded the code from your repository, configured, and tried
to compile using the makefile, as follows:
[atxi@aquario R]$ svn co http://svn.r-project.org/R/trunk
[atxi@aquario R]$ cd trunk
[atxi@aquario R]$ ./tools/rsync-recommended
[atxi@aquario R]$ ./configure --enable-R-shlib
[atxi@aquario R]$ make
I'm getting the following error:
gcc -std=gnu99 -Wl,--export-dynamic -fopenmp -L/usr/local/lib -o R.bin
Rma...
2013 Aug 20
0
R-devel Digest, Vol 126, Issue 18
...ve tried to compile and install the development version of R, but
>> met some problems I'm not quite sure how to resolve.
>>
>> I have downloaded the code from your repository, configured, and tried
>> to compile using the makefile, as follows:
>>
>> [atxi at aquario R]$ svn co http://svn.r-project.org/R/trunk
>> [atxi at aquario R]$ cd trunk
>> [atxi at aquario R]$ ./tools/rsync-recommended
>> [atxi at aquario R]$ ./configure --enable-R-shlib
>> [atxi at aquario R]$ make
>>
>> I'm getting the following error:
>>
&g...