[Bug libstdc++/17755] Can't compile djgpp cross-compiler

2009-01-26 Thread bkoz at gcc dot gnu dot org
--- Comment #8 from bkoz at gcc dot gnu dot org 2009-01-27 01:12 --- Closing due to inactivity. If this is still a problem on a release branch (ie, gcc-4.3.x and above), please re-open and provide details. -- bkoz at gcc dot gnu dot org changed: What|Removed

[Bug libstdc++/17755] Can't compile djgpp cross-compiler

2008-02-13 Thread manu at gcc dot gnu dot org
--- Comment #7 from manu at gcc dot gnu dot org 2008-02-13 21:08 --- Is this still a problem in a recent GCC ? -- manu at gcc dot gnu dot org changed: What|Removed |Added

[Bug libstdc++/17755] Can't compile djgpp cross-compiler

2006-02-20 Thread dn dot tlp at gmx dot net
--- Comment #6 from dn dot tlp at gmx dot net 2006-02-20 08:20 --- (In reply to comment #5) I got the same problems for gcc-3.4.3. I fixed the iovec error by inserting struct iovec { void *iov_base; size_t iov_len; }; ssize_t writev (int filedes, const struct iovec

[Bug libstdc++/17755] Can't compile djgpp cross-compiler

2004-12-07 Thread bugzilla at mailinator dot com
--- Additional Comments From bugzilla at mailinator dot com 2004-12-08 05:06 --- I got the same problems for gcc-3.4.3. I fixed the iovec error by inserting struct iovec { void *iov_base; size_t iov_len; }; ssize_t writev (int filedes, const struct iovec *vector, int

[Bug libstdc++/17755] Can't compile djgpp cross-compiler

2004-10-21 Thread dhazeghi at yahoo dot com
-- What|Removed |Added CC|dhazeghi at yahoo dot com | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17755

[Bug libstdc++/17755] Can't compile djgpp cross-compiler

2004-10-20 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17755

[Bug libstdc++/17755] Can't compile djgpp cross-compiler

2004-10-18 Thread psychonaut at nothingisreal dot com
--- Additional Comments From psychonaut at nothingisreal dot com 2004-10-18 12:09 --- Is it possible you're jumping the gun again, Andris? I tried recompiling with the sys-include directory created as you indicated, and the build still fails. However, it does fail at a different point

[Bug libstdc++/17755] Can't compile djgpp cross-compiler

2004-10-11 Thread pavenis at latnet dot lv
--- Additional Comments From pavenis at latnet dot lv 2004-10-11 10:53 --- One more trap: DJGPP includes are expected to be at $prefix/$target/sys-include. Symbolic link of $prefix/$target/include to it should suffice. Verified that absence of such directory causes described