LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   can't install waveforge, please help (https://www.linuxquestions.org/questions/linux-newbie-8/cant-install-waveforge-please-help-27654/)

annehoog 08-10-2002 04:56 PM

can't install waveforge, please help
 
Hi,

I'm a total newbie to linux and in desperate need of your help.

I've been downloading some problems, and am having major problems installing them. I especialy have problems with waveforge.
The readme file tells me to do ./configure, but linux doesn't recognize that command. I can't see any file called configure in the folder either (I did unpack succesfully btw)
Anyone who can tell me what to do?

Thanx!
Anne

Doalwa 08-10-2002 05:04 PM

Make sure you're in the directory you untarred the file to..if doing ./configure still won't work then you probably don't have a c compiler installed..the default c compiler for linux is gcc...so just open up a console and type the following

gcc --version

or

gcc -v

If you get an error message in return saying command not found then you have to install gcc first in order to compile your waveforge package.


All times are GMT -5. The time now is 09:53 AM.