|
From: | F Beyer |
Subject: | Re: Bluetooth includes/libraries |
Date: | Tue, 25 May 2004 07:03:19 +0200 |
Hello once again,
Your problem seems to come from socket.h, which has to be in /usr/include/sys, and is part of glibc-headers on my Fedora 1 system:
So again: I am using Red Hat 9 with glibc-devel-2.3.2-27.9.7 (which I have just updated) and glibc-2.3.2-27.9.7.
I have attached the failing code. When I type 'gcc test.c', the answer is
test.c: In function `main': test.c:105: storage size of `rc' isn't knownCould it be that sockaddr_rc is not defined anywhere? In /usr/include I typed 'grep -r sockaddr_rc *' and I get no result at all.
Any idea? Thanks, Florian
test.c
Description: Text Data
[Prev in Thread] | Current Thread | [Next in Thread] |