Hi all,
I'm using debian sid (updated approx. twice a week) and
I want to use gcc 3.4 (to me more specific: g++ 3.4)
instead of 3.3.x as my default compiler.
It's no problem to install the packages (e.g. g++-3.4),
but in /usr/bin the executables gcc and g++ are still
linked to the old version (
Robert Vangel wrote:
> When using Makefile's, look at the CC & GCC environmental variables (I'm
> not actually sure if G++ is included there... sorry...)
What is the environment variable to set the preprocessor to cpp-3.4
instead of cpp?
Martin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
Michael Marsh wrote:
> On 5/12/05, Martin Henne <[EMAIL PROTECTED]> wrote:
>> What is the environment variable to set the preprocessor to cpp-3.4
>> instead of cpp?
>
> Often, a Makefile will use the $(CC) variable as its C compiler and
> $(CXX) as its C++ compiler,
Michael Marsh wrote:
> The configure scripts are referring to directly to /usr/lib/cpp? If
> so, that's a bug. The compiler knows what the right preprocessor to
> use is, and it should be making that decision.
I agree. But finally I found, that setting the environment variable
'CPP' helped the
Lee Braiden wrote:
> I'm sure there's an official way to do this. If nothing else, you can
> edit the global make defaults (probably in /usr/share somewhere?), and
> redefine CC
> etc. that way. Otherwise, you can set the CC variable and similar
> variables in the system-wide profile.
O.k., I c
Hi all,
On my system I want to keep users from
browsing the '/home' directory. Unfortunately,
when I do a 'chmod o-r /home', the user
can't login via ftp anymore. When the user
logs in via ssh, he gets the root directory
as its home. He can, however, do a 'cd /home/myhome'
then, and then he is in
Hi all,
I upgraded my sid today and kmail crashes when started.
The debugger says, there's a segfault in QString in
libqt-mt.so.3, but while knode and e.g. kdevelop3 is
not affected, I could not believe it's QString, because
this class is used almost everywhere at KDE (at least
I think it is).
7 matches
Mail list logo