linegar@bwdls49.bnr.ca (Derick Linegar) (01/17/91)
Had a go at trying to get perl on a Apollo SR10.3 (native, virgin) system, and passed Configure with flying colors. The dependancies failed on the following errors: doio.c.c: 12: Can't find include file sys/ipc.h doio.c.c: 14: Can't find include file sys/msg.h doio.c.c: 17: Can't find include file sys/sem.h doio.c.c: 20: Can't find include file sys/shm.h Anyone got any suggestion to fix this??? -derick- -- #include <disclaimer.h> Derick Linegar, Internet Systems 4P27, Bell-Northern Research BITNET: LINEGAR@BNR.ca P.O. Box 3511 Station C UUCP: ...uunet!bnrgate!bwdls49!linegar Ottawa ONT. K1Y 4H7
kgallagh@digi.lonestar.org (Kevin Gallagher) (01/20/91)
In article <linegar.664053388@bwdls49> linegar@bwdls49.bnr.ca (Derick Linegar) writes: >Had a go at trying to get perl on a Apollo SR10.3 (native, virgin) system, >and passed Configure with flying colors. The dependancies failed on the >following errors: > > >doio.c.c: 12: Can't find include file sys/ipc.h >doio.c.c: 14: Can't find include file sys/msg.h >doio.c.c: 17: Can't find include file sys/sem.h >doio.c.c: 20: Can't find include file sys/shm.h > >Anyone got any suggestion to fix this??? Yes. You need to edit config.sh when the Configure script invites you to do a shell escape to edit config.sh. In another window, edit config.sh. Search for "ipc". You will find four symbols grouped together corresponding to the above four includes. Note that each is set to "defined". Change each to "undef" and save the updated config.sh. Now go back to the window with Configure and continue the script by entering <return>. I built perl under bsd4.3 using /bin/cc and the above config.sh edit. It works fine. -- ---------------------------------------------------------------------------- Kevin Gallagher kgallagh@digi.lonestar.org OR ...!uunet!digi!kgallagh DSC Communications OR apcihq!apcidfw!digi!kgallagh ----------------------------------------------------------------------------