Hi, I suppose the warning is something like /usr/bin/ld: warning: libboost_thread.so.1.46.1, needed by /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib/libCGAL_Qt4.so, may conflict with libboost_thread.so.1.48.0 ?
That means that actually both versions are there, but libCGAL.so requires a different version than your application. This happens because you probably have the headers for 1.48 installed. If this really causes problems you could install the boost headers for 1.46 instead (which are also in sid) as workaround. Anyway, I'll probably rebuild CGAL against boost 1.48. Joachim -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

