This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: From PERU
On Friday 24 November 2000 12:51, Alexandre Oliva wrote:
> On Nov 24, 2000, Edward Espinoza <eespinoza@recaudadora.com.pe> wrote:
> > i have these files in /usr/local/bin, What I can do with these
> > files?, when I run ./Configure in Apache the system tells me that
> > not exist ANSI C Compiler.
>
> Is /usr/local/bin in your PATH? Does Apache's Configure look for
> `gcc', or does it require you to set the environment variable CC if
> your compiler isn't named `cc'? Can you compile a hello world-like
> program using the installed gcc?
As I've said to this guy in a previous message, this site :
http://www.freeware4sun.com/software/
has a prebuild version of Apache.
To have a correctly working gcc on that Solaris/SPARC machine You've to :
1) download & install the gcc binary from the site above listed ( or wherever
You want )
2) download & install m4, autoconf, binutils and gmake binaries
3) rebuild & install gcc from sources
4) rebuild & install binutils from sources
Without setps 3 & 4 the build system has given me weird behaviours.
All this stuff coz that machine does not have a base C compiler preinstalled.
- Davide