Errors with gcc

Seth Dimbert seth at dimbert.net
Wed May 14 05:47:19 CDT 2003


I'm going to admit out front that I'm in over my head.

I'm trying to set up an irc offerbot on my home-grown server. I visited
iroffer.com and tried to follow the instructions there. When I run the
./Configure script, here's the output:

> [root at MYBOX iroffer1.2b15]# ./Configure
> 
> Determining OS... Linux
> Checking for make... found make
> Checking for gcc/cc... found gcc
> Seeing if gcc works...  ***ERROR***: gcc didn't seem to work.
> Seeing if gcc accepts '-Wall'...  no
> Seeing if gcc accepts '-Werror'...  no
> Seeing if compiling with standard #include's works...  ***ERROR***: couldn't
> build with standard #include's
> Determing the signedness of 'addrlen'... Unknown. ***ERROR***: neither signed
> or unsigned worked.
> Checking for snprintf()... missing, will emulate
> Checking for regcomp()... Missing. ***ERROR***: couldn't find regcomp()
> Seeing if 'crypt.h' is needed... Missing. ***ERROR***: couldn't find crypt()
> with or without crypt.h
> Seeing if '-lcrypt' is needed... Neither!
> Seeing if '-lcrypto' works instead... Missing. ***ERROR***: couldn't link with
> or without -lcrypt or -lcrypto
> Looking for getopt()... missing, will use old-style command-line parsing
> Looking for chroot()... missing, will desactivate chroot()-ing
> Looking for setuid()... missing, will desactivate setuid()-ing
> Creating Makefile... Done

Obviously, something's not right. I ran an apt-get install gcc and was told
that gcc is already installed. And... That's about all I could think of to
try.

Can anyone help me out?

-SD




More information about the Kclug mailing list