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