[Gambas-user] Re: No way to compile on mixed Debian system .. SOLVED

Willi Mann newsletters at ...232...
Fri Aug 22 22:03:56 CEST 2003


> 
> CC=gcc-3.2
> CPP=gcc-3.2
> CXX=g++-3.2

The right set of environment vars is

CXX=g++-3.2
CXXCPP=cpp-3.2
CPP=cpp-3.2
CC=gcc-3.2

Willi Mann





More information about the User mailing list