bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ndb.h not usable


From: cedric
Subject: ndb.h not usable
Date: Mon, 5 Apr 2004 12:46:24 +0200
User-agent: KMail/1.5.4

Hi, i have compiled a program named nbd-2.6 (available from http://nbd.sf.net/ 
)

here's what my console told me:

bash-2.05b$ cd nbd-2.6
bash-2.05b$ ls
Makefile.in  config.h.in   gznbd              nbd-server.1.sgml
README       configure     nbd-client.8.sgml  nbd-server.c
cliserv.h    configure.in  nbd-client.c       winnbd
bash-2.05b$ ./configure && make
checking whether Large File Support should be enabled... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking whether warnings should be enabled... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for an ANSI C-conforming const... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for unsigned short int... yes
checking size of unsigned short int... 2
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned long int... yes
checking size of unsigned long int... 4
checking for unsigned long long int... yes
checking size of unsigned long long int... 8
checking for llseek... yes
checking for alarm... yes
checking for gethostbyname... yes
checking for inet_ntoa... yes
checking for memset... yes
checking for socket... yes
checking for strerror... yes
checking for strstr... yes
checking for pid_t... yes
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... no
checking whether client should be built... yes
checking linux/nbd.h usability... no
checking linux/nbd.h presence... yes
configure: WARNING: linux/nbd.h: present but cannot be compiled
configure: WARNING: linux/nbd.h: check for missing prerequisite headers?
configure: WARNING: linux/nbd.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for linux/nbd.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for off_t... yes
checking for pid_t... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
gcc -g -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wno-unused  -c 
nbd-server.c
nbd-server.c: In function `mainloop':
nbd-server.c:587: warning: comparison between signed and unsigned
gcc   nbd-server.o   -o nbd-server
gcc -g -O2 -Wall -W -Wno-parentheses -Wstrict-prototypes -Wno-unused   -c -o 
nbd-client.o nbd-client.c
gcc   nbd-client.o   -o nbd-client
bash-2.05b$

Hope it helps, 
Cedric
-- 
The only dumb question is the one omitted

De enige domme vraag is degene die niet gesteld wordt





reply via email to

[Prev in Thread] Current Thread [Next in Thread]