On Wed, 15 May 2002, Bruce You wrote:

> Hi,
> 
> I am trying using gcj(GNU's Java) and SVGAlib to do something
> (thru JNI), but I am facing a trouble, it'll get SIGPWR somehow,
> I don't know where the problem is.

By default, svgalib 1.4.3 uses SIGUNUSED (31) and SIGPROF (27), so I
don't think svgalib is responsible for the SIGPWR. Anyway, since on
kernel 2.4 pthread uses RT signals, you can recompile svgalib to use
SIGUSR1 and SIGUSR2 (by changing if 0 to if 1 at the end of libvga.h),
and see if it helps.


-- 
Matan Ziv-Av.                         [EMAIL PROTECTED]




------------------------------------------------------------------
Unsubscribe:  To:   [EMAIL PROTECTED]
              Body: unsubscribe linux-svgalib

Reply via email to