
kjahds at kjahds
Sep 19, 1995, 9:18 AM
Post #2 of 2
(90 views)
Permalink
|
|
Re: Perl 5.001m and linux 1.3.x (signal.h has moved)
[In reply to]
|
|
On Tue, 19 Sep 1995, Luca Berra wrote: > Hi, > i am writing to report a problem whith configuring perl to build on > Linux 1.3.x > the file /usr/include/linux/signal.h has moved to > /usr/include/asm > > the one in .../linux just includes the other one > you should modify the Configure script to adapt to this Thanks, we've got this one now. Andy, quoting myself, we need this change to the relavent U: *** Configure~ Mon Sep 18 17:40:50 1995 --- Configure Mon Sep 18 17:40:50 1995 *************** *** 7431,7434 **** --- 7431,7435 ---- xxx=`./findhdr signal.h`" "`./findhdr sys/signal.h` xxx="$xxx "`./findhdr linux/signal.h` + xxx="$xxx "`./findhdr asm/signal.h` set X `cat $xxx 2>&1 | $awk ' $1 ~ /^#define$/ && $2 ~ /^SIG[A-Z0-9]*$/ && $3 ~ /^[1-9][0-9]*$/ { Of course, fixing findhdr up so it recurses would solve the problem more efficiently. > Thanks in advance, > Luca > -- > +----------------------------------------------------------------------------+ > | Luca Berra | > | Phone: 23992413 - 23992427 | > | e-mail: bluca [at] testarossa | > | PGP public key available via finger | > +----------------------------------------------------------------------------+ -- Kenneth Albanowski (kjahds [at] kjahds, CIS: 70705,126)
|