Hello, I am trying to compile a stripped down libR.a that I can statically link into an application running in a limited system environment (i.e. no shared libraries, no dynamic loading, no graphics, no threads, single process, etc). I have tried configuring --with-x=NO and --enable-Rshlib and --enable- static=yes without success. But I suspect I need to get my hands a bit dirtier. Can anyone give me some pointers to the best way to approach building this? Thank you very much Sean