[ncl-install] NCAR 5.0

Mary Haley haley at ucar.edu
Fri Nov 16 12:53:11 MST 2007


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.
>


More information about the ncl-install mailing list