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.
Stephen, >Date: Thu, 04 Dec 2003 15:26:01 -0800 >From: Stephen Leroy <address@hidden> >Organization: NASA/JPL >To: Steve Emmerson <address@hidden> >Subject: Re: 20031204: Problem with Absoft8.0 on Mac OS The above message contained the following: > I have no strong preferences, but just one weak one: -YEXT_NAMES=ASIS. It's > not absolutely necessary, though. <br> > > In my last attempt I tried setting the F90FLAGS to the same as FFLAGS, with > > > -YEXT_NAMES=LCS -YEXT_SFX=_ -YCFRL=1<br> > > "make test" still fails for the fortran test. I've attached the requested > suite of files for debugging. <br> I'm afraid that your email didn't have any attachments. Given that you don't have any strong preferences, I'd be inclined to try the following: 1. Go into the "fortran/" subdirectory. 2. Remove the patch to the file "cfortran.h" that was in a previous email of mine. This will cause the "cfortran.h" file to use uppercase names for the Fortran global symbols (its previous behavior) and require that the option "-YEXT_NAMES=UCS" be used. 3. Go up one directory to the top-level source-directory. 4. Perform steps 3 through 5 described near the end of the file INSTALL.html. In particular, be sure to execute the "make distclean" command. 5. Ensure that both the FFLAGS and F90FLAGS environment variables contain the following: -YEXT_NAMES=UCS -YEXT_SFX=_ -YCFRL=1 6. Perform steps 6 through 9 described near the end of the file INSTALL.html. Please let me know what you discover. Regards, Steve Emmerson