Re: Compiling NCARG on Linux with Intel compilers

From: Don Morton (Don.Morton AT XXXXXX)
Date: Thu Jul 08 2004 - 10:42:13 MDT


On Thu, 08 Jul 2004 10:28:46 -0600, "Don Morton"
<Don.Morton AT unknown> said:
> Hi, I'm trying to compile NCARG 4.3.1 with the
> Intel C++ and Fortran (version 8) compilers on
> Linux Redhat 7.3 and running into all sorts of
> "challenges." Has anybody done this successfully,
> and if so what sorts of compiler options did you use?

Since this post, I've "possibly" made some progress with the
following config/LINUX (I'm only providing an excerpt of definitions):

#define HdfDefines -DLINUX
#define StdDefines -DSYSV -D_POSIX_SOURCE -D_XOPEN_SOURCE -DByteSwapped
#define ByteSwapped
#define Cstatic
#define Cdynamic
#define CppCommand '/usr/bin/cpp -traditional'
#define CCompiler icc
#define FCompiler ifort
#define CtoFLibraries -lm
#define CcOptions -ansi -w
#define FcOptions -cm -w
#define XToolLibrary -lXt -lSM -lICE
#define BuildShared NO
#define XLibrary -lXpm -lX11 -lXext

#define ArchRecLibSearch -L/usr/X11R6/lib
-L/usr/local/intel_cc_80/lib
#define ArchRecIncSearch -I/usr/X11R6/include

However, upon ictrans linking, I get an undefined reference:

../../../.././ncarview/src/lib/libictrans/libictrans.o: In function
`giargs_':
../../../.././ncarview/src/lib/libictrans/libictrans.o(.text+0x60ae):
undefined reference to `for_cpystr'
../../../.././ncarview/src/lib/libictrans/libictrans.o(.text+0x60cd):
undefined reference to `for_cpystr'

My extremely vague knowledge suggests that I might want to put something
else in the
CtoFLibraries definition, but I'm not sure what. If I was using gcc I
know I'd put
-lg2c in there. Anybody run across this?

--

************************************************************** Don Morton http://www.cs.umt.edu/~morton/ Department of Computer Science The University of Montana Missoula, MT 59812 | Voice (406) 243-4975 | Fax (406) 243-5139

May your trails be crooked, winding, lonesome, dangerous, leading to the most amazing view. May your mountains rise into and above the clouds. -Edward Abbey, naturalist and author (1927-1989)

_______________________________________________ ncarg-talk mailing list ncarg-talk AT unknown http://mailman.ucar.edu/mailman/listinfo/ncarg-talk



This archive was generated by hypermail 2b29 : Mon Jul 12 2004 - 07:55:05 MDT