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

20020730: problem installing udunits



Adam,

>Date: Wed, 30 Jul 2003 14:48:49 -0700
>From: Adam Wilhite <address@hidden>
>Organization: NASA/LARC
>To: Steve Emmerson <address@hidden>
>Subject: Re: 20020730: problem installing udunits

The above message contained the following:

> Is this what you need.

The file "make.log" that you sent was actually the file "install.log".

There were no error messages in that file, which would indicate that
that the UDUNITS package was successfully installed.

If the package was successfully installed, then goodbye and good luck.

If, however, the package wasn't successfully installed, then it is
likely that standard error from the command "make install" was not
redirected to the logfile (which would account for the absence of error
messages).  If this is the case, then please do the following:

    1.  Go to the top-level source directory.

    2.  Perform steps 3 through 9 described near the end of the file
        INSTALL.  Be sure to redirect both output streams to the relevant
        logfiles, when appropriate.  For example

            make >make.log 2>&1

        or

            make >&! make.log

        depending on your user-shell.

Regards,
Steve Emmerson