This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Matt, >Date: Wed, 30 Jun 2004 13:43:07 -0400 (EDT) >From: <address@hidden> >Organization: MESO, Inc. >To: <address@hidden> >Subject: Re: 20040630: netcdf-3.5.1 on Solaris x86 >Keywords: 200406181713.i5IHDnWb026226 The above message contained the following: > I only have these directories underneath /opt: > sfw > SUNWebnfs > SUNWits > > So I'm assuming that means that it does not exist (it could be elsewhere > and I wouldn't know about it though). You probably don't have the SunPro compilers. > I attached the make.log that was > created after a "make distclean" and a "configure", but it does not appear > much different than before. Your "make.log" file contains the following: Making `all' in directory /data3/cm-testing/matt/wrf/netcdf-3.5.1/src/libsrc pgcc -c -O -I. -DNDEBUG -DpgiFortran attr.c pgcc -c -O -I. -DNDEBUG -DpgiFortran dim.c pgcc -c -O -I. -DNDEBUG -DpgiFortran error.c pgcc -c -O -I. -DNDEBUG -DpgiFortran -DVERSION=`cat ../VERSION` libvers.c pgcc -c -O -I. -DNDEBUG -DpgiFortran nc.c pgcc -c -O -I. -DNDEBUG -DpgiFortran ncio.c pgcc -c -O -I. -DNDEBUG -DpgiFortran ncx.c Assembler: ncx.c "/var/tmp/pgccAAAzZaOCu.s", line 881 : Illegal mnemonic "/var/tmp/pgccAAAzZaOCu.s", line 881 : Syntax error This is consistent with a problem with pgcc(1). You might try using the freely-available GNU C compiler, gcc(1). > I am going to try talking to some people who > are more familiar with the system and also with the compilers and see if > they have any ideas. Let me know if the make.log shed any light on > anything, I really appreciate your help. Talk to you soon. > > Matt Good luck. Regards, Steve Emmerson