Displaying 2 results from an estimated 2 matches for "short_vec_length".
2013 Aug 19
1
Issues in installing R-devel
...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
Rmain.o -L../../lib -lR -lRblas
../../lib/libR.so: undefined reference to `SHORT_VEC_LENGTH'
collect2: ld returned 1 exit status
This does not seem to be a missing dependency, as the complaint is about
something included in the R code. I had previously successfully
installed R-devel using the exact same commands on the same machine.
What am I doing wrong?
In advance thank you for...
2013 Aug 20
0
R-devel Digest, Vol 126, Issue 18
...onfigure --enable-R-shlib
>> [atxi at aquario R]$ make
>>
>> I'm getting the following error:
>>
>> gcc -std=gnu99 -Wl,--export-dynamic -fopenmp -L/usr/local/lib -o R.bin
>> Rmain.o -L../../lib -lR -lRblas
>> ../../lib/libR.so: undefined reference to `SHORT_VEC_LENGTH'
>> collect2: ld returned 1 exit status
>>
>> This does not seem to be a missing dependency, as the complaint is about
>> something included in the R code. I had previously successfully
>> installed R-devel using the exact same commands on the same machine.
>&g...