From owner-freebsd-questions Sat Aug 31 06:44:24 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA13500 for questions-outgoing; Sat, 31 Aug 1996 06:44:24 -0700 (PDT) Received: from edna.bus.net (edna.bus.net [207.41.24.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA13495 for ; Sat, 31 Aug 1996 06:44:19 -0700 (PDT) Received: (from chuck@localhost) by edna.bus.net (8.6.12/8.6.12) id JAA20685; Sat, 31 Aug 1996 09:44:19 -0400 Date: Sat, 31 Aug 1996 09:44:19 -0400 (EDT) From: "Chuck O'Donnell" To: freebsd-questions@freebsd.org Subject: GCC 2.7.2.1 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Has anyone succesfully installed and used GCC 2.7.2.1? I would like to install this version using the same paths as the existing gcc 2.6.3: /usr/bin for cc, cpp, c++, gcc, g++, etc /usr/include for std headers /usr/include/g++ for c++ headers The defaults look something like this: /usr/local/lib/gcc-lib/i386-*-freebsd2.1.0/2.7.2/include It looks like you can specify the coorect paths on the `./configure' command line. Has anyone gone through this and if so, where do you think is the best spot to specify the correct paths, on the command line or is there a file you can edit? Also, what are the best paths for the various gcc executables, includes, libs, etc on a freebsd system? Thanks, Chuck O'Donnell