search for: shlib_

Displaying 1 result from an estimated 1 matches for "shlib_".

Did you mean: shlib
2012 Apr 06
1
Building R on Solaris (OpenIndiana) with gcc 4.6.2 for amd64 target - relocation problems solved
Hello, the "R Installation and Administration" handbook states in Section C 5.1: For ?amd64? the builds have failed to complete in several different ways, currently with relocation errors for libRblas.so. To fix it: add '-shared' to the SHLIB_LDFLAGS, SHLIB_CXXLDFLAGS and SHLIB_FCLDFLAGS before starting configure. So the complete set of variables' values sufficient to build for the amd64 target (as used on OpenIndiana 151a2 with gcc 4.6.2): SHLIB_LDFLAGS=-shared SHLIB_CXXFLAGS=-shared SHLIB_FCLDFLAGS=-shared CFLAGS=-m64 CXXFLAGS=-...