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

Re: 20011115: GEMPAK 5.6.e.1 available

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: Re: 20011115: GEMPAK 5.6.e.1 available
  • Date: Thu, 15 Nov 2001 17:00:17 -0700

Larry,

I haven't been able to duplicate the problem here, but
the problem may be that ranlib gets the file name twice
on the commane line in the Makefile. It should only get
the file name once.

In $CONFIGDIR/Makeinc.linux, try changing
$(RARCHIVE) = ranlib $@
to
$(RARCHIVE) = ranlib

I've started a rebuild to see if that breaks anything.

Steve Chiswell
Unidata User Support


On Thu, 15 Nov 2001, Larry D. Oolman wrote:

> When I run make under RedHat linux 7.1 I get multiple occurrences of
> /disk1/nawips-5.6.e/lib/linux/device.a: could not read symbols: Archive
> has no index; run ranlib to add one
>
> It is an easy work around, run ranlib and then make again.  But, I
> thought I would let you know.
> I had the same problem in the previous release.
> --
> Larry Oolman
> Department of Atmospheric Science
> University of Wyoming
> address@hidden
> http://www-das.uwyo.edu
>