Hi Steve,
> when I try running an example this is the error message it gives me:
> Copying cezmap1.f
>
> Compiling and linking...
> pgf90 -O -o cezmap1 cezmap1.f -L/usr/local/lib -L/usr/X11R6/lib -
> lncarg -lncarg_gks -lncarg_c -lX11 cezmap1.f:
> /usr/local/lib/libncarg_gks.a(gziqwk.o)(.text+0x186): In function
> `gziqwk_': undefined reference to `ggkwdr_'
You may have run into an odd problem that we see sometimes, and that
is the ggkwdr_stub.c file doesn't get
compiled (I'm not sure why). It leads to having an incomplete
libncarg_gks.a library
Please try this:
cd $NCARG/ncarg2d/src/libncarg_gks
rm awi/ggkwdr_stub.o
make install
and watch the output. I think you will see the ggkwdr_stub.c get
compiled, and it should get added to the libncarg_gks.a library.
-Rick.
----
Rick Grubin NCAR/TDD/CISL/VETS
Visualization + Enabling Technologies
grubin_at_ucar.edu 303.497.1832
_______________________________________________
ncarg-talk mailing list
ncarg-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncarg-talk
Received on Thu Jul 26 2007 - 09:05:58 MDT
This archive was generated by hypermail 2.2.0 : Fri Jul 27 2007 - 08:08:37 MDT