Skip to content
Prev 12190 / 398502 Next

How to build R-1.3.0 under HP-UX 11.00

The first few errors mean that you don't have xdr support in the libraries
you included. R checks for the headers rpc/rpc.h and rpc/xdr.h so you have
those.

Try man xdr and see if it requires an additional library.


The last two are problems with missing -lf2c.  Configuring with --with-f2c
should include that for you.

I think we need to know exactly what you did.  Perhaps you needed
FLIBS="-L/opt/f2c/lib -lf2c -lm"?
On Fri, 6 Jul 2001, Krzysztof Kopera wrote: