Mail Archives: djgpp/2011/01/26/18:00:08
Hi,
On Jan 14, 1:13=A0am, "Rod Pemberton" <do_not_h DOT DOT DOT AT notreplytome DOT cmm>
wrote:
>
> I dropped comp.lang.ruby for now. =A0I hope you're checking c.o.m.d.
I only posted it there in the (naive) hope that somebody would
recognize and maybe fix it for the next (bugfix) release. Since I
think it got lost in the shuffle there, I should probably e-mail the
maintainer directly: Urabe Shyouhei.
> At the top of the file, you'll probably also want to add "|| defined
> (__DJGPP__)" to the end of the line which is used to include <io.h>:
Is that needed? I thought it was only Windows (or old DOS compilers)
that needed io.h. Is there a difference between open() and _open() ?
fcntl.h: int open(const char *_path, int _oflag, ...);
io.h: int _open(const char *_path, int _oflag);
:-/
> unlink() is only available with 204. =A0So, it's possible _unlink may may=
need
> to be rmdir() or remove(), e.g., for 203.
I don't see unlink() in libsupp.h. Hmmm, actually, it seems to be in
2.03p2 also (unistd.h), and DJLSR203.ZIP has unlink.S that basically
only does "jmp _remove".
So I'm not sure why you had such errors, but considering how flaky /
annoying the *nix build process is, I'm not really surprised. Such a
mess. :-(
> HTH. =A0I suspect that that is close... =A0Good luck.
This wasn't crucial by any means, but big thanks anyways.
- Raw text -