On 24 Dec 2008, at 09:38, Gilles Dauphin wrote: > Maybe this pointer would help: > http://public.enst.fr/gcc-4.2.3-OS0108-i386.tar.gz > > detar it in /opt/ospkg
Oh yes, that's very useful - thanks! I've been struggling to get gcc 4.2 or later building :-( /opt/ospkg/lib/libstdc++.so.6 doesn't seem to be able to find libgcc_s (which is in the same directory) so g++ fails to run, and also any C++ binaries built with this g++. Something needs building with an RPATH... Cheers, Chris
