This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: I can't 'make' gcc-3.4.2 on Solaris 9 Sparc


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]