On Friday 26 June 2009 12:46:46 pm Oldrich Pikhart wrote: > Hi, is there some way how to build Qt with custom stl? All i need is some > kind of c++ linker flags. Its common problem when i build mixed c and c++ > projects to link only c++ targets with custom stl. I know that i can use > -library=stlport4 flag, but i want more. I want use -library=no%Cstd and > for linking -lMySuperStdLibrary :). Im trying apache stdcxx. Thx for any > advice.
Use the specfile from the kde4-specs-42 repository, that shows how to do it. You can get a tarball of the repo from http://solaris.bionicmutton.org/hg/kde4-specs-42/archive/tip.tar.bz2 This *specific* specfile, of course, depends on the apache stdcxx packages build from specfiles in the same repo. Once there is a system-provided apache stdcxx (outside of the regular packaging system?) available, we will have to adjust dependencies and flags a little. -- Adriaan de Groot, KDE quality team, KDE4-Solaris http://solaris.kde.org/
