[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: configure-less Perl builds
At 05:46 PM 1/4/00 +0000, Nick Ing-Simmons wrote:
> >In fact, how much of the C library are we
> >prepared to provide ourselves in order to get it up and working?
>
>Suppose opendir is a system call and not C library read()ing a filedesc
>open on the directory at all? (e.g. Win32 fakes opendir, and other
>weird OSes Apollo/DomainOS, VMS, MVS, etc. probably do likewise at some
>level.)
I don't know that this is really an issue--We already require ANSI C, and
it defines readdir and friends.
What we might want to do is define some sort of 'plug-in' procedure that
allows for there to be some way to yank in routines from a
platform-specific source file (or set a bunch of defines) that either
replace routines in the C library (if they're busted) or fill in for
missing ones.
Dan
--------------------------------------"it's like this"-------------------
Dan Sugalski even samurai
dan@sidhe.org have teddy bears and even
teddy bears get drunk
- References to:
-
Simon Cozens <simon@brecon.co.uk>
Nick Ing-Simmons <nik@tiuk.ti.com>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]