--- 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
--- 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
--- 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 struc
--- 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 co
--
What|Removed |Added
CC|dhazeghi at yahoo dot com |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17755
--
What|Removed |Added
Severity|critical|normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17755
--- 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
--- 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 prob
--- Additional Comments From psychonaut at nothingisreal dot com 2004-10-08 17:18
---
The fix suggested by Andris Pavenis does not work for me. Even when the
directory $prefix/lib/gcc/$target/$version (in this case
/usr/local/compiler/cross/djgpp/lib/gcc/i586-pc-msdosdjgpp/3.4.2) exists