Re: Problem with libstdc++

2004-07-22 Thread Andreas Richter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Donnerstag, 22. Juli 2004 17:36 schrieb Kurt Roeckx: > Upgrade your gcc-3.3 to 3.3.4-5. The 3.3.4-4 has the symlink > wrong. Yeah. Have already updated and it works again :) - -- Greetings / Gruss Andreas Richter

Re: Problem with libstdc++

2004-07-22 Thread Kurt Roeckx
On Thu, Jul 22, 2004 at 02:12:55PM +0200, Andreas Richter wrote: > Hi, > > since my last apt-get update && upgrade (yesterday) i have some problems > to compile programms against libstdc++. the following error occour: > > /usr/bin/ld: /usr/lib/gcc-lib/x86_64-linux/3.3.4/libstdc++.a(ios.o): > relo

Re: Problem with libstdc++

2004-07-22 Thread Andreas Richter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Knüpfer wrote: | hi, | | i experienced the same problems today. the linker tries to link to the static | lib *.a because the dynamic version *.so is a dangling link (at least on my | box) | i solved this issue by linking it explicitly to /usr/li

Re: Problem with libstdc++

2004-07-22 Thread Andreas Knüpfer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, i experienced the same problems today. the linker tries to link to the static lib *.a because the dynamic version *.so is a dangling link (at least on my box) i solved this issue by linking it explicitly to /usr/lib/libstdc++.so.X where X=5 for

Re: Problem with libstdc++

2004-07-22 Thread Andreas Knüpfer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, i experienced the same problems today. the linker tries to link to the static lib *.a because the dynamic version *.so is a dangling link (at least on my box) i solved this issue by linking it explicitly to /usr/lib/libstdc++.so.X where X=5 for th

Re: Problem with libstdc++

2004-07-22 Thread Andreas Jochens
On 04-Jul-22 14:39, Andreas Richter wrote: > g++ -Wl,-rpath-link,/home/ar/src/opie/host/head/opie/lib > - -Wl,-rpath,/home/ar/src/opie/host/qte/lib -shared > - -Wl,-soname,libaqpkg.so.1 > - -Wl,-rpath,/home/ar/src/opie/host/head/opie/plugins/application -o > libaqpkg.so.1.0.0 .obj/x86-linux/mainwi

Re: Problem with libstdc++

2004-07-22 Thread Andreas Richter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harald Dunkel wrote: | Did you note that you are using the static libstdc++.a ? | Would you mind to mail the command line? Hm. Why it use the static one? Odd. Here the command line: g++ -Wl,-rpath-link,/home/ar/src/opie/host/head/opie/lib - -Wl,-rpath,

Re: Problem with libstdc++

2004-07-22 Thread Harald Dunkel
Andreas Richter wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, since my last apt-get update && upgrade (yesterday) i have some problems to compile programms against libstdc++. the following error occour: /usr/bin/ld: /usr/lib/gcc-lib/x86_64-linux/3.3.4/libstdc++.a(ios.o): relocation R_X86

Problem with libstdc++

2004-07-22 Thread Andreas Richter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, since my last apt-get update && upgrade (yesterday) i have some problems to compile programms against libstdc++. the following error occour: /usr/bin/ld: /usr/lib/gcc-lib/x86_64-linux/3.3.4/libstdc++.a(ios.o): relocation R_X86_64_32S can not be used