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.

configure problem

Old posts that have not been replied to for several years.
Locked
a
asssaf1

Post by asssaf1 »

[palpay@metro eggdrop1.6.10]$ ./configure

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

checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables

---------------------------------------------

why it hapen ? and how to fix it ?
a
asssaf1

Post by asssaf1 »

some one ?
any one ?
D
Darmoth
Master
Posts: 210
Joined: Sun Oct 07, 2001 8:00 pm
Location: old europe

Post by Darmoth »

Is there gcc installed and are all neccessary libraries installed?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

I had the same problem. You got to put a gcc compiler on your server. get a rpm from http://www.rpmfind.net then you can install it with rpm -ivh file.rpm and to uninstall one use rpm -e package. Good luck mate! :wink:
Once the game is over, the king and the pawn go back in the same box.
Locked