This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc3.0.2 built on OSF4.0e


On Wed, Feb 20, 2002 at 02:22:12PM -0500, Steven P. Dirkse wrote:
> The build went without a hitch, after I copied gmake over /sbin/make. 
> Isn't there a way to say MAKE=gmake, or something like that?  I didn't 
> see it in the configure docs.
> 
> bash-2.03# /usr/local/src/gcc-3.0.2/config.guess
> alpha-dec-osf4.0e
> bash-2.03# gcc -v
> Reading specs from /usr/local/lib/gcc-lib/alpha-dec-osf4.0e/3.0.2/specs
> Configured with: /usr/local/src/gcc-3.0.2/configure --enable-languages=c++
> Thread model: single
> gcc version 3.0.2
> 
> It didn't work when I created objdir as a subdir of srcdir and built 
> with the system make.  OK, RTFM.  Here's what worked:
> 
> change /sbin/make to /usr/local/bin/gmake
> mkdir -p /var/local/btree
> cd /var/local/btree
> /usr/local/src/gcc-3.0.2/configure --enable-languages="c++"
> make bootstrap
> make install

Thanks!  I've added this to the GCC 3.0 build status page at
http://gcc.gnu.org/gcc-3.0/buildstat.html.

As for using gmake, I've always just changed my PATH to put the
directory containing GNU make ahead of any other directory containing
a file called make, although it looks like doing "gmake MAKE=gmake"
should do what you want.

Janis


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]