View previous topic :: View next topic |
Author |
Message |
Neriokas Voice
Joined: 23 Nov 2006 Posts: 1
|
Posted: Thu Nov 23, 2006 12:44 am Post subject: compiler cannot create executables |
|
|
Please help! I get the following error when i try to do the ./configure
checking for C compiler default output file name... configure: error: C compiler cannot create executables
I found this was the problem in my config log. I still don't understand whats the problem and what i should do about it t.t i'm a newbie!
configure:1359: result:
configure:1361: result: This is Eggdrop's GNU configure script.
configure:1363: result: It's going to run a bunch of tests to hopefully make your compile
configure:1365: result: work without much twiddling.
configure:1367: result:
configure:1444: checking for gcc
configure:1460: found /usr/bin/gcc
configure:1470: result: gcc
configure:1714: checking for C compiler version
configure:1717: gcc --version </dev/null >&5
./configure: line 1718: /usr/bin/gcc: Permission denied
configure:1720: $? = 126
configure:1722: gcc -v </dev/null >&5
./configure: line 1723: /usr/bin/gcc: Permission denied
configure:1725: $? = 126
configure:1727: gcc -V </dev/null >&5
./configure: line 1728: /usr/bin/gcc: Permission denied
configure:1730: $? = 126
configure:1753: checking for C compiler default output file name
configure:1756: gcc conftest.c >&5
./configure: line 1757: /usr/bin/gcc: Permission denied
configure:1759: $? = 126
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "Eggdrop"
| #define PACKAGE_TARNAME "eggdrop"
| #define PACKAGE_VERSION "1.6.18"
| #define PACKAGE_STRING "Eggdrop 1.6.18"
| #define PACKAGE_BUGREPORT "bugs@eggheads.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1798: error: C compiler cannot create executables
See `config.log' for more details |
|
Back to top |
|
 |
rosc2112 Revered One

Joined: 19 Feb 2006 Posts: 1454 Location: Northeast Pennsylvania
|
Posted: Thu Nov 23, 2006 4:40 am Post subject: |
|
|
./configure: line 1757: /usr/bin/gcc: Permission denied
Yer shell admin is anal..Find another shell. |
|
Back to top |
|
 |
De Kus Revered One

Joined: 15 Dec 2002 Posts: 1361 Location: Germany
|
Posted: Thu Nov 23, 2006 3:49 pm Post subject: |
|
|
sometimes asking them about enabling gcc helps. You could try to ls to see if there is a special group which is allowed to compile. _________________ De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens... |
|
Back to top |
|
 |
Alchera Revered One

Joined: 11 Aug 2003 Posts: 3344 Location: Ballarat Victoria, Australia
|
Posted: Thu Nov 23, 2006 6:22 pm Post subject: |
|
|
De Kus wrote: | sometimes asking them about enabling gcc helps. You could try to ls to see if there is a special group which is allowed to compile. |
List the contents of directories to see what exactly?
One would be looking elsewhere (if they had the permissions) to determine which group was allowed to do what (or to which group one belonged). _________________ Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM |
|
Back to top |
|
 |
|