[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] compiler-error
- Subject: [cobalt-developers] compiler-error
- From: "Andy Kowalke" <kowalke@xxxxxxxxxxxxxxxxxxx>
- Date: Tue Apr 16 11:26:39 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Hi,
i want to install a dynamic ip-updater on my box. therefore i have to
compile the file.
but after compiling i get the error-message:
gcc -O2 -g -Dlinux noip.c -o noip
noip.c:58: stdio.h: No such file or directory
noip.c:59: stdlib.h: No such file or directory
noip.c:61: unistd.h: No such file or directory
noip.c:62: sys/types.h: No such file or directory
noip.c:63: sys/ioctl.h: No such file or directory
noip.c:64: string.h: No such file or directory
noip.c:65: errno.h: No such file or directory
noip.c:66: signal.h: No such file or directory
noip.c:67: sys/socket.h: No such file or directory
noip.c:68: netinet/in.h: No such file or directory
noip.c:69: netdb.h: No such file or directory
noip.c:70: syslog.h: No such file or directory
noip.c:71: fcntl.h: No such file or directory
noip.c:72: sys/stat.h: No such file or directory
noip.c:73: netdb.h: No such file or directory
noip.c:74: arpa/inet.h: No such file or directory
noip.c:75: net/if.h: No such file or directory
noip.c:79: linux/sockios.h: No such file or directory
make: *** [noip] Error 1
I think there is a problem with the c-library. but rpm -q glibc gives a
"glibc-2.1.3-23".
Are there any other ways or hints to get the file compiled ?
Andy