Gambas help needed to install
I'm trying to get gambas to work however I get error with the rpm off the Suse 8.1 cd and the following error when installing from a tar.gz file checking for working makeinfo... found checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH I don't understand what the program is requesting Steve.
On Monday 02 December 2002 14:20, Steve Nicholls wrote:
I'm trying to get gambas to work however I get error with the rpm off the Suse 8.1 cd and the following error when installing from a tar.gz file
checking for working makeinfo... found checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH
I don't understand what the program is requesting
Steve.
It's requesting the compiler and associated tools, which either aren't in your path, or more likely aren't installed. If you go to Yast, install software, request a search from the drop-down menu and then enter gcc, it will find the necessary tools and install them for you. You might as well install the c++ compiler while you're there. Run ./configure and make as user, then su to root in order to run make install. Be sure to review the INSTALL and README files that accompany the source. HTH Best Fergus -- Fergus Wilde Chetham's Library Long Millgate Manchester M3 1SB Tel: +44 161 834 7961 Fax: +44 161 839 5797 http://www.chethams.org.uk
On Mon, 2 Dec 2002 14:38:20 +0000 Fergus Wilde <fwilde@chethams.org.uk> wrote:
On Monday 02 December 2002 14:20, Steve Nicholls wrote:
I'm trying to get gambas to work however I get error with the rpm off the Suse 8.1 cd and the following error when installing from a tar.gz file
checking for working makeinfo... found checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH
I don't understand what the program is requesting
Steve.
It's requesting the compiler and associated tools, which either aren't in your path, or more likely aren't installed. If you go to Yast, install software, request a search from the drop-down menu and then enter gcc, it will find the necessary tools and install them for you. You might as well install the c++ compiler while you're there. Run ./configure and make as user, then su to root in order to run make install. Be sure to review the INSTALL and README files that accompany the source. HTH Best Fergus
-- Fergus Wilde Chetham's Library Long Millgate Manchester M3 1SB
Tel: +44 161 834 7961 Fax: +44 161 839 5797
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
Thanks guys, it occurred to me to do that 2 seconds after "send". It still didn't fix the problem so I've sent a note to the authour. Steve.
participants (2)
-
Fergus Wilde
-
Steve Nicholls