This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: I can't 'make' gcc-3.4.2 on Solaris 9 Sparc
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: gcc at gcc dot gnu dot org
- Cc: "M M" <molmon at hotmail dot com>
- Date: Mon, 22 Nov 2004 08:27:45 +0100
- Subject: Re: I can't 'make' gcc-3.4.2 on Solaris 9 Sparc
- References: <BAY22-F602390C8C352BD1FBBDCCCDC60@phx.gbl>
> Could someone please tell me exactly how I should run the configure
> script?, or what and how I should set any environment variables?
No environment variable needed except CONFIG_SHELL.
mkdir $(objdir)
cd $(objdir)
CONFIG_SHELL=/bin/ksh
export CONFIG_SHELL
$(srcdir)/configure
gmake bootstrap
$(srcdir) should be an absolute path.
--
Eric Botcazou