LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on...

Notices

Tags used in this thread
Popular LQ Tags ,

Reply
 
Thread Tools
Old 10-08-2004, 08:33 PM   #31
jimothy05
Member
 
Registered: Sep 2004
Posts: 41
Thanked: 0

Original Poster

[Log in to get rid of this advertisement]
I know. But it's got the old x.76, and I want to upgrade to 1.0.0... and I can't because of this.
jimothy05 is offline     Reply With Quote
Old 10-08-2004, 10:58 PM   #32
jimothy05
Member
 
Registered: Sep 2004
Posts: 41
Thanked: 0

Original Poster
Excellent! Success.
Thank you very much.
The FTP install worked very well, and I had to go to the ftp://ftp.suse.com/pub/suse/i386/9.1/suse/i586 page to download the packages you suggested, and the installation worked perfectly. Thank you so much for your help. =)
jimothy05 is offline     Reply With Quote
Old 10-09-2004, 03:36 AM   #33
rm6990
Member
 
Registered: Aug 2004
Location: Canada
Distribution: SUSE 9.1 Pro and Debian Testing on Server
Posts: 469
Thanked: 0
No prob....I felt it would have been pointless to buy 9.1 Pro when 9.2 Pro is being released in just under a month....if you like the distro you should buy a boxed copy of 9.2 and upgrade at some point to support the distro.
rm6990 is offline     Reply With Quote
Old 10-20-2004, 05:50 PM   #34
oxbloodoi
LQ Newbie
 
Registered: Oct 2004
Posts: 7
Thanked: 0
glibc-devel is found in the SuSE ftp site mentioned above... I just tried it
oxbloodoi is offline     Reply With Quote
Old 03-23-2006, 01:22 AM   #35
zillah
Member
 
Registered: Oct 2004
Posts: 525
Thanked: 0
I have got same problem with OpenCA-0.9.2.5
Code:
[root@localhost OpenCA-0.9.2.5]# ./configure 


-sendmail --with-sendmail=/usr/lib/sendmail
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for gawk... gawk
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no

configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
zillah is offline     Reply With Quote
Old 04-12-2006, 03:22 PM   #36
Scianna
LQ Newbie
 
Registered: Apr 2006
Posts: 2
Thanked: 0
How do you edit the path statement?
Scianna is offline     Reply With Quote
Old 04-12-2006, 03:28 PM   #37
Scianna
LQ Newbie
 
Registered: Apr 2006
Posts: 2
Thanked: 0
How do you edit the path statement?
Scianna is offline     Reply With Quote
Old 06-27-2006, 04:41 AM   #38
dewastator99
LQ Newbie
 
Registered: Jun 2006
Posts: 1
Thanked: 0
Hi ... I have got same problem with Wine ... cant get it to work.
Could you help me please?
(BTW I'm quite new to Linux so be patient)

Code:
fixa@fixa-laptop:~/wine/tools$ ./wineinstall run
WINE Installer v0.75

~/wine ~/wine/tools
Running configure...

configure: creating cache config.cache
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

Configure failed, aborting install.
dewastator99 is offline  
Tag This Post ,
Reply With Quote
Old 09-27-2006, 05:12 AM   #39
IDMAN
LQ Newbie
 
Registered: Sep 2006
Distribution: Debian
Posts: 1
Thanked: 0
Quote:
Originally Posted by dewastator99
Hi ... I have got same problem with Wine ... cant get it to work.
Could you help me please?
(BTW I'm quite new to Linux so be patient)

Code:
fixa@fixa-laptop:~/wine/tools$ ./wineinstall run
WINE Installer v0.75

~/wine ~/wine/tools
Running configure...

configure: creating cache config.cache
checking build system type... i686-pc-linux-gnuoldld
checking host system type... i686-pc-linux-gnuoldld
checking whether make sets $(MAKE)... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.

Configure failed, aborting install.
1.Install the : gcc-3.4 & all dependency
2.When you type gcc-3.5 you should get :
Code:
server2:~# gcc-3.4
gcc-3.4: no input files
server2:~#
That means you have corect installed the C compiler.
3.Make a symbolic link :
Code:
ln -s /usr/bin/gcc-3.4 /bin/gcc
4. Type: gcc you should get
Code:
server2:~# gcc
gcc: no input files
server2:~#
Now you can try compiling the source....

IDMAN
IDMAN is offline     Reply With Quote
Old 09-07-2007, 09:27 PM   #40
Phyto
LQ Newbie
 
Registered: Sep 2007
Posts: 1
Thanked: 0
Anyone know how to?

alex-scotts-computer:~ Files$ cd fuse-2.7.0
alex-scotts-computer:~/fuse-2.7.0 Files$ ./configure
checking build system type... i386-apple-darwin8.10.1
checking host system type... i386-apple-darwin8.10.1
checking target system type... i386-apple-darwin8.10.1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... no
checking for style of include used by make... none
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: no acceptable C compiler found in $PATH

I obviously need to install a C compiler but I have very little idea how to do so...
Phyto is offline     Reply With Quote
Old 09-09-2007, 07:01 PM   #41
NetDoc
LQ Newbie
 
Registered: Sep 2007
Posts: 11
Thanked: 0
I am also new to Linux...

I found this when I did a "find"
/usr/libexec/gcc

Now, how do I add that to my path?

Quote:
Originally Posted by CroMagnon View Post
What happens if you type gcc on the command line instead of ./configure? It should say "gcc: no input files". If it doesn't, find out where gcc is installed (locate bin/gcc) and add that to your PATH.
NetDoc is offline     Reply With Quote
Old 01-28-2008, 11:19 PM   #42
sohel62
LQ Newbie
 
Registered: Jan 2008
Posts: 1
Thanked: 0
Easy solution

Install Developer Tools from application package. Then try your 「./configure」 again.

With the best
Taslim Sohel
sohel62 is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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 Off
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
no acceptable C compiler found in $path scottown Red Hat 10 11-19-2008 05:37 AM
no acceptable C compiler found in $PATH sinXposed Linux - Software 4 08-10-2006 03:14 PM
no acceptable C compiler found in $PATH rhraz Mandriva 9 08-01-2006 08:03 PM
no acceptable C compiler found in $PATH ?...I can't make. jimothy05 Mandriva 6 02-19-2005 06:25 PM
no acceptable C compiler found in $PATH skrothuset Linux - Newbie 4 06-13-2003 07:11 AM


All times are GMT -5. The time now is 06:27 PM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration