sigblock

sigblock

Post by Umesh Kumar V. Rajasekara » Thu, 05 Mar 1998 04:00:00



I am using sigblock system call in my program. What flag should I give
while compiling because, it says, sigblock as Undefined Reference while
linking.

thanks,
Umesh
--
Umesh Kumar V. Rajasekaran
Department of Electrical and Computer Science and Computer Engineering
University of Cincinnati

 
 
 

sigblock

Post by Fletcher Glen » Thu, 05 Mar 1998 04:00:00


According to the sigblock man page, this system call is a BSD-ism
that is not part of the Solaris 2 system call set.  In order to
use it, you must use /usr/ucb/cc which implicitly uses the
system libraries from /usr/ucblib.

In your shoes I would use sigaction() and sigsetmask().

--
                Fletcher Glenn

                To email: remove "notforspam" from my return address


> I am using sigblock system call in my program. What flag should I give
> while compiling because, it says, sigblock as Undefined Reference while
> linking.

> thanks,
> Umesh
> --
> Umesh Kumar V. Rajasekaran
> Department of Electrical and Computer Science and Computer Engineering
> University of Cincinnati



 
 
 

sigblock

Post by Ranko Popovi » Sat, 07 Mar 1998 04:00:00




: I am using sigblock system call in my program. What flag should I give
: while compiling because, it says, sigblock as Undefined Reference while
: linking.

Use /usr/ucb/cc (if you insist on using sigblock).

 
 
 

1. sigblock system call

Hi everybody,
I'm writing some code in which I have the system call "sigblock". The problem is that I can't find
the library where there is this function, so the linking doesn't work.
Any suggestion?
Thanks.
Bye

2. Loadlin problem

3. sigblock() problem

4. Configuring Solaris 8 Intel for web browsing?

5. select and sigblock

6. Ever heard of TCSI's OSP or NMF?

7. <signal.h> doesn't include 'sigblock'

8. installing c++ on aix 4.3 ?

9. sigblock and system() under 4.3bsd

10. sigblock, sigpause...

11. Need help with SIGBLOCK ()

12. sigblock,sigmask,sigsetmask ... for SYS V?

13. sigmask, sigblock?