You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by capt <ca...@mcb.net> on 2002/07/01 13:32:29 UTC

Signals failure trying to compile 2.0.39 on TRU-Unix 4.0G

I have been trying to compile version 2 since its beta days without 
success.  Although I can plough through the errors and resolve them one 
way or another  (Eg HAVE_SO_ACCEPTFILTER fails) I am absolutely stuck by 
the time the signals section is reached.  I haven't a clue why tru-unix 
can't cope.  Haas anybody any pointers please?  The ./config now appears 
perfect.  The errors are below:

stuart mckenzie


Script started on Mon Jul  1 11:51:01 2002
# make

Making all in srclib
Making all in apr
Making all in strings
Making all in passwd
Making all in tables
Making all in file_io/unix
Making all in network_io/unix
Making all in threadproc/unix
/bin/bash /data/httpd-2.0.39/srclib/apr/libtool --silent --mode=compile cc -g -pthread   -DHAVE_CONFIG_H -DOSF1   -I../../include -
I../../include/arch/unix  -c signals.c && touch signals.lo
cc: Error: signals.c, line 177: Invalid expression. (badexpr)
     store_desc(0, "Signal 0");
----^
cc: Error: signals.c, line 177: Invalid statement. (badstmt)
     store_desc(0, "Signal 0");
----^
cc: Error: signals.c, line 180: Invalid expression. (badexpr)
     store_desc(SIGHUP, "Hangup");
----^
cc: Error: signals.c, line 180: Invalid statement. (badstmt)
     store_desc(SIGHUP, "Hangup");
----^
cc: Error: signals.c, line 183: Invalid expression. (badexpr)
     store_desc(SIGINT, "Interrupt");
----^
cc: Error: signals.c, line 183: Invalid statement. (badstmt)
     store_desc(SIGINT, "Interrupt");
----^
cc: Error: signals.c, line 186: Invalid expression. (badexpr)
     store_desc(SIGQUIT, "Quit");
----^
cc: Error: signals.c, line 186: Invalid statement. (badstmt)
     store_desc(SIGQUIT, "Quit");
----^
cc: Error: signals.c, line 189: Invalid expression. (badexpr)
     store_desc(SIGILL, "Illegal instruction");
----^
cc: Error: signals.c, line 189: Invalid statement. (badstmt)
     store_desc(SIGILL, "Illegal instruction");
----^
cc: Error: signals.c, line 192: Invalid expression. (badexpr)
     store_desc(SIGTRAP, "Trace/BPT trap");
----^
cc: Error: signals.c, line 192: Invalid statement. (badstmt)
     store_desc(SIGTRAP, "Trace/BPT trap");
----^
cc: Error: signals.c, line 195: Invalid expression. (badexpr)
     store_desc(SIGIOT, "IOT instruction");
----^
cc: Error: signals.c, line 195: Invalid statement. (badstmt)
     store_desc(SIGIOT, "IOT instruction");
----^
cc: Error: signals.c, line 198: Invalid expression. (badexpr)
     store_desc(SIGABRT, "Abort");
----^
cc: Error: signals.c, line 198: Invalid statement. (badstmt)
     store_desc(SIGABRT, "Abort");
----^
cc: Error: signals.c, line 201: Invalid expression. (badexpr)
     store_desc(SIGEMT, "Emulator trap");
----^
cc: Error: signals.c, line 201: Invalid statement. (badstmt)
     store_desc(SIGEMT, "Emulator trap");
----^
cc: Error: signals.c, line 204: Invalid expression. (badexpr)
     store_desc(SIGFPE, "Arithmetic exception");
----^
cc: Error: signals.c, line 204: Invalid statement. (badstmt)
     store_desc(SIGFPE, "Arithmetic exception");
----^
cc: Error: signals.c, line 207: Invalid expression. (badexpr)
     store_desc(SIGKILL, "Killed");
----^
cc: Error: signals.c, line 207: Invalid statement. (badstmt)
     store_desc(SIGKILL, "Killed");
----^
cc: Error: signals.c, line 210: Invalid expression. (badexpr)
     store_desc(SIGBUS, "Bus error");
----^
cc: Error: signals.c, line 210: Invalid statement. (badstmt)
     store_desc(SIGBUS, "Bus error");
----^
cc: Error: signals.c, line 213: Invalid expression. (badexpr)
     store_desc(SIGSEGV, "Segmentation fault");
----^
cc: Error: signals.c, line 213: Invalid statement. (badstmt)
     store_desc(SIGSEGV, "Segmentation fault");
----^
cc: Error: signals.c, line 216: Invalid expression. (badexpr)
     store_desc(SIGSYS, "Bad system call");
----^
cc: Error: signals.c, line 216: Invalid statement. (badstmt)
     store_desc(SIGSYS, "Bad system call");
----^
cc: Error: signals.c, line 219: Invalid expression. (badexpr)
     store_desc(SIGPIPE, "Broken pipe");
----^
cc: Error: signals.c, line 219: Invalid statement. (badstmt)
     store_desc(SIGPIPE, "Broken pipe");
----^
cc: Error: signals.c, line 222: Invalid expression. (badexpr)
     store_desc(SIGALRM, "Alarm clock");
----^
cc: Severe: More than 30 errors were encountered in the course of compilation. (toomanyerr)
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
# exit

exit

script done on Mon Jul  1 11:51:10 2002

-- 
capt

Re: Signals failure trying to compile 2.0.39 on TRU-Unix 4.0G

Posted by capt <ca...@mcb.net>.
I am very pleased to report that Ryan Bloom has fixed the signal 
failures and made a work round for the filter so that Tru unix 4.0G now 
compiles. He has posted the amended source to the tree but if any v4 
Alpha users are out there who cannot wait for the next release then 
please contact me and I will forward a tar.
We made a development m/c available to Ryan for this work and if any 
other developer needs access to a v4 Alpha please mail us and I will 
arrange it immediately.
Thank you to Ryan for his time and effort.
Stuart mckenzie



In message <Q4...@sysop.mcb.net>, capt <ca...@mcb.net> writes
>I have been trying to compile version 2 since its beta days without 
>success.  Although I can plough through the errors and resolve them one 
>way or another  (Eg HAVE_SO_ACCEPTFILTER fails) I am absolutely stuck 
>by the time the signals section is reached.  I haven't a clue why 
>tru-unix can't cope.  Haas anybody any pointers please?  The ./config 
>now appears perfect.  The errors are below:
>
>stuart mckenzie
>
>cc: Error: signals.c, line 222: Invalid expression. (badexpr)
>    store_desc(SIGALRM, "Alarm clock");
>----^
>cc: Severe: More than 30 errors were encountered in the course of 
>compilation. (toomanyerr)
>*** Exit 1
>Stop.
>

-- 
capt

RE: Signals failure trying to compile 2.0.39 on TRU-Unix 4.0G

Posted by Ryan Bloom <rb...@covalent.net>.
There are enough developers watching this list that we know about this
problem now.  The problem we have, is that most of the developers don't
have access to a Tru64 machine anymore.  If you can give out access to
the box, I can help, but without a box, most of us are stuck.

Ryan

----------------------------------------------
Ryan Bloom                  rbb@covalent.net
645 Howard St.              rbb@apache.org
San Francisco, CA 

> -----Original Message-----
> From: capt [mailto:capt@mcb.net]
> Sent: Wednesday, July 03, 2002 8:12 AM
> To: users@httpd.apache.org
> Subject: Re: Signals failure trying to compile 2.0.39 on TRU-Unix 4.0G
> 
> As nobody local seems able to help can somebody advise me if it is
> reasonable to submit this problem as a compilation bug to the
> developers? If so what is the correct address please?
> Stuart mckenzie
> 
> 
> In message <Q4...@sysop.mcb.net>, capt <ca...@mcb.net>
writes
> >I have been trying to compile version 2 since its beta days without
> >success.  Although I can plough through the errors and resolve them
one
> >way or another  (Eg HAVE_SO_ACCEPTFILTER fails) I am absolutely stuck
> >by the time the signals section is reached.  I haven't a clue why
> >tru-unix can't cope.  Haas anybody any pointers please?  The ./config
> >now appears perfect.  The errors are below:
> >
> >stuart mckenzie
> >
> >
> >Script started on Mon Jul  1 11:51:01 2002
> ># make
> >
> >Making all in srclib
> >Making all in apr
> >Making all in strings
> >Making all in passwd
> >Making all in tables
> >Making all in file_io/unix
> >Making all in network_io/unix
> >Making all in threadproc/unix
> >/bin/bash /data/httpd-2.0.39/srclib/apr/libtool --silent
--mode=compile
> >cc -g -pthread   -DHAVE_CONFIG_H -DOSF1   -I../../include -
> >I../../include/arch/unix  -c signals.c && touch signals.lo
> >cc: Error: signals.c, line 177: Invalid expression. (badexpr)
> >    store_desc(0, "Signal 0");
> >----^
> >cc: Error: signals.c, line 177: Invalid statement. (badstmt)
> >    store_desc(0, "Signal 0");
> >----^
> >cc: Error: signals.c, line 180: Invalid expression. (badexpr)
> >    store_desc(SIGHUP, "Hangup");
> >----^
> >cc: Error: signals.c, line 180: Invalid statement. (badstmt)
> >    store_desc(SIGHUP, "Hangup");
> >----^
> >cc: Error: signals.c, line 183: Invalid expression. (badexpr)
> >    store_desc(SIGINT, "Interrupt");
> >----^
> >cc: Error: signals.c, line 183: Invalid statement. (badstmt)
> >    store_desc(SIGINT, "Interrupt");
> >----^
> >cc: Error: signals.c, line 186: Invalid expression. (badexpr)
> >    store_desc(SIGQUIT, "Quit");
> >----^
> >cc: Error: signals.c, line 186: Invalid statement. (badstmt)
> >    store_desc(SIGQUIT, "Quit");
> >----^
> >cc: Error: signals.c, line 189: Invalid expression. (badexpr)
> >    store_desc(SIGILL, "Illegal instruction");
> >----^
> >cc: Error: signals.c, line 189: Invalid statement. (badstmt)
> >    store_desc(SIGILL, "Illegal instruction");
> >----^
> >cc: Error: signals.c, line 192: Invalid expression. (badexpr)
> >    store_desc(SIGTRAP, "Trace/BPT trap");
> >----^
> >cc: Error: signals.c, line 192: Invalid statement. (badstmt)
> >    store_desc(SIGTRAP, "Trace/BPT trap");
> >----^
> >cc: Error: signals.c, line 195: Invalid expression. (badexpr)
> >    store_desc(SIGIOT, "IOT instruction");
> >----^
> >cc: Error: signals.c, line 195: Invalid statement. (badstmt)
> >    store_desc(SIGIOT, "IOT instruction");
> >----^
> >cc: Error: signals.c, line 198: Invalid expression. (badexpr)
> >    store_desc(SIGABRT, "Abort");
> >----^
> >cc: Error: signals.c, line 198: Invalid statement. (badstmt)
> >    store_desc(SIGABRT, "Abort");
> >----^
> >cc: Error: signals.c, line 201: Invalid expression. (badexpr)
> >    store_desc(SIGEMT, "Emulator trap");
> >----^
> >cc: Error: signals.c, line 201: Invalid statement. (badstmt)
> >    store_desc(SIGEMT, "Emulator trap");
> >----^
> >cc: Error: signals.c, line 204: Invalid expression. (badexpr)
> >    store_desc(SIGFPE, "Arithmetic exception");
> >----^
> >cc: Error: signals.c, line 204: Invalid statement. (badstmt)
> >    store_desc(SIGFPE, "Arithmetic exception");
> >----^
> >cc: Error: signals.c, line 207: Invalid expression. (badexpr)
> >    store_desc(SIGKILL, "Killed");
> >----^
> >cc: Error: signals.c, line 207: Invalid statement. (badstmt)
> >    store_desc(SIGKILL, "Killed");
> >----^
> >cc: Error: signals.c, line 210: Invalid expression. (badexpr)
> >    store_desc(SIGBUS, "Bus error");
> >----^
> >cc: Error: signals.c, line 210: Invalid statement. (badstmt)
> >    store_desc(SIGBUS, "Bus error");
> >----^
> >cc: Error: signals.c, line 213: Invalid expression. (badexpr)
> >    store_desc(SIGSEGV, "Segmentation fault");
> >----^
> >cc: Error: signals.c, line 213: Invalid statement. (badstmt)
> >    store_desc(SIGSEGV, "Segmentation fault");
> >----^
> >cc: Error: signals.c, line 216: Invalid expression. (badexpr)
> >    store_desc(SIGSYS, "Bad system call");
> >----^
> >cc: Error: signals.c, line 216: Invalid statement. (badstmt)
> >    store_desc(SIGSYS, "Bad system call");
> >----^
> >cc: Error: signals.c, line 219: Invalid expression. (badexpr)
> >    store_desc(SIGPIPE, "Broken pipe");
> >----^
> >cc: Error: signals.c, line 219: Invalid statement. (badstmt)
> >    store_desc(SIGPIPE, "Broken pipe");
> >----^
> >cc: Error: signals.c, line 222: Invalid expression. (badexpr)
> >    store_desc(SIGALRM, "Alarm clock");
> >----^
> >cc: Severe: More than 30 errors were encountered in the course of
> >compilation. (toomanyerr)
> >*** Exit 1
> >Stop.
> >*** Exit 1
> >Stop.
> >*** Exit 1
> >Stop.
> >*** Exit 1
> >Stop.
> >*** Exit 1
> >Stop.
> ># exit
> >
> >exit
> >
> >script done on Mon Jul  1 11:51:10 2002
> >
> 
> --
> capt


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: Signals failure trying to compile 2.0.39 on TRU-Unix 4.0G

Posted by capt <ca...@mcb.net>.
As nobody local seems able to help can somebody advise me if it is 
reasonable to submit this problem as a compilation bug to the 
developers? If so what is the correct address please?
Stuart mckenzie


In message <Q4...@sysop.mcb.net>, capt <ca...@mcb.net> writes
>I have been trying to compile version 2 since its beta days without 
>success.  Although I can plough through the errors and resolve them one 
>way or another  (Eg HAVE_SO_ACCEPTFILTER fails) I am absolutely stuck 
>by the time the signals section is reached.  I haven't a clue why 
>tru-unix can't cope.  Haas anybody any pointers please?  The ./config 
>now appears perfect.  The errors are below:
>
>stuart mckenzie
>
>
>Script started on Mon Jul  1 11:51:01 2002
># make
>
>Making all in srclib
>Making all in apr
>Making all in strings
>Making all in passwd
>Making all in tables
>Making all in file_io/unix
>Making all in network_io/unix
>Making all in threadproc/unix
>/bin/bash /data/httpd-2.0.39/srclib/apr/libtool --silent --mode=compile 
>cc -g -pthread   -DHAVE_CONFIG_H -DOSF1   -I../../include -
>I../../include/arch/unix  -c signals.c && touch signals.lo
>cc: Error: signals.c, line 177: Invalid expression. (badexpr)
>    store_desc(0, "Signal 0");
>----^
>cc: Error: signals.c, line 177: Invalid statement. (badstmt)
>    store_desc(0, "Signal 0");
>----^
>cc: Error: signals.c, line 180: Invalid expression. (badexpr)
>    store_desc(SIGHUP, "Hangup");
>----^
>cc: Error: signals.c, line 180: Invalid statement. (badstmt)
>    store_desc(SIGHUP, "Hangup");
>----^
>cc: Error: signals.c, line 183: Invalid expression. (badexpr)
>    store_desc(SIGINT, "Interrupt");
>----^
>cc: Error: signals.c, line 183: Invalid statement. (badstmt)
>    store_desc(SIGINT, "Interrupt");
>----^
>cc: Error: signals.c, line 186: Invalid expression. (badexpr)
>    store_desc(SIGQUIT, "Quit");
>----^
>cc: Error: signals.c, line 186: Invalid statement. (badstmt)
>    store_desc(SIGQUIT, "Quit");
>----^
>cc: Error: signals.c, line 189: Invalid expression. (badexpr)
>    store_desc(SIGILL, "Illegal instruction");
>----^
>cc: Error: signals.c, line 189: Invalid statement. (badstmt)
>    store_desc(SIGILL, "Illegal instruction");
>----^
>cc: Error: signals.c, line 192: Invalid expression. (badexpr)
>    store_desc(SIGTRAP, "Trace/BPT trap");
>----^
>cc: Error: signals.c, line 192: Invalid statement. (badstmt)
>    store_desc(SIGTRAP, "Trace/BPT trap");
>----^
>cc: Error: signals.c, line 195: Invalid expression. (badexpr)
>    store_desc(SIGIOT, "IOT instruction");
>----^
>cc: Error: signals.c, line 195: Invalid statement. (badstmt)
>    store_desc(SIGIOT, "IOT instruction");
>----^
>cc: Error: signals.c, line 198: Invalid expression. (badexpr)
>    store_desc(SIGABRT, "Abort");
>----^
>cc: Error: signals.c, line 198: Invalid statement. (badstmt)
>    store_desc(SIGABRT, "Abort");
>----^
>cc: Error: signals.c, line 201: Invalid expression. (badexpr)
>    store_desc(SIGEMT, "Emulator trap");
>----^
>cc: Error: signals.c, line 201: Invalid statement. (badstmt)
>    store_desc(SIGEMT, "Emulator trap");
>----^
>cc: Error: signals.c, line 204: Invalid expression. (badexpr)
>    store_desc(SIGFPE, "Arithmetic exception");
>----^
>cc: Error: signals.c, line 204: Invalid statement. (badstmt)
>    store_desc(SIGFPE, "Arithmetic exception");
>----^
>cc: Error: signals.c, line 207: Invalid expression. (badexpr)
>    store_desc(SIGKILL, "Killed");
>----^
>cc: Error: signals.c, line 207: Invalid statement. (badstmt)
>    store_desc(SIGKILL, "Killed");
>----^
>cc: Error: signals.c, line 210: Invalid expression. (badexpr)
>    store_desc(SIGBUS, "Bus error");
>----^
>cc: Error: signals.c, line 210: Invalid statement. (badstmt)
>    store_desc(SIGBUS, "Bus error");
>----^
>cc: Error: signals.c, line 213: Invalid expression. (badexpr)
>    store_desc(SIGSEGV, "Segmentation fault");
>----^
>cc: Error: signals.c, line 213: Invalid statement. (badstmt)
>    store_desc(SIGSEGV, "Segmentation fault");
>----^
>cc: Error: signals.c, line 216: Invalid expression. (badexpr)
>    store_desc(SIGSYS, "Bad system call");
>----^
>cc: Error: signals.c, line 216: Invalid statement. (badstmt)
>    store_desc(SIGSYS, "Bad system call");
>----^
>cc: Error: signals.c, line 219: Invalid expression. (badexpr)
>    store_desc(SIGPIPE, "Broken pipe");
>----^
>cc: Error: signals.c, line 219: Invalid statement. (badstmt)
>    store_desc(SIGPIPE, "Broken pipe");
>----^
>cc: Error: signals.c, line 222: Invalid expression. (badexpr)
>    store_desc(SIGALRM, "Alarm clock");
>----^
>cc: Severe: More than 30 errors were encountered in the course of 
>compilation. (toomanyerr)
>*** Exit 1
>Stop.
>*** Exit 1
>Stop.
>*** Exit 1
>Stop.
>*** Exit 1
>Stop.
>*** Exit 1
>Stop.
># exit
>
>exit
>
>script done on Mon Jul  1 11:51:10 2002
>

-- 
capt

Re: Signals failure trying to compile 2.0.39 on TRU-Unix 4.0G

Posted by capt <ca...@mcb.net>.
No replies received so far.  Has anybody in the group got v2 working on 
dec unix (tru-unix) version 4 any flavour please?
Stuart mckenzie


In message <Q4...@sysop.mcb.net>, capt <ca...@mcb.net> writes
>I have been trying to compile version 2 since its beta days without 
>success.  Although I can plough through the errors and resolve them one 
>way or another  (Eg HAVE_SO_ACCEPTFILTER fails) I am absolutely stuck 
>by the time the signals section is reached.  I haven't a clue why 
>tru-unix can't cope.  Haas anybody any pointers please?  The ./config 
>now appears perfect.  The errors are below:
>
>stuart mckenzie
>
>
>Script started on Mon Jul  1 11:51:01 2002
># make
>
>Making all in srclib
>Making all in apr
>Making all in strings
>Making all in passwd
>Making all in tables
>Making all in file_io/unix
>Making all in network_io/unix
>Making all in threadproc/unix
>/bin/bash /data/httpd-2.0.39/srclib/apr/libtool --silent --mode=compile 
>cc -g -pthread   -DHAVE_CONFIG_H -DOSF1   -I../../include -
>I../../include/arch/unix  -c signals.c && touch signals.lo
>cc: Error: signals.c, line 177: Invalid expression. (badexpr)
>    store_desc(0, "Signal 0");
>----^
>cc: Error: signals.c, line 177: Invalid statement. (badstmt)
>    store_desc(0, "Signal 0");
>----^
>cc: Error: signals.c, line 180: Invalid expression. (badexpr)
>    store_desc(SIGHUP, "Hangup");
>----^
>cc: Error: signals.c, line 180: Invalid statement. (badstmt)
>    store_desc(SIGHUP, "Hangup");
>----^
>cc: Error: signals.c, line 183: Invalid expression. (badexpr)
>    store_desc(SIGINT, "Interrupt");
>----^
>cc: Error: signals.c, line 183: Invalid statement. (badstmt)
>    store_desc(SIGINT, "Interrupt");
>----^
>cc: Error: signals.c, line 186: Invalid expression. (badexpr)
>    store_desc(SIGQUIT, "Quit");
>----^
>cc: Error: signals.c, line 186: Invalid statement. (badstmt)
>    store_desc(SIGQUIT, "Quit");
>----^
>cc: Error: signals.c, line 189: Invalid expression. (badexpr)
>    store_desc(SIGILL, "Illegal instruction");
>----^
>cc: Error: signals.c, line 189: Invalid statement. (badstmt)
>    store_desc(SIGILL, "Illegal instruction");
>----^
>cc: Error: signals.c, line 192: Invalid expression. (badexpr)
>    store_desc(SIGTRAP, "Trace/BPT trap");
>----^
>cc: Error: signals.c, line 192: Invalid statement. (badstmt)
>    store_desc(SIGTRAP, "Trace/BPT trap");
>----^
>cc: Error: signals.c, line 195: Invalid expression. (badexpr)
>    store_desc(SIGIOT, "IOT instruction");
>----^
>cc: Error: signals.c, line 195: Invalid statement. (badstmt)
>    store_desc(SIGIOT, "IOT instruction");
>----^
>cc: Error: signals.c, line 198: Invalid expression. (badexpr)
>    store_desc(SIGABRT, "Abort");
>----^
>cc: Error: signals.c, line 198: Invalid statement. (badstmt)
>    store_desc(SIGABRT, "Abort");
>----^
>cc: Error: signals.c, line 201: Invalid expression. (badexpr)
>    store_desc(SIGEMT, "Emulator trap");
>----^
>cc: Error: signals.c, line 201: Invalid statement. (badstmt)
>    store_desc(SIGEMT, "Emulator trap");
>----^
>cc: Error: signals.c, line 204: Invalid expression. (badexpr)
>    store_desc(SIGFPE, "Arithmetic exception");
>----^
>cc: Error: signals.c, line 204: Invalid statement. (badstmt)
>    store_desc(SIGFPE, "Arithmetic exception");
>----^
>cc: Error: signals.c, line 207: Invalid expression. (badexpr)
>    store_desc(SIGKILL, "Killed");
>----^
>cc: Error: signals.c, line 207: Invalid statement. (badstmt)
>    store_desc(SIGKILL, "Killed");
>----^
>cc: Error: signals.c, line 210: Invalid expression. (badexpr)
>    store_desc(SIGBUS, "Bus error");
>----^
>cc: Error: signals.c, line 210: Invalid statement. (badstmt)
>    store_desc(SIGBUS, "Bus error");
>----^
>cc: Error: signals.c, line 213: Invalid expression. (badexpr)
>    store_desc(SIGSEGV, "Segmentation fault");
>----^
>cc: Error: signals.c, line 213: Invalid statement. (badstmt)
>    store_desc(SIGSEGV, "Segmentation fault");
>----^
>cc: Error: signals.c, line 216: Invalid expression. (badexpr)
>    store_desc(SIGSYS, "Bad system call");
>----^
>cc: Error: signals.c, line 216: Invalid statement. (badstmt)
>    store_desc(SIGSYS, "Bad system call");
>----^
>cc: Error: signals.c, line 219: Invalid expression. (badexpr)
>    store_desc(SIGPIPE, "Broken pipe");
>----^
>cc: Error: signals.c, line 219: Invalid statement. (badstmt)
>    store_desc(SIGPIPE, "Broken pipe");
>----^
>cc: Error: signals.c, line 222: Invalid expression. (badexpr)
>    store_desc(SIGALRM, "Alarm clock");
>----^
>cc: Severe: More than 30 errors were encountered in the course of 
>compilation. (toomanyerr)
>*** Exit 1
>Stop.
>*** Exit 1
>Stop.
>*** Exit 1
>Stop.
>*** Exit 1
>Stop.
>*** Exit 1
>Stop.
># exit
>
>exit
>
>script done on Mon Jul  1 11:51:10 2002
>

-- 
capt