Re: NCAR 5.0

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Fri, 16 Nov 2007 12:53:11 -0700 (MST)

Hi Alberto,

You have come to the right place with your question.

qThe one thing that might be going on here, which I've seen a few
times, is that the routine that contains "ggkwdr" doesn't get built
into the library. This can happen if the compiler is so fast that the
timestamp on the *.o is such that the compiler thinks it already got
included in the library.

If you still have the NCARG Graphics 5.0 source code where you did the
build from, and if you haven't clean up the *.o files, then try this:

  cd $NCARG/ncarg2d/src/libncarg_gks/awi
  /bin/rm ggkwdr_stub.o
  cd ../
  make all install

($NCARG is the top level of your source tree.)

This should force the routine to be included in your GKS library,
and you can try your compilation again.

If you still have a problem, then can you give me some more
information, like the exact compile line you are using?

Thanks,

--Mary

On Fri, 16 Nov 2007, alberto m. vasquez wrote:

> Hi,
>
> I am not sure if this qualifies as an INSTALL error.
> I just successfully instaled the NCAR library out
> of the 5.0 distribution (I did not installed NCL).
> When I try to compile some FORTRAN code that
> uses NCARG y get the error message below.
> I got this in an Linux 64 machine (using UBUNTU 7.10).
>
> Any help will be greatly apretiated, regards...
>
> Alberto. Here's the error message:
>
> /usr/local/ncarg/lib/libncarg_gks.a(gziqwk.o): In function `gziqwk_':
> gziqwk.f:(.text+0x187): undefined reference to `ggkwdr_'
> /usr/local/ncarg/lib/libncarg_gks.a(gztowk.o): In function `gztowk_':
> gztowk.f:(.text+0x295): undefined reference to `ggkwdr_'
> gztowk.f:(.text+0x7d7): undefined reference to `ggkwdr_'
> gztowk.f:(.text+0xc30): undefined reference to `ggkwdr_'
> collect2: ld returned 1 exit status
> make: *** [es1] Error 1
>
>
> --
> -alberto.
>
_______________________________________________
ncl-install mailing list
ncl-install_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-install
Received on Fri Nov 16 2007 - 12:53:11 MST

This archive was generated by hypermail 2.2.0 : Mon Nov 19 2007 - 15:24:45 MST