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: Request for Assistance: GCC 3.3.1 Code-Gen Problems


> I'll do some testing tomorrow on the 5 versions of Solaris I have access
> to, by strictly following the build procedure we recommend, and I'll
> report my findings.

Here's the short version: I'm able to bootstrap and install the current 3.3 
branch (all languages except Ada) without a hitch on Solaris 2.5.1, 2.6, 7, 
8 and 9 with the following procedure:

export CONFIG_SHELL=/bin/ksh
$(srcdir)/configure
gmake bootstrap
gmake install

In particular, Phil (in PR 11408) and Charles Cox (in PR 11273) reported a 
problem with the construct:

/bin/ksh ../libtool  --mode=install /bin/ksh 
/opt/build/eric/gcc-3_3-branch/src/install-sh -c libstdc++.la 
/opt/build/eric/lib/./libstdc++.la

that is the double /bin/ksh. I don't see it on any Solaris version.

-- 
Eric Botcazou


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