JStanczak(at)vinu(dot)edu writes:
> I'm trying to build Postgresql on my Solaris 8 Sparc box. After I set the
> CC variable to point to
> my /usr/local/bin where I installed my gcc, I get the following error when
> I run the ./configure script.
> checking for gcc... /usr/bin
> checking whether the C compiler (/usr/bin ) works... no
If you're going to set CC explicitly, you'd better set it to the name
of the compiler, not to a directory name.
regards, tom lane