Subject: Re: building gcc-3.3.3 on Solaris 8
To: Ryan Cresawn <cresawn@chass.utoronto.ca>
From: Sageev George <sageev@usc.edu>
List: tech-pkg
Date: 03/24/2004 12:16:21
I've done something like what you are asking by adding the
following to the Makefile located in the applications pkgsrc
directory ( like /usr/pkgsrc/lang/gcc3 , for you).
CONFIGURE_ARGS+= --without-libmpeg3
This adds the --without-libmpeg3 argument to configure.
For you:
CONFIGURE_ARGS+= --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --d
isable-nls
This might not be the recommended way of doing things.
This might not even work (I haven't tested it in Solaris with
gcc3).
Good hunting,
-Sageev
----- Original Message -----
From: "Ryan Cresawn" <cresawn@chass.utoronto.ca>
To: <tech-pkg@NetBSD.org>
Sent: Wednesday, March 24, 2004 10:51 AM
Subject: building gcc-3.3.3 on Solaris 8
> I'd like to know how to pass arguments to `configure' when attempting
> to compile gcc-3.3.3. Specifically, I'd like to run this command:
>
>
configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls
>
> I would imagine that these options can be set in
> `/usr/pkg/etc/mk.conf' though I don't kow how. If someone would
> either point to the location where this is documented or provide me
> with the recipe I would be most appreciative.
>
> Ryan
>
>