LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > 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... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 10-08-2004, 07:33 PM   #31
jimothy05
Member
 
Registered: Sep 2004
Posts: 41

Original Poster
Rep: Reputation: 15

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.
 
Old 10-08-2004, 09:58 PM   #32
jimothy05
Member
 
Registered: Sep 2004
Posts: 41

Original Poster
Rep: Reputation: 15
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. =)
 
Old 10-09-2004, 02:36 AM   #33
rm6990
Member
 
Registered: Aug 2004
Location: Canada
Distribution: SUSE 9.1 Pro and Debian Testing on Server
Posts: 469

Rep: Reputation: 30
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.
 
Old 10-20-2004, 04:50 PM   #34
oxbloodoi
LQ Newbie
 
Registered: Oct 2004
Posts: 7

Rep: Reputation: 0
glibc-devel is found in the SuSE ftp site mentioned above... I just tried it
 
Old 03-23-2006, 12:22 AM   #35
zillah
Member
 
Registered: Oct 2004
Posts: 536

Rep: Reputation: 30
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.
 
Old 04-12-2006, 02:22 PM   #36
Scianna
LQ Newbie
 
Registered: Apr 2006
Posts: 2

Rep: Reputation: 0
How do you edit the path statement?
 
Old 04-12-2006, 02:28 PM   #37
Scianna
LQ Newbie
 
Registered: Apr 2006
Posts: 2

Rep: Reputation: 0
How do you edit the path statement?
 
Old 06-27-2006, 03:41 AM   #38
dewastator99
LQ Newbie
 
Registered: Jun 2006
Posts: 1

Rep: Reputation: 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.
 
Old 09-27-2006, 04:12 AM   #39
IDMAN
LQ Newbie
 
Registered: Sep 2006
Distribution: Debian
Posts: 1

Rep: Reputation: 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
 
Old 09-07-2007, 08:27 PM   #40
Phyto
LQ Newbie
 
Registered: Sep 2007
Posts: 1

Rep: Reputation: 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...
 
Old 09-09-2007, 06:01 PM   #41
NetDoc
Member
 
Registered: Sep 2007
Posts: 50

Rep: Reputation: 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.
 
Old 01-28-2008, 10:19 PM   #42
sohel62
LQ Newbie
 
Registered: Jan 2008
Posts: 1

Rep: Reputation: 0
Easy solution

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

With the best
Taslim Sohel
 
Old 01-01-2011, 01:00 PM   #43
metacortexx
LQ Newbie
 
Registered: Jan 2011
Posts: 1

Rep: Reputation: 0
VM or not

Are you using a VM or is it a physical installation on a standalone machine?
 
Old 01-01-2011, 01:29 PM   #44
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
@ metacortexx , post # 43 :

Please do not answer / ask in old threads. This one is started six years ago.
http://www.linuxquestions.org/linux/...Ask_a_Question
http://linuxsilo.net/docs/smart-questions_en.html

..

Last edited by knudfl; 01-01-2011 at 01:30 PM.
 
  


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



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

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 02:58 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