X-Originating-IP: [64.233.170.191]
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:received:received:message-id:date:from:to
:subject:in-reply-to:mime-version:content-type
:content-transfer-encoding:content-disposition:references;
bh=EGp9UP+SSEqHJI/YkK8M+4s/dAr81/6BRGp0/4mxRXk=;
b=mgpRNVDcUv5RKIjWTIdxNobi9fz9JcDSPud3j4spo3JR7vFLZZXuQSesq0GeZsFeHQ
mDctq+b9CmxfWTMT6hcYr7F7pbP/2gK0Ua2glsn9lx3ptd8erfaVGseIe3m2VlAZetOX
h1PAkZ2l8PSLizQPO8M5Hn6mT8U1/XxxD/P/Y=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=message-id:date:from:to:subject:in-reply-to:mime-version
:content-type:content-transfer-encoding:content-disposition
:references;
b=LtAoCd6K61kCbJnJp29VH3ksGCqSsro3nMAzI6R9u8IYSSqYZoJojB3anJ2khKGA9B
T3DvbkyzuqZVw5di7PSxaAIqGvw/bpPpFss8Ty87tUuRx3wvKhMpd2/d0FNVD8TK1Z60
CtKbHVue0cdgojR9nXr3Q6aOfoG3VC4p1xyYc=
Date: Tue, 13 Jan 2009 14:03:11 -0800
From: "James Dennett" <james.dennett@xxxxxxxxx>
To: "Franklyn Simon" <franklynsimon@xxxxxxxxxxxxx>
Subject: Re: Installing GCC:Configuration (GCC-4.3.2)
On Tue, Jan 13, 2009 at 1:48 PM, Franklyn Simon
<franklynsimon@xxxxxxxxxxxxx> wrote:
> Hi
> Please help
>
> I download gcc-g++4.3.2 and uncompressed it along with the
prerequisites tar
> files in directory (/opt). I am confused as to the srcdir and objdir
> mentioned in Install GCC: Configuration.
>
> Is the toplevel source directory the same directory (/opt) where the files
> are uncompressed?
>
> Also, can you please expand on the below
>
> To configure GCC:
> % mkdir objdir
> % cd objdir
> %s srcdir/configure [options] [target]
>
>
> Thanks for all you help
gcc-help would be a better mailing list for your question.
gcc@xxxxxxxxxxx is for development of gcc, not for users.
-- James