At 01:35 PM 4/1/2002 -0500, Michael G Schwern wrote:
>Ok, that's what I thought it was. Next question is this: How does
>Perl5 manage to get away with it? I see lots of things like:
>
>CC/DECC /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj
>/NOANSI_ALIAS/float=ieee/ieee=denorm_results/Define=("VERSION=""1.00""","XS_VERSION=""1.00""")/Include=([---],[-.Encode])/NoList
> SYMBOL.c
Everything is specified explicitly. It looks in [], [---], and [-.Encode]
and nowhere else (except for system-defined places). I'm guessing Perl 5
modules never specify include directives with directory names in them (i.e.,
no "foo/foo.h").