Re: [ncarg-talk] Lib Path: New errors

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Mon, 17 Jul 2006 14:59:05 -0600 (MDT)

On Mon, 17 Jul 2006, Akhilesh Mishra wrote:

> Many Thanks to Mary for the valuable advise. I edited the file "
> configure.user.ibm"
> LIBS = -L/usr/local/lib32/r4i4 -lncarg \
> is replaced by
> LIBS = -L/data/akhil/wrf/AIX_64_RS6000/lib -lncarg \
> (this is the path where libcgm.a libncarg_c.a libncarg_ras.a
> ncarg
> libncarg.a libncarg_gks.a libngmath.a files are residing)
> Now the Map.csh is running with the following errors.
> xlf_r -o Map.exe -bmaxdata:2000000000 -bmaxstack:256000000 -Q
> ../libfdvar.a -L/data/akhil/wrf/AIX_64_RS6000/lib -lncarg -lncarg_gks
> -lncarg_c -lX11 -lm
> ld: 0711-317 ERROR: Undefined symbol: .opngks
> ld: 0711-317 ERROR: Undefined symbol: .gopwk
> .
> .
> .
> ld: 0711-317 ERROR: Undefined symbol: .gclwk
> ld: 0711-317 ERROR: Undefined symbol: .clsgks
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
> information.
> make: 1254-004 The error code from the last command is 8.
> make: 1254-005 Ignored error code 8 from last command.
> (mv Map.exe ../.);
> mv: 0653-401 Cannot rename Map.exe to .././Map.exe:
> A file or directory in the path name does not exist.
> make: 1254-004 The error code from the last command is 1.
> make: 1254-005 Ignored error code 1 from last command.
>
> This is the place where I always feel helpless. I need to read more and more
> on Libraries and their structure.
> Need some encouraging support.
> regards

Akhilesh,

I think you are almost there, so don't despair.

Can you email me personally with the output from the following commands:

   file /data/akhil/wrf/AIX_64_RS6000/lib/libncarg.a
   nm -X64 /data/akhil/wrf/AIX_64_RS6000/lib/libncarg.a | grep -i opngks

This library is supposed to contain most of the symbols that
you were getting as undefined. I want to make sure that at least one
of them is in the library.

Thanks,

--Mary
_______________________________________________
ncarg-talk mailing list
ncarg-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncarg-talk
Received on Mon Jul 17 2006 - 14:59:05 MDT

This archive was generated by hypermail 2.2.0 : Thu Aug 03 2006 - 09:38:20 MDT