setting default compiler version

2005-05-11 Thread Martin Henne
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 (

Re: setting default compiler version

2005-05-12 Thread Martin Henne
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]

Re: setting default compiler version

2005-05-13 Thread Martin Henne
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,

Re: setting default compiler version

2005-05-16 Thread Martin Henne
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

Re: setting default compiler version

2005-05-16 Thread Martin Henne
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

file/dir rights management

2004-09-04 Thread Martin Henne
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

Sid: latest upgrade broke kmail

2005-07-07 Thread Martin Henne
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).