| View previous topic :: View next topic |
| Author |
Message |
Franc1 Voice
Joined: 11 Apr 2006 Posts: 2
|
Posted: Tue Apr 11, 2006 6:27 pm Post subject: compiling a eggdrop1.6.17 |
|
|
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
This is the message
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 |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Tue Apr 11, 2006 8:11 pm Post subject: |
|
|
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 |
|
| Back to top |
|
 |
Franc1 Voice
Joined: 11 Apr 2006 Posts: 2
|
Posted: Wed Apr 12, 2006 4:49 am Post subject: gcc |
|
|
| 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 |
|
| Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Wed Apr 12, 2006 4:55 am Post subject: |
|
|
| Quote: | 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 |
|
| Back to top |
|
 |
demond Revered One

Joined: 12 Jun 2004 Posts: 3073 Location: San Francisco, CA
|
Posted: Wed Apr 12, 2006 12:19 pm Post subject: |
|
|
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] tag when posting logs, code |
|
| Back to top |
|
 |
DragnLord Owner

Joined: 24 Jan 2004 Posts: 711 Location: C'ville, Virginia, USA
|
Posted: Wed Apr 12, 2006 12:30 pm Post subject: finding gcc |
|
|
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 |
|
| Back to top |
|
 |
|