public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/15928] New: libstdc++ in 3.4.x 3.5 doesn't compile for djgpp
@ 2004-06-11  1:32 anssi dot hannula at mbnet dot fi
  2004-06-11  5:57 ` [Bug libstdc++/15928] " pinskia at gcc dot gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: anssi dot hannula at mbnet dot fi @ 2004-06-11  1:32 UTC (permalink / raw)
  To: gcc-bugs

When I try to cross-compile the gcc-core and gcc-g++ versions 3.4.x or 3.5 for 
i386-pc-msdosdjgpp, the following message comes when it's configuring libstdc++:

configure: error: No support for this host/target combination.
make: *** [configure-target-libstdc++-v3] Error 1

It appears to be coming from file libstdc++-v3/crossconfig.m4.

-- 
           Summary: libstdc++ in 3.4.x 3.5 doesn't compile for djgpp
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: anssi dot hannula at mbnet dot fi
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i386-pc-msdosdjgpp
GCC target triplet: i386-pc-msdosdjgpp


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


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

* [Bug libstdc++/15928] libstdc++ in 3.4.x 3.5 doesn't compile for djgpp
  2004-06-11  1:32 [Bug libstdc++/15928] New: libstdc++ in 3.4.x 3.5 doesn't compile for djgpp anssi dot hannula at mbnet dot fi
@ 2004-06-11  5:57 ` pinskia at gcc dot gnu dot org
  2004-06-11 11:59 ` anssi dot hannula at mbnet dot fi
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-06-11  5:57 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
           Keywords|                            |build


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


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

* [Bug libstdc++/15928] libstdc++ in 3.4.x 3.5 doesn't compile for djgpp
  2004-06-11  1:32 [Bug libstdc++/15928] New: libstdc++ in 3.4.x 3.5 doesn't compile for djgpp anssi dot hannula at mbnet dot fi
  2004-06-11  5:57 ` [Bug libstdc++/15928] " pinskia at gcc dot gnu dot org
@ 2004-06-11 11:59 ` anssi dot hannula at mbnet dot fi
  2004-06-11 12:04 ` anssi dot hannula at mbnet dot fi
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: anssi dot hannula at mbnet dot fi @ 2004-06-11 11:59 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From anssi dot hannula at mbnet dot fi  2004-06-11 11:59 -------
OK, i found out that there was no entry for djgpp defines in 
libstdc++-v3/crossconfig.m4.

I added it there and the build worked.
Proposed patch attached.

-- 


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


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

* [Bug libstdc++/15928] libstdc++ in 3.4.x 3.5 doesn't compile for djgpp
  2004-06-11  1:32 [Bug libstdc++/15928] New: libstdc++ in 3.4.x 3.5 doesn't compile for djgpp anssi dot hannula at mbnet dot fi
  2004-06-11  5:57 ` [Bug libstdc++/15928] " pinskia at gcc dot gnu dot org
  2004-06-11 11:59 ` anssi dot hannula at mbnet dot fi
@ 2004-06-11 12:04 ` anssi dot hannula at mbnet dot fi
  2004-07-07  0:56 ` [Bug libstdc++/15928] libstdc++ in 3.4.x 3.5 doesn't cross-compile " bkoz at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: anssi dot hannula at mbnet dot fi @ 2004-06-11 12:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From anssi dot hannula at mbnet dot fi  2004-06-11 12:04 -------
Created an attachment (id=6519)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=6519&action=view)
Proposed patch to make libstdc++ cross-compile for pc-msdosdjgpp


-- 


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


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

* [Bug libstdc++/15928] libstdc++ in 3.4.x 3.5 doesn't cross-compile for djgpp
  2004-06-11  1:32 [Bug libstdc++/15928] New: libstdc++ in 3.4.x 3.5 doesn't compile for djgpp anssi dot hannula at mbnet dot fi
                   ` (2 preceding siblings ...)
  2004-06-11 12:04 ` anssi dot hannula at mbnet dot fi
@ 2004-07-07  0:56 ` bkoz at gcc dot gnu dot org
  2004-07-07  1:07 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bkoz at gcc dot gnu dot org @ 2004-07-07  0:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bkoz at gcc dot gnu dot org  2004-07-07 00:56 -------

This patch looks fine to me. This is in.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|libstdc++ in 3.4.x 3.5      |libstdc++ in 3.4.x 3.5
                   |doesn't compile for djgpp   |doesn't cross-compile for
                   |                            |djgpp
   Target Milestone|---                         |3.4.2


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


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

* [Bug libstdc++/15928] libstdc++ in 3.4.x 3.5 doesn't cross-compile for djgpp
  2004-06-11  1:32 [Bug libstdc++/15928] New: libstdc++ in 3.4.x 3.5 doesn't compile for djgpp anssi dot hannula at mbnet dot fi
                   ` (3 preceding siblings ...)
  2004-07-07  0:56 ` [Bug libstdc++/15928] libstdc++ in 3.4.x 3.5 doesn't cross-compile " bkoz at gcc dot gnu dot org
@ 2004-07-07  1:07 ` cvs-commit at gcc dot gnu dot org
  2004-07-07  1:23 ` cvs-commit at gcc dot gnu dot org
  2004-07-07  2:35 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-07  1:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-07 01:07 -------
Subject: Bug 15928

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bkoz@gcc.gnu.org	2004-07-07 01:07:06

Modified files:
	libstdc++-v3   : ChangeLog configure crossconfig.m4 

Log message:
	2004-07-06  Anssi Hannula  <anssi.hannula@mbnet.fi>
	
	PR libstdc++/15928
	* crossconfig.m4: Add in bits for djgpp.
	* configure: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.2563&r2=1.2564
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&r1=1.395&r2=1.396
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/crossconfig.m4.diff?cvsroot=gcc&r1=1.15&r2=1.16



-- 


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


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

* [Bug libstdc++/15928] libstdc++ in 3.4.x 3.5 doesn't cross-compile for djgpp
  2004-06-11  1:32 [Bug libstdc++/15928] New: libstdc++ in 3.4.x 3.5 doesn't compile for djgpp anssi dot hannula at mbnet dot fi
                   ` (4 preceding siblings ...)
  2004-07-07  1:07 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-07  1:23 ` cvs-commit at gcc dot gnu dot org
  2004-07-07  2:35 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-07  1:23 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-07 01:23 -------
Subject: Bug 15928

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	bkoz@gcc.gnu.org	2004-07-07 01:23:50

Modified files:
	libstdc++-v3   : ChangeLog configure crossconfig.m4 

Log message:
	2004-07-06  Anssi Hannula  <anssi.hannula@mbnet.fi>
	
	PR libstdc++/15928
	* crossconfig.m4: Add in bits for djgpp.
	* configure: Regenerate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.2224.2.138&r2=1.2224.2.139
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.373.4.14&r2=1.373.4.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/crossconfig.m4.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.11.4.4&r2=1.11.4.5



-- 


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


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

* [Bug libstdc++/15928] libstdc++ in 3.4.x 3.5 doesn't cross-compile for djgpp
  2004-06-11  1:32 [Bug libstdc++/15928] New: libstdc++ in 3.4.x 3.5 doesn't compile for djgpp anssi dot hannula at mbnet dot fi
                   ` (5 preceding siblings ...)
  2004-07-07  1:23 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-07  2:35 ` pinskia at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-07  2:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-07 02:35 -------
Fixed in 3.4.2.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2004-07-07  2:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-11  1:32 [Bug libstdc++/15928] New: libstdc++ in 3.4.x 3.5 doesn't compile for djgpp anssi dot hannula at mbnet dot fi
2004-06-11  5:57 ` [Bug libstdc++/15928] " pinskia at gcc dot gnu dot org
2004-06-11 11:59 ` anssi dot hannula at mbnet dot fi
2004-06-11 12:04 ` anssi dot hannula at mbnet dot fi
2004-07-07  0:56 ` [Bug libstdc++/15928] libstdc++ in 3.4.x 3.5 doesn't cross-compile " bkoz at gcc dot gnu dot org
2004-07-07  1:07 ` cvs-commit at gcc dot gnu dot org
2004-07-07  1:23 ` cvs-commit at gcc dot gnu dot org
2004-07-07  2:35 ` pinskia 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).