On Nov 4, 2011, at 4:37 PM, Michael Yan wrote:
> Hello,
>
> I am trying to build a statically linked R linux binary that can be shipped
> around to different unknown linux environments without having to rely on its
> local shared libraries. However, it seems like the configure flag
>
> --ena
I'm not sure, but this option applies to Rblas and Rlapack. If you
want R statically linked you need to add the "-static" to
CFLAGS/FFLAGS etc.
regards,
daniel
2011/11/4 Michael Yan :
> Hello,
>
> I am trying to build a statically linked R linux binary that can be shipped
> around to different u