Re: compile signal code

2004-05-11 Thread Richard Tobin
> I am having trouble compiling some signal related code in > freebsd. What is the library I should link to get this to compile? The one that came with the book you got the example code from? -- Richard ___ [EMAIL PROTECTED] mailing list http://lists.f

Re: compile signal code

2004-05-11 Thread Chuck Swiger
Brian Henning wrote: [ ... ] I am having trouble compiling some signal related code in freebsd. What is the library I should link to get this to compile? "man signal" says that the standard C library contains the signal handling functionality. FreeBSD also supports the POSIX sigaction family. /u

Re: compile signal code

2004-05-11 Thread Kris Kennaway
On Tue, May 11, 2004 at 03:57:26PM -0500, Brian Henning wrote: > Greetings: > > I am having trouble compiling some signal related code in freebsd. What is the > library I should link to get this to compile? Those are not standard function calls, so the problem is with your code. Kris pgp0.

compile signal code

2004-05-11 Thread Brian Henning
Greetings: I am having trouble compiling some signal related code in freebsd. What is the library I should link to get this to compile? Thanks, Brian /usr/local/src > gcc signal_handler.c /tmp/ccfXkcCV.o: In function `main': /tmp/ccfXkcCV.o(.text+0x11): undefined reference to `sigset' /tmp/ccfX