autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 60-fyi-wrappers.patch


From: Tim Van Holder
Subject: Re: 60-fyi-wrappers.patch
Date: Thu, 13 Sep 2001 18:24:01 +0200

> Tim> Ah - ok.  I'll submit a couple of DOS-related patches over the
> Tim> weekend.  Since it seems the DJGPP perl problem that broke
> Tim> autom4te has been found and fixed, I can start keeping a close
> Tim> eye on autoconf development again.
> 
> Could you give us a few hints?  Should it be something that Autoconf's
> configure.ac check?

I don't think so.  On MSDOS, Perl closes stdaux and stdprn (FDs 3 and 4)
at startup, as there is no way to use them from Perl.  For some reason,
this causes serious issues with programs spawned from a DJGPP-built
Perl.
I suppose you could have a C program that opens a file and reports the
FD; then run that program from a Perl script.  If it reports '3' on
DJGPP,
the problem exists; if it reports '5' it doesn't.  I really don't think
it's worth it to test for this.
Additionally, the actual problem may be more fundamental, with Perl
merely tripping some library bug, in which case Perl may be changed
back,
rendering the test moot.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]