[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 961125: not working on SGI r10000
- Subject: Re: 961125: not working on SGI r10000
- Date: Mon, 25 Nov 1996 16:19:38 -0700
> 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