Re: (#331) Re: (#150) Linux SF install prob
Thomas Shaddack <[email protected]>
| Newsgroups | gmane.comp.audio.speak-freely.general |
|---|---|
| Message-ID | <Pine.LNX.4.33.0308030000510.23783-100000@Zeta> |
> make: gcc: Command not found
> make: *** [speaker.o] Error 127
Looks the compiler (gcc) isn't installed on your machine. Install the
relevant RPMs (I don't know the RH9 distro, so I can't tell you the exact
name, but it should be something like *gcc*.rpm), then try make again.
It may work. Or it may spit out other errors, in that case you try next
step.
Or you may try to find a binary distribution somewhere on the Net. Eg,
http://ftp.lug.udel.edu/pub/linux/distributions/engarde/people/dave/speakfreely-7.6-1.5.0.i386.rpm
> When I then run "make install" I get the same result.
Logically. Make can't install what it didn't compile, so it tries to
compile first, THEN install. So if the compile step failed as "make", it
failed when called from "make install" as well.
> My goal is to run "sfreflect" so I can host some conference
> connections. Any help would be appreciated!
Let me know if it worked.
Have luck :)
* * *
To unsubscribe from this mailing list, send E-mail containing
the word "unsubscribe" in the message body (*not* as the
Subject) to [email protected]