From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8994 invoked by alias); 7 Apr 2002 16:27:52 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 8795 invoked from network); 7 Apr 2002 16:27:51 -0000 Received: from unknown (HELO hiauly1.hia.nrc.ca) (132.246.100.193) by sources.redhat.com with SMTP; 7 Apr 2002 16:27:51 -0000 Received: from hiauly1.hia.nrc.ca (localhost [127.0.0.1]) by hiauly1.hia.nrc.ca (8.12.0.Beta16/8.12.0.Beta16) with ESMTP id g37GRkFN018596; Sun, 7 Apr 2002 12:27:47 -0400 (EDT) Received: (from dave@localhost) by hiauly1.hia.nrc.ca (8.12.0.Beta16/8.12.0.Beta16) id g37GRkdq018594; Sun, 7 Apr 2002 12:27:46 -0400 (EDT) Message-Id: <200204071627.g37GRkdq018594@hiauly1.hia.nrc.ca> Subject: Re: gcc-64 on HP-UX 11.00 To: h.m.brand@hccnet.nl (H.Merijn Brand) Date: Sun, 07 Apr 2002 12:17:00 -0000 From: "John David Anglin" Cc: gcc@gcc.gnu.org, bug-binutils@gnu.org In-Reply-To: <20020407145141.42C0.H.M.BRAND@hccnet.nl> from "H.Merijn Brand" at Apr 7, 2002 03:08:23 pm MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00247.txt.bz2 > autoconf I *try* to get a recent version installed, but HPUX and AIX > are not the most wonderfull systems for this package. I /do/ > have these installed, for gcc only. Install 2.13 for gcc development. It's only needed if you need to update configure. It shouldn't be needed for normal builds if you start from a snapshot or use contrib/gcc_update. > As a side track, how much of what I specify during build is inherited in the > compiler? Can the /wrk/pa20_64 be ported independent of the way I built it? > Does the user that receives the dist need the same as and the same ld or can > it use a different one? They need to be feature compatible. There are various assembler and linker checks done by configure. If you are trying to build with --prefix=/wrk/pa20_64 and install the final dist to a different directory, there may be problems. The gcc driver has a builtin dependency on the specified installation directory and it uses this to locate library and header files. If you specify --with-as, then it expects to find the assembly in the specified location. Dave -- J. David Anglin dave.anglin@nrc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6605)