[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: C++ no more...



On Sat, 12 Dec 1998, Mitch Blevins wrote:

> gcc is not the c++ compiler used in Debian.  Egcs (g++) is.
> Change your configure.in (or just configure, if you wont/cant regenerate
> it) so that it uses g++ as the c++ compiler.  Also, change the Makefile
> if needed to do the same thing.

I think the proper method for overriding the internally defined c++
compiler is to do something like:

CC=g++ ./configure

HTH,
Peter

-------
Peter D. Kovacs                 UIN: 241701
Operator, Perl Programmer, Computer Guy
kovacsp@egr.uri.edu
http://www.egr.uri.edu/~kovacsp/
http://kovax.ml.org/~kovacsp/pubkey.txt


Reply to: