Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Philip Lawatsch
Hans-Werner Hilse wrote: > Hi, > > On Mon, 27 Jun 2005 19:33:25 +0200 > Philip Lawatsch <[EMAIL PROTECTED]> wrote: > > >>>LDPATH. Have a look at /etc/env.d/05gcc. >> >>Hm, strange enough, this never shows up in my environment. Neither with >>gcc3 or gcc4 profiles. > > > Aaargh, my fault. This

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Hans-Werner Hilse
Hi, On Mon, 27 Jun 2005 19:33:25 +0200 Philip Lawatsch <[EMAIL PROTECTED]> wrote: > > LDPATH. Have a look at /etc/env.d/05gcc. > > Hm, strange enough, this never shows up in my environment. Neither with > gcc3 or gcc4 profiles. Aaargh, my fault. This is used by env-update and gets - *grep, grep

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Philip Lawatsch
Richard Fish wrote: > Philip Lawatsch wrote: > > >>So my querstion now is what else gets changed by gcc-config, and is >>there a chance to have the 3.4 gcc profile selected but still run >>programs compiled with gcc 4? >> >> > > > I haven't verified this (try switching configs back and forth t

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Richard Fish
Luigi Pinna wrote: >Have you run the script fix_libtool_files.sh? >After a gcc emerge (if it removes an old version) you must use always >the command: > > No, this is only to fix _building_ programs that use libtool, not for run-time dynamic linking issues. -Richard -- gentoo-user@gentoo.or

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Richard Fish
Philip Lawatsch wrote: >So my querstion now is what else gets changed by gcc-config, and is >there a chance to have the 3.4 gcc profile selected but still run >programs compiled with gcc 4? > > I haven't verified this (try switching configs back and forth to verify), but I believe the problem i

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Philip Lawatsch
Luigi Pinna wrote: > Alle 19:01, lunedì 27 giugno 2005, Philip Lawatsch ha scritto: > >>Hi, >> >> >>I'd like to use gcc 4 to compile some of my own software but still >>use 3.4 for everything else (all ebuilds etc). >> >>Now I simply emerged gcc4 (its slotted) and then as my user I did >>export th

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Philip Lawatsch
Philip Lawatsch wrote: > Hans-Werner Hilse wrote: > >>Hi, >> >>On Mon, 27 Jun 2005 19:01:01 +0200 >>Philip Lawatsch <[EMAIL PROTECTED]> wrote: >> >> >> >>>Now I simply emerged gcc4 (its slotted) and then as my user I did export >>>the variables a >>> >>>gcc-config -E x86_64-pc-linux-gnu-4.0.1-pre2

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Philip Lawatsch
Hans-Werner Hilse wrote: > Hi, > > On Mon, 27 Jun 2005 19:01:01 +0200 > Philip Lawatsch <[EMAIL PROTECTED]> wrote: > > >>Now I simply emerged gcc4 (its slotted) and then as my user I did export >>the variables a >> >>gcc-config -E x86_64-pc-linux-gnu-4.0.1-pre20050616 >> >>printed out. >> >>This

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Luigi Pinna
Alle 19:01, lunedì 27 giugno 2005, Philip Lawatsch ha scritto: > Hi, > > > I'd like to use gcc 4 to compile some of my own software but still > use 3.4 for everything else (all ebuilds etc). > > Now I simply emerged gcc4 (its slotted) and then as my user I did > export the variables a > > gcc-confi

Re: [gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Hans-Werner Hilse
Hi, On Mon, 27 Jun 2005 19:01:01 +0200 Philip Lawatsch <[EMAIL PROTECTED]> wrote: > Now I simply emerged gcc4 (its slotted) and then as my user I did export > the variables a > > gcc-config -E x86_64-pc-linux-gnu-4.0.1-pre20050616 > > printed out. > > This way I successfully compiled and linke

[gentoo-user] gcc 4 and 3.4 in parallel

2005-06-27 Thread Philip Lawatsch
Hi, I'd like to use gcc 4 to compile some of my own software but still use 3.4 for everything else (all ebuilds etc). Now I simply emerged gcc4 (its slotted) and then as my user I did export the variables a gcc-config -E x86_64-pc-linux-gnu-4.0.1-pre20050616 printed out. This way I successful