LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-26-2008, 06:31 AM   #1
nithinvg
LQ Newbie
 
Registered: Aug 2008
Posts: 6

Rep: Reputation: 0
please guide me with dis.. i am trying to install Gromacs in my system


dis s the prob i am facing wen i am trying to configure fftw 3.1.2

configure: error: no acceptable C compiler found in $PATH

wen i checked the config.log i am getting dis msg.

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by fftw configure 3.1.2, which was
generated by GNU Autoconf 2.59e. Invocation command line was

$ ./configure --enable-float

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost.localdomain
uname -m = i686
uname -r = 2.6.18-92.el5
uname -s = Linux
uname -v = #1 SMP Tue Jun 10 18:49:47 EDT 2008

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = unknown

for god sake some one guide me with dis installation process
 
Old 08-26-2008, 07:02 AM   #2
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by nithinvg View Post
dis s the prob i am facing wen i am trying to configure fftw 3.1.2

configure: error: no acceptable C compiler found in $PATH
Install gcc. Have you already checked whether your distro (from your uname -r output, I'm guessing RHEL?) has a package for FFTW 3? If so, you might as well get that rather than building the source.
 
Old 08-26-2008, 07:03 AM   #3
indeliblestamp
Member
 
Registered: Feb 2006
Distribution: Fedora
Posts: 341
Blog Entries: 3

Rep: Reputation: 40
The first line of the error message tells you what the problem is: you don't seem to have a C compiler installed. Install GCC using whatever tool your distro supports, then try again.
 
Old 08-27-2008, 06:11 AM   #4
nithinvg
LQ Newbie
 
Registered: Aug 2008
Posts: 6

Original Poster
Rep: Reputation: 0
gcc is already installed....

is der any prob with the version???
 
Old 08-27-2008, 07:06 AM   #5
indeliblestamp
Member
 
Registered: Feb 2006
Distribution: Fedora
Posts: 341
Blog Entries: 3

Rep: Reputation: 40
Its probably not there in your path. Open a terminal and type 'gcc' (Type it as the same user you are when you run ./configure). Does it say something like 'no input files', or something like 'command not found'? If its the latter, then you need to add gcc's location to your $PATH.
 
Old 08-29-2008, 03:17 AM   #6
nithinvg
LQ Newbie
 
Registered: Aug 2008
Posts: 6

Original Poster
Rep: Reputation: 0
its showing command not found...

i tried to install new version of gcc.tar.bz2 file.

bt its showin no cc found.

can u tel me how to install tat file
 
Old 08-29-2008, 03:49 AM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
The latest version of gcc should be available using the package manager. What version (distro) of Linux are you using?
 
Old 09-01-2008, 02:14 AM   #8
nithinvg
LQ Newbie
 
Registered: Aug 2008
Posts: 6

Original Poster
Rep: Reputation: 0
dis is my distro..

Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47 EDT 2008 i686 i686 i386 GNU/Linux.
 
Old 09-01-2008, 02:16 AM   #9
nithinvg
LQ Newbie
 
Registered: Aug 2008
Posts: 6

Original Poster
Rep: Reputation: 0
n wen i tried installing new version of gcc its showing

[root@localhost gcc-4.2.4]# ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /usr/local/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH

i am not gettin wat lse i shld install..
 
Old 09-01-2008, 02:21 AM   #10
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
As pixellany implied, you need to install gcc via your distro's package manager. Trying to build it from source won't work, because, as you can see, it requires a C compiler. I'd also encourage writing properly.

Last edited by Nylex; 09-01-2008 at 02:28 AM.
 
Old 09-01-2008, 07:48 AM   #11
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by nithinvg View Post
dis is my distro..

Linux localhost.localdomain 2.6.18-92.el5 #1 SMP Tue Jun 10 18:49:47 EDT 2008 i686 i686 i386 GNU/Linux.
That is the name of your kernel---but it contains a clue (el5)---it looks like you might be using RedHat Enterprise 5.

Please do not use the "text talk", SMS, or whatever it is called.

This
When
You
That
But
There
.
.
etc.
 
Old 09-05-2008, 10:39 PM   #12
nithinvg
LQ Newbie
 
Registered: Aug 2008
Posts: 6

Original Poster
Rep: Reputation: 0
oki.. dis s bit weird... i had downloaded a gcc rpm file...

it s installing gcc in other system.. but when i try to install in my system nw its showin diff msg..

warning: gcc-3.4.3-9.EL4.src.rpm: Header V3 DSA signature: NOKEY, key ID db42a60e
error: cannot create %sourcedir /usr/src/redhat/SOURCES.

dis s d error.. tel me how to correct dis.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Guide me to choose right operating system mama1 Linux - Newbie 2 07-01-2008 10:19 PM
Dis montylee Linux - Newbie 0 01-06-2007 09:17 AM
System - Help = New Guide sbassett Ubuntu 3 10-21-2005 08:19 PM
my own lin dis. ewt3y Linux - Distributions 2 08-11-2005 04:27 AM
Guide to system backup stevesk Linux - Newbie 1 12-10-2004 10:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 07:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration