This compiles and links with current CVS: ----------- #include <ext/rope> main() { using namespace std; crope r(1000000, 'x'); }