At 5:32 PM -0500 03-13-2000, Angelica Maria Escobar wrote:
>Hello!
>i'm trying to compile the mysql-3.23.12c-alpha.tar.gz program... but
>when i was
>try to do the command:
>
>i'm using gcc (2.8.1) compiler on my machine (sparc whith solaris
>2.6), and make
>(3.77) but when i'm trying to do
>
># CC=gcc CXX=gcc ./configure
>
>the result is:
>
>CC=gcc: Command not found
>
>i was trying too ./configure CC=gcc CXX=gcc but nothing.
You're probably using tcsh or csh. The syntax is different:
setenv CC gcc
setenv CXX gcc
./configure
--
Paul DuBois, paul@stripped
| Thread |
|---|
| • Help me! | Angelica Maria Escobar | 14 Mar |
| • Re: Help me! | Paul DuBois | 14 Mar |
| • Re: Help me! | Sergei A. Golubchik | 14 Mar |