[1921] in testers
Re: perl
daemon@ATHENA.MIT.EDU (Marc Horowitz)
Sun May 24 00:39:41 1992
To: "Richard Basch" <basch@MIT.EDU>
Cc: testers@MIT.EDU, marc@MIT.EDU
In-Reply-To: Your message of Sat, 23 May 92 23:40:57 -0400.
Reply-To: Marc Horowitz <marc@MIT.EDU>
Date: Sun, 24 May 92 00:38:49 EDT
From: Marc Horowitz <marc@Athena.MIT.EDU>
>> <tardis!probe> {/mit/nfs-afs/src}
>> 506% ./migrate.pl -d -f test.data
>> Can't locate syscall.ph in @INC (did you run h2ph?) at ./migrate.pl line 12.
>> Exit 2
.ph files are derived from the corresponding .h files on the system.
There is no /usr/include/syscall.h, hence no syscall.ph. In fact, I
couldn't find any header file containing the syscall numbers. This
seems to be an AIX lossage, not a perl issue. If you can give me a
list of the numbers, or the right header file, I'll build a syscall.ph
from hand if necessary.
Marc