And I've just noticed that you're using a nonsense address for etoile-dev. cc'd now with the correct one...
On 26 Jul 2013, at 10:37, David Chisnall <[email protected]> wrote: > On 26 Jul 2013, at 09:51, edwin ancaer <[email protected]> wrote: > >> I don't like the idea of downgrading libstdc++, I'm afraid running into all >> kind of other problems, since I'm not a linux specialist. >> >> I installed libc++, as indicated on the LLVM website. But this gives the >> same errors. >> Is it necessary to change the makefiles for Etoilé, as is indicated in the >> examples on the LLVM pages: >> clang++ -stdlib=libc++ helloworld.cpp -lcxxrt > > Your issue is that you are using a version of libstdc++ that uses some gcc > extensions that are not supported by clang. This is going to cause you > problems, the only solution is not to do that (I believe that there are patch > sets available somewhere to allow certain versions of libstdc++ to work with > clang), but since I use libc++ for everything now I've not tried them. > > David > -- Sent from my PDP-11 _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
