GCJ + RXTX
Mark Anderson
mark@panonet.net
Fri Jan 21 17:07:00 GMT 2005
I am trying to use the RXTX (2.1-7pre17) serial I/O library with gcj (4.0
snapshot from 16/01/05).
I have a simple test program to list the available ports. This works fine when
I compile my program to work against the libgcj shared library. However, when
I add the -static flag the program will list the ports but then hang and not
exit.
I have attached the strace output for both running against the shared library
and using static. It seems that the static version is not receiving a
SIGRTMIN signal at the very end causing it not to exit.
Does anyone have any idea what is happening?
--
Regards,
Mark
-------------- next part --------------
A non-text attachment was scrubbed...
Name: strace-logs.tgz
Type: application/x-tgz
Size: 19711 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java/attachments/20050121/48a87227/attachment.bin>
More information about the Java
mailing list