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

20020419: Make errors in gempak under RH linux.

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: 20020419: Make errors in gempak under RH linux.
  • Date: Fri, 19 Apr 2002 16:48:11 -0600

Larry,

I'm still trying to figure that out. In your message below,
you mention failing to run ranlib in gplt/device/satellite.
Does it always fail to run ranlib there? 

My previous experience was that the failure to run ranlib 
occured in different places each time in the build. If it
always occurs in one location, we might be making progress.

Steve Chiswell
Unidata User Support


>From: "Larry D. Oolman" <address@hidden>
>Organization: University of Wyoming
>Keywords: 200204191813.g3JIDqa22290

>Ranlib is still intermittant in making gempak under RH.  I can see no reason
>why it runs sometimes and not others.  Here is an example.
>
>Make in gplt/device/plot runs ranlib,
>make in gplt/device/satellite does not.
>
>The only difference between the two Makefiles is the list of objects.
>I am starting to wonder if there may be some sort of overflow internally
>in make.
>
>-- 
>Larry Oolman
>Department of Atmospheric Science
>University of Wyoming
>address@hidden
>http://www-das.uwyo.edu
>
>-----
>
>g77 -fno-second-underscore -I/disk1/nawips-5.6.f/gempak/include -I/disk1/nawip
> s-5.6.f/gempak/include/Linux -c inoaa.f
>ar Srv /disk1/nawips-5.6.f/lib/linux/gpltdev.a inoaa.o
>a - inoaa.o
>ranlib /disk1/nawips-5.6.f/lib/linux/gpltdev.a
>rm -f *.o
>make[5]: Leaving directory `/disk1/nawips-5.6.f/gempak/source/gplt/device/plot
> '
>making in /disk1/nawips-5.6.f/gempak/source/gplt/device/satellite
>make[5]: Entering directory `/disk1/nawips-5.6.f/gempak/source/gplt/device/sat
> ellite'
>g77 -fno-second-underscore -I/disk1/nawips-5.6.f/gempak/include -I/disk1/nawip
> s-5.6.f/gempak/include/Linux -c dsatim.f
>ar Srv /disk1/nawips-5.6.f/lib/linux/gpltdev.a dsatim.o
>a - dsatim.o
>g77 -fno-second-underscore -I/disk1/nawips-5.6.f/gempak/include -I/disk1/nawip
> s-5.6.f/gempak/include/Linux -c dsatpx.f
>dsatpx.f: In subroutine `dsatpx':
>dsatpx.f:46: warning:
>           CALL GPUT  ( isend, 2, iret )
>                1
>dsatpx.f:50: (continued):
>           CALL GPUT  ( rsend, 2, iret )
>                2
>Argument #1 of `gput' is one type at (2) but is some other type at (1) [info -
> f g77 M GLOBALS]
>ar Srv /disk1/nawips-5.6.f/lib/linux/gpltdev.a dsatpx.o
>a - dsatpx.o
>g77 -fno-second-underscore -I/disk1/nawips-5.6.f/gempak/include -I/disk1/nawip
> s-5.6.f/gempak/include/Linux -c dsicmn.f
>ar Srv /disk1/nawips-5.6.f/lib/linux/gpltdev.a dsicmn.o
>a - dsicmn.o
>make[5]: Leaving directory `/disk1/nawips-5.6.f/gempak/source/gplt/device/sate
> llite
>