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.

huh?

Old posts that have not been replied to for several years.
Locked
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable cc found in $PATH

What is this?
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

It can't find a working compiler.. Try reinstalling your gcc package.

-Also might want to check your path (duh)
_________________
I swear, it was broke when I got it!

<font size=-1>[ This Message was edited by: tainted on 2002-06-17 04:15 ]</font>
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

doh! the path is ok, is the /home/me dir.. I was thinking 2 that is a compiler problem. Where can I find one?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Yee.. I have found the compiler on the http://johoho.eggheads.org/eggdrop/file ... .95.tar.gz :smile:
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

On 2002-06-17 06:16, caesar wrote:
doh! the path is ok, is the /home/me dir.. I was thinking 2 that is a compiler problem. Where can I find one?
This does not mean the path is OK.

The PATH environment variable is used to execute command in other directories on the filesystem, wiithout having to give the full path.

EG, I have a command called admin in the directory /sbin/custom/tools/

If the path is set to "/usr/local/;/home/ppslim;/bin/", then if I type the command "admin", I get the invalid command or filename message. The only way around this is tp type "/sbin/custom/tools/admin".

If, however the path is set to "/usr/local/;/home/ppslim;/bin/;sbin/custom/tools/", then all I would need to type is "admin", no matter what directory I am in.

Thus, with the compiler, it must be in a directory that is shown in the PATH variable.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

damn.. I don't know how to install this ****.. :sad: anyone can help me with this?
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

I know that this path in not ok.. don't know what is wrong.
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

I instaled the gcc 3 finaly but now I have an other problem.. configure: error: installation or configuration problem: C compiler cannot create executables.
dose anyone know what to do with this?
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

Sounds like you need libraries to create binary files.. May I ask what nix you are using? Sounds like a broken sun. :razz: Look around for libraries, which ones I'm not sure although..
User avatar
caesar
Mint Rubber
Posts: 3778
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

nevermind.. fixed the problem.. thanks anyway :smile:
Locked