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

Re: 951121: netCDF



Thomas,

>Date: Tue, 21 Nov 1995 11:28:59 -0800 (PST) 
>From: Thomas Finkbeiner <address@hidden>
>Organization: Stanford University
>Subject: Re: 951121: netCDF 
>Keywords: 199511172322.AA01582

In the above message you wrote:

> Below is the info you requested.
...
> fink>grep LD_XDR config.status 
> 
>       LD_XDR='' 
>       s%@LD_XDR@%$LD_XDR%g

This is the problem.  LD_XDR should be set to `-lnsl'.

Try this:

    1.  Remove file config.status.

    2.  Set the variable LD_XDR to `-lnsl' in the environment, e.g.

        setenv LD_XDR -lnsl

    3.  Re-execute the configure script.

    4.  Check the value of LD_XDR in the file config.status.  It should
        be `-lnsl'.  If it's not, then tell me; otherwise, proceed with
        a `make test'.

--------
Steve Emmerson   <address@hidden>