I thought I had installed everything that I needed. I've installed this same
version of LM on the same machine before, without these problems. Can anyone
help me by telling me what I may have left out?
The first indication arose when I did the following:
[root@unicorn /downloads/i486/netdate]# make
gcc -c netdate.c -o netdate.o
netdate.c:37: sys/param.h: No such file or directory
netdate.c:38: sys/stat.h: No such file or directory
netdate.c:39: sys/ioctl.h: No such file or directory
netdate.c:40: sys/socket.h: No such file or directory
netdate.c:41: sys/time.h: No such file or directory
netdate.c:43: netinet/in.h: No such file or directory
netdate.c:45: fcntl.h: No such file or directory
netdate.c:46: string.h: No such file or directory
netdate.c:47: stdlib.h: No such file or directory
netdate.c:48: unistd.h: No such file or directory
netdate.c:49: stdio.h: No such file or directory
netdate.c:50: netdb.h: No such file or directory
netdate.c:51: setjmp.h: No such file or directory
netdate.c:52: signal.h: No such file or directory
netdate.c:53: utmp.h: No such file or directory
netdate.c:54: time.h: No such file or directory
make: *** [netdate.o] Error 1
So, I tried compiling something else:
[root@unicorn /downloads/i486/proftpd-1.2.0rc3]# ./configure
loading cache ./config.cache
checking host system type... i486-pc-linux-gnu
checking target system type... i486-pc-linux-gnu
checking build system type... i486-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler cannot
create executables.
--
"If you don't share your concepts and ideals, they end up being worthless,"
"Sharing is what makes them powerful."
Linus Torvalds