This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/35521] gcc-3.4.4 build on solaris -10 failing



------- Comment #1 from brian at dessent dot net  2008-03-10 06:04 -------
Subject:  gcc-3.4.4 build on solaris -10 failing

> updating cache ./config.cache
> creating ./config.status
> creating Makefile
> sh:  : not found

It looks like configure couldn't find an appropriate version of some
tool so it set that variable to blank.  But that's just a wild guess. 
You may want to look at the generated config.status and config.cache and
sanity check them.  Also look at config.log.  You should first make sure
that you have met all the prerequisites for building gcc, as detailed at
<http://gcc.gnu.org/install/prerequisites.html>.

However, gcc 3.4.x is old and has not been maintained for quite some
time.  PRs are for reporting things to be fixed, but since the 3.4 code
has long been frozen there's no way for this to happen even if there was
actually a bug.  If you still experience the same problem with 4.2.x or
4.3.x then file a new PR, otherwise you're better off using the gcc-help
mailing list for support as this is likely to be closed as INVALID.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35521


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