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

Re: setting default compiler version



Martin Henne wrote:

Is there a way to tell debian to use g++-3.4 as the default
compiler and set all symlinks (at least /usr/bin/gcc, /usr/
bin/g++ and /usr/lib/cpp) to the right version using the
normal dpkg tools (like dpkg-reconfigure or something like
that)?


When using Makefile's, look at the CC & GCC environmental variables (I'm not actually sure if G++ is included there... sorry...)

If doing it by hand, obviously just using `/usr/bin/g++-3.4 [continued]' would work.



Reply to: