public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/35521]  New: gcc-3.4.4 build on solaris -10 failing
@ 2008-03-10  5:46 halder dot malay at gmail dot com
  2008-03-10  6:04 ` [Bug bootstrap/35521] " brian at dessent dot net
  2008-03-10  7:23 ` ebotcazou at gcc dot gnu dot org
  0 siblings, 2 replies; 3+ messages in thread
From: halder dot malay at gmail dot com @ 2008-03-10  5:46 UTC (permalink / raw)
  To: gcc-bugs

i am trying to build gcc-3.4.4 on solaris -10..i am getting an error in the
build stage

csbu061 [toolsrd] 703: make build
creating cache ./config.cache
checking host system type... sparc-sun-solaris2.10
checking target system type... sparc-sun-solaris2.10
checking build system type... sparc-sun-solaris2.10
checking for a BSD compatible install...
/users/toolsrd/ws/si_ctoolrd/gcc/production/sources/gcc-3.4.4/install-sh -c
*** This configuration is not supported in the following subdirectories:
     target-libf2c target-libobjc
    (Any other directories should still work fine.)
checking for sparc-sun-solaris2.10-ar... no
checking for ar... ar
checking for sparc-sun-solaris2.10-as... no
checking for as... as
checking for sparc-sun-solaris2.10-dlltool... no
checking for dlltool... dlltool
checking for sparc-sun-solaris2.10-ld...
/tools/openbin/binutils/2.16.1/sparc-sun-solaris8/bin/ld
checking for sparc-sun-solaris2.10-nm... no
checking for nm... nm
checking for sparc-sun-solaris2.10-ranlib... no
checking for ranlib... ranlib
checking for sparc-sun-solaris2.10-windres... no
checking for windres... windres
checking for sparc-sun-solaris2.10-objcopy... no
checking for objcopy... objcopy
checking for sparc-sun-solaris2.10-objdump... no
checking for objdump... objdump
checking for sparc-sun-solaris2.10-ar... no
checking for ar... ar
checking for sparc-sun-solaris2.10-as... no
checking for as... as
checking for sparc-sun-solaris2.10-dlltool... no
checking for dlltool... dlltool
checking for sparc-sun-solaris2.10-ld... no
checking for ld... ld
checking for sparc-sun-solaris2.10-nm... no
checking for nm... nm
checking for sparc-sun-solaris2.10-ranlib... no
checking for ranlib... ranlib
checking for sparc-sun-solaris2.10-windres... no
checking for windres... windres
checking whether to enable maintainer-specific portions of Makefiles... no
updating cache ./config.cache
creating ./config.status
creating Makefile
sh:  : not found
*** Error code 1
dmake: Fatal error: Command failed for target `build-gcc'
csbu061 [toolsrd] 704:


** i am using binutils-2.16.1 for assembler and linker and gcc-3.4.4 compiler
build on solaris-8 for initial bootstrapping


-- 
           Summary: gcc-3.4.4 build on solaris -10 failing
           Product: gcc
           Version: 3.4.4
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: halder dot malay at gmail dot com
 GCC build triplet: sparc sun-solaris 10
  GCC host triplet: sparc sun-solaris 10
GCC target triplet: sparc sun-solaris 10


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug bootstrap/35521] gcc-3.4.4 build on solaris -10 failing
  2008-03-10  5:46 [Bug bootstrap/35521] New: gcc-3.4.4 build on solaris -10 failing halder dot malay at gmail dot com
@ 2008-03-10  6:04 ` brian at dessent dot net
  2008-03-10  7:23 ` ebotcazou at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: brian at dessent dot net @ 2008-03-10  6:04 UTC (permalink / raw)
  To: gcc-bugs



------- 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug bootstrap/35521] gcc-3.4.4 build on solaris -10 failing
  2008-03-10  5:46 [Bug bootstrap/35521] New: gcc-3.4.4 build on solaris -10 failing halder dot malay at gmail dot com
  2008-03-10  6:04 ` [Bug bootstrap/35521] " brian at dessent dot net
@ 2008-03-10  7:23 ` ebotcazou at gcc dot gnu dot org
  1 sibling, 0 replies; 3+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2008-03-10  7:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from ebotcazou at gcc dot gnu dot org  2008-03-10 07:22 -------
Please follow the build instructions: http://gcc.gnu.org/install


-- 

ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-10  7:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-10  5:46 [Bug bootstrap/35521] New: gcc-3.4.4 build on solaris -10 failing halder dot malay at gmail dot com
2008-03-10  6:04 ` [Bug bootstrap/35521] " brian at dessent dot net
2008-03-10  7:23 ` ebotcazou at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).