public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/8920] [sparc-solaris2.6] Cannot compile libiberty on Solaris 2.6 inside gcc-3.2.1
       [not found] <20021212201601.8920.mmokrejs@natur.cuni.cz>
@ 2003-06-05 16:41 ` mmokrejs@natur.cuni.cz
  2003-06-13 14:54 ` dhazeghi@yahoo.com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: mmokrejs@natur.cuni.cz @ 2003-06-05 16:41 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From mmokrejs@natur.cuni.cz  2003-06-05 16:41 -------
I'm trying to compile gcc-3.3. I'll repost new bug if I have same problem. But I
think some months ago I tried on that Solaris host and past this problem, but
hit another one. So I believe suggestion from Rainer Orth was right.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug bootstrap/8920] [sparc-solaris2.6] Cannot compile libiberty on Solaris 2.6 inside gcc-3.2.1
       [not found] <20021212201601.8920.mmokrejs@natur.cuni.cz>
  2003-06-05 16:41 ` [Bug bootstrap/8920] [sparc-solaris2.6] Cannot compile libiberty on Solaris 2.6 inside gcc-3.2.1 mmokrejs@natur.cuni.cz
@ 2003-06-13 14:54 ` dhazeghi@yahoo.com
  2003-06-23 18:19 ` mmokrejs at natur dot cuni dot cz
  2003-06-24  6:39 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-13 14:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  GCC build triplet|                            |sparc-sun-solaris2.6
   GCC host triplet|                            |sparc-sun-solaris2.6
 GCC target triplet|                            |sparc-sun-solaris2.6


------- Additional Comments From dhazeghi@yahoo.com  2003-06-13 14:52 -------
Martin, any news on this problem since last week? Thanks.


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

* [Bug bootstrap/8920] [sparc-solaris2.6] Cannot compile libiberty on Solaris 2.6 inside gcc-3.2.1
       [not found] <20021212201601.8920.mmokrejs@natur.cuni.cz>
  2003-06-05 16:41 ` [Bug bootstrap/8920] [sparc-solaris2.6] Cannot compile libiberty on Solaris 2.6 inside gcc-3.2.1 mmokrejs@natur.cuni.cz
  2003-06-13 14:54 ` dhazeghi@yahoo.com
@ 2003-06-23 18:19 ` mmokrejs at natur dot cuni dot cz
  2003-06-24  6:39 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: mmokrejs at natur dot cuni dot cz @ 2003-06-23 18:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From mmokrejs at natur dot cuni dot cz  2003-06-23 18:10 -------
Yes, I've managed to compile and install gcc-3.3. The trick to compile was to
minimize CFLAGS/CPPFLAGS so that headers from binutils and some other? tools
don't fool the bootstrap procedure, set the shell to ksh otherwise it dies
somewhere while checking "if make sets ${MAKE}". Also link to GNU ld/as was
necessary.

CPPFLAGS="" CC="gcc" CFLAGS="" CXXFLAGS=""
CONFIG_SHELL=/bin/ksh
export CPPFLAGS CC CFLAGS CXXFLAGS CONFIG_SHELL
../configure --prefix=/software/@sys/usr\
--with-gnu-ld=/softwa/software/@sys/usr/bin/ld \
--with-gnu-as=/software/@sys/usr/bin/as
make bootstrap-lean

Some of this is documented in the readme in section related to solaris.


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

* [Bug bootstrap/8920] [sparc-solaris2.6] Cannot compile libiberty on Solaris 2.6 inside gcc-3.2.1
       [not found] <20021212201601.8920.mmokrejs@natur.cuni.cz>
                   ` (2 preceding siblings ...)
  2003-06-23 18:19 ` mmokrejs at natur dot cuni dot cz
@ 2003-06-24  6:39 ` ebotcazou at gcc dot gnu dot org
  3 siblings, 0 replies; 4+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2003-06-24  6:39 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


ebotcazou at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |WORKSFORME


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2003-06-24 06:28 -------
Note that your configure line is not entirely correct: it's
   --with-as=<path_to_as> --with-gnu-as
   --with-ld=<path_to_ld> --with-gnu-ld


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

end of thread, other threads:[~2003-06-24  6:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021212201601.8920.mmokrejs@natur.cuni.cz>
2003-06-05 16:41 ` [Bug bootstrap/8920] [sparc-solaris2.6] Cannot compile libiberty on Solaris 2.6 inside gcc-3.2.1 mmokrejs@natur.cuni.cz
2003-06-13 14:54 ` dhazeghi@yahoo.com
2003-06-23 18:19 ` mmokrejs at natur dot cuni dot cz
2003-06-24  6:39 ` 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).