octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #39089] Incomplete list of OS signals in the b


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #39089] Incomplete list of OS signals in the builtin SIG function
Date: Fri, 31 May 2013 05:10:23 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #7, bug #39089 (project octave):

Attached is a changeset that (as far as I know) removes siglist.h and
siglist.c and constructs the SIG list by inquiring the sig2str() routine in
gnulib.  This sort of obviates the previous patch, but should be nice because
then all possible SIGxxxx are accounted for.  If the sys_siglist is required
again at some point, we can go to gnulib for that.

Unfortunately, the changeset compiles but does not link.  I couldn't figure
out what the issue is.  The object code from the gnulib sig2str module is
present somewhere but isn't showing up in


/octave/octave-sighandlers/build1/libinterp/.libs/liboctinterp.so: undefined
reference to `sig2str(int, char*)'


I tried adding the gnulib.la library to the libinterp Makefile.am but that
didn't help.

./bootstrap is required to build.


(file #28213)
    _______________________________________________________

Additional Item Attachment:

File name: octave-sighandlers-2013may30.patch Size:12 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39089>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]