[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 20020311: ldm-5.1.4 on iita



Celia Chen wrote:
> 
> Sure, Anne.  Do you have the passwd to iita?
> 
> Thanks.
> 
> Celia
> 

Hi Celia,

Yes, I do.  And, I just built the code.  Here's what I did:

        0. cd ~/ldm-5.1.4/src
        1. make distclean       // undo any configuration or builds
        2. setenv CC gcc        // tell configure to use gcc
        3. ./configure          // configure the build
        4. make install         // build the software

So, I simply told it to use gcc instead of the c89 "compiler" it was
calling.  (I say "compiler" because it's actually a script.)  

You can complete the build from here.  The next step is 'make
install_setuids'.  I don't think you'll need the compiler for that. 
But, if you do need to compile again, be sure to do step #2 above
because I only set that environment variable for my session.  Or, you
could add that to your .cshrc, source .cshrc, then not have to worry
about it again.

Anne
-- 
***************************************************
Anne Wilson                     UCAR Unidata Program            
address@hidden                 P.O. Box 3000
                                  Boulder, CO  80307
----------------------------------------------------
Unidata WWW server       http://www.unidata.ucar.edu/
****************************************************