No space left on device (28)
Hi,
I managed to download the producer.c and consumer.c and compiled them. But when I tried to run it , I am getting:
[root@localhost producer]# make
g++ -c -D_REENTRANT -DSOLARIS -DHTREE -I/usr/include -I/usr/local/apr/include/apr-1 -L/usr/lib -L/usr/local/lib -L/usr/local/apr/lib main.c -o main.o
In file included from main.c:19:
stomp.h:54:24: warning: no newline at end of file
g++ -dy -L/usr/lib -L/usr/local/lib -L/usr/local/apr/lib -o jms_stomp main.o stomp.o -lapr-1 -lgcc_s
/usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
[root@localhost producer]# ./jms_stomp
Connecting......Could not connect: No space left on device (28)
[root@localhost producer]#
Does anyone know what this error means and how to fix it?
Thanks alot in advance for all your help.
Regards,
JB