This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

compiling a eggdrop1.6.17

General support and discussion of Eggdrop bots.
Post Reply
F
Franc1
Voice
Posts: 2
Joined: Tue Apr 11, 2006 6:17 pm

compiling a eggdrop1.6.17

Post by Franc1 »

So i'm trying to configure eggdrop but my system is going insane
it tell's me that i dont have a gcc :))
btw..i'm running a SUSE Linux 10.0
Someone can help me

:shock: This is the message :shock:

linux:/$$$$$$/eggdrop1.6.17 # ./configure

This is Eggdrop's GNU configure script.
It's going to run a bunch of tests to hopefully make your compile
work without much twiddling.

checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

Thaks a lot for ur help
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

It's telling you that you do not have gcc because you don't. Installing *nix doesn't include gcc in defaults.

You need to install c, gcc & tcl/tk to compile eggdrop.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
F
Franc1
Voice
Posts: 2
Joined: Tue Apr 11, 2006 6:17 pm

gcc

Post by Franc1 »

I have a gcc ...coz i alredy compiled programs in C , my gcc is GCC 4.0 ... but i dont know what's wrong it does not recognise it when i'm trying to configure eggdrop
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

onfigure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Would seem not! Do as instructed re config.log.
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
demond
Revered One
Posts: 3073
Joined: Sat Jun 12, 2004 9:58 am
Location: San Francisco, CA
Contact:

Post by demond »

wrong permissions may prevent the configure script from launching gcc, i.e. the guy compiled other stuff successfully as root, but failed to compile eggdrop as unprivileged user
connection, sharing, dcc problems? click <here>
before asking for scripting help, read <this>
use

Code: Select all

 tag when posting logs, code
User avatar
DragnLord
Owner
Posts: 711
Joined: Sat Jan 24, 2004 4:58 pm
Location: C'ville, Virginia, USA

finding gcc

Post by DragnLord »

looks like gcc is not in the user's PATH

as the user try this commandline, it should show the user's PATH environment:
echo $PATH

make sure that gcc is in one of the directories listed in $PATH
Post Reply