Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
09-01-2002, 02:46 PM
|
#1
|
Member
Registered: Apr 2002
Location: ks
Distribution: openSUSE Tumbleweed
Posts: 495
Rep:
|
Installation instructions
Do they leave certain basic instructions out of the installation docs just to drive n00bs crazy?
I'm installing xine. It says to unpack and then:
./configure
make install
When I typed in ./configure it said "no such file or directory"
Do I need to do something else before I use the ./configure command, like cd to another directory?
I have gcc 2.96 installed if that is relevant to my question.
Last edited by pilotgi; 09-01-2002 at 02:49 PM.
|
|
|
09-01-2002, 02:54 PM
|
#3
|
Member
Registered: Apr 2002
Location: ks
Distribution: openSUSE Tumbleweed
Posts: 495
Original Poster
Rep:
|
I got the ./configure command to work and got this error message:
C compiler cannot create executables.
What does that mean?
|
|
|
09-01-2002, 03:14 PM
|
#4
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Is it possible to post your config.log file ?? It might be a possible problem with autoconf, you could try to upgrade. But if you can, try to post from your config.log file to get more of the error message.
Also has this happened anyother time while trying to compile programs ?
Let us know !
|
|
|
09-01-2002, 03:57 PM
|
#5
|
Member
Registered: Apr 2002
Location: ks
Distribution: openSUSE Tumbleweed
Posts: 495
Original Poster
Rep:
|
I don't remember getting this error message before, and I've installed in both 8.1 and 8.2. The entire error message was:
checking whether C compiler (gcc) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
I ran cat config.log and here is some of that:
configure: 1359: gcc -o conftest confest -c 1>&5
gcc: installation problem, cannot execute 'ccp0' : No such file or directory
configure: failed program was:
#line 1354 "configure"
#include "confdefs .h"
There was also this, if it helps:
/* Override any gcc2 internal prototype to avoid an error */
/* We use char because int might match the return type of a gcc2
built in and then it's argument prototype would still apply. */
char strerror ( );
int main ( ) {
strerror ( )
; return 0 ; }
Last edited by pilotgi; 09-01-2002 at 04:02 PM.
|
|
|
09-01-2002, 05:19 PM
|
#6
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Well, I would think something is wrong with gcc since you got:
Quote:
checking whether C compiler (gcc) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
|
Are you doing this as root or a regular user ? Have you tried as root ? I would first try to redownload the program first since it stated at the beginning " checking whether C compiler works... no ", could be a bad download in this case, if that doesn't work, may want to update gcc due to that error.
|
|
|
09-01-2002, 06:22 PM
|
#7
|
Member
Registered: Apr 2002
Location: ks
Distribution: openSUSE Tumbleweed
Posts: 495
Original Poster
Rep:
|
I ran these commands as root.
I'll delete this tarball and download another.
By update, do you mean download the newest version of gcc 3.2?
|
|
|
09-01-2002, 06:30 PM
|
#8
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Quote:
Originally posted by pilotgi
By update, do you mean download the newest version of gcc 3.2?
|
Yes possibly if the download of the program again doesn't work.
|
|
|
09-01-2002, 07:32 PM
|
#9
|
Member
Registered: Apr 2002
Location: ks
Distribution: openSUSE Tumbleweed
Posts: 495
Original Poster
Rep:
|
I downloaded another tarball and got the same error message.
I'll try gcc 3.2 and see what happens. I quickly read some of the installation instructions and it mentioned that the newer version could be used with older versions. How will I tell my Linux machine to use the newer version for this install?
|
|
|
All times are GMT -5. The time now is 01:03 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|