Hello Segayle, * [EMAIL PROTECTED] wrote on Thu, Sep 04, 2008 at 10:32:14PM CEST: > I am trying to compile grads-1.9b4 on a linux system at ncar. I have > downloaded it to the machine but I would like to compile it with a couple > options > --with-nc > --with-readline > --with-printim > --with-hdf > > I do ./configure --with-nc --with-readline --with-printim --with-hdf > > This is part of the output. .. the options are not compiling > properly. Is there something I am doing wrong
I don't know. Most likely, you will have to install some packages on your system first, like libreadline and libreadline-dev (or however your distribution calls them). But really this is a question you need to ask on the grads user mailing list, because Autoconf doesn't have much to do with it except providing the framework for the configure script. Cheers, Ralf
