Anope IRC Services

Anope.org => Anope General => Topic started by: Benedikt on April 09, 2006, 11:28:46 AM

Title: A Problem
Post by: Benedikt on April 09, 2006, 11:28:46 AM
Hi i Have some problems but i dont knew what this error means


End of interactive configuration.

Searching for a suitable compiler... great, found gcc!
Testing default compiler flags (-O2)... looks good.
Let's see what libraries are lying around... -lnsl -lresolv -pthread -lmysqlclient
has RTLD_LOCAL
Looking for OS specific needs... Linux 2.2+ thread handling;
Looking for a 16-bit integer type...

*** WHOA THERE! ***

We suddenly couldn't compile using the C compiler we already tested!
The command line we used was:
     gcc -O2 -D_REENTRANT -I/usr/include tmp/test.c -lnsl -lresolv -pthread -L/usr/lib/mysql -lmysqlclient -lz -o tmp/test
Please try to fix this; if you can't, mail anope@zero.org
with information about your system, the output from this script,
and the `configure.log' file generated by this script.

please help me ;(;(
Title:
Post by: ShelLuser on April 13, 2006, 12:04:45 PM
Did I got this right; you used the gcc command before using the configure command?  The output you showed is the output of the 'configure' script, while you describe your problem as being gcc giving you an error but you didn't tell us what it is.

It looks to me as if your problem isn't gcc related at all but that your system is lacking certain libraries which Anope needs. Check the config.log file for more details.