From: Seth Dimbert (seth@dimbert.net)
Date: 05/14/03


Date: Wed, 14 May 2003 00:47:19 -0500
Subject: Errors with gcc
From: Seth Dimbert <seth@dimbert.net>
Message-ID: <BAE7429B.E7F%seth@dimbert.net>

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@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