CougTek
Hairy Aussie
So obviously, I can't ./compile anything, which is quite annoying to say the least.
How can I set the correct path to the C compiler (presumably GCC) in Linux so that the clueless operating system can allow me to compile new applications I need to install. Since not everything is available in .rpm and that even when they are, they don't always work anyway, well being able to compile would be quite useful. Without it, downloading tarball serves nothing.
When I try to compile something, I end up with the funny creative following message :
Strangely, however, I'm not amuse. Could someone be kind enough to tell me how to restify this small errata?
Errata = wrong $PATH by the way. srclib/apr doesn't exist on my distro.
How can I set the correct path to the C compiler (presumably GCC) in Linux so that the clueless operating system can allow me to compile new applications I need to install. Since not everything is available in .rpm and that even when they are, they don't always work anyway, well being able to compile would be quite useful. Without it, downloading tarball serves nothing.
When I try to compile something, I end up with the funny creative following message :
Code:
Configuring Apache Portable Runtime library ...
checking for APR... reconfig
configuring package in srclib/apr now
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
Configuring APR library
Platform: i686-pc-linux-gnu
checking for working mkdir -p... yes
APR Version: 0.9.4
checking for chosen layout... apr
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
configure failed for srclib/apr
Strangely, however, I'm not amuse. Could someone be kind enough to tell me how to restify this small errata?
Errata = wrong $PATH by the way. srclib/apr doesn't exist on my distro.