* Andrey N. Oktyabrski <[email protected]> [2011-08-02 07:03]: > On 02.08.11 00:30, Guido Berhoerster wrote: > >* Guido Berhoerster<[email protected]> [2011-08-01 22:24]: > >>* Andrey N. Oktyabrski<[email protected]> [2011-08-01 21:10]: > >>>With these libraries I have the same eror :-( > >>> libstdc++.so.6 => /usr/lib/libstdc++.so.6 > >>> libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 > >> > >>Please remove the GCC 4.3.2/3 packages from the opensolaris.org > >>publisher, it is obsolete and totally broken anyway. > > > >Oh, after that please install runtime/[email protected] manually, > >this dependency is missing from the llvm package. We'll hopefully > >fix that before releasing the first OI SFE build. > Thank you. I have removed gcc-4.3 and clang works. The gcc-4.6 was > already installed from the sfebuild repository. > > Does you compile clang without rpath? Is it possible to compile it
It is compiled with rpath, however /usr/lib comes before /usr/gnu/lib where our GCCs libstdc++ lives. > without gcc libraries dependency? That is a mainly a policy issue, for now we compile all C++ packages (including LLVM/Clang) in OI-SFE with GCC, however that may change in the future. If it is really important to you, you could modify the specfile and rebuild it with clang itself. -- Guido Berhoerster _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
