Skip to content
Prev 6807 / 63424 Next

32 bit error compiling R on sparc-sun-solaris (PR#1273)

On Fri, 18 Jan 2002 vinod.rajakumar@vectorpartners.com wrote:

            
INT_32_BITS is tested during configure, so you need to look to see what it
did: possibly config.log will help.

I have seen this when the LD_LIBRARY_PATH was not set to allow the
libraries to be found.  You don't tell us which version of gcc, but
gcc 3.0.x needs libgcc.so.

R does build with gcc 3.0.2 on Solaris 7, for example, so there is almost
certainly no problem other than local to you.