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.
> Date: Mon, 25 Nov 1996 16:36:42 -0500 (EST) > From: Harvey Seim <address@hidden> > To: Russ Rew <address@hidden> > Subject: Re: 961125: not working on SGI r10000 Harvey, > Russ - I tried setting CC to cc and CFLAGS to -n32, e.g. from env I have > > CFLAGS=-n32 > CC=cc > > but when I 'make all' I bomb in the cxx directory, where it > apparently doesn't know about these flags: Yes, for the C++ compiler, you would have also needed a "CXXFLAGS=-n32". But as my last message noted, using the default "-64" should work fine if you just install the library in the right place or tell the compiler where you have installed it. --Russ