Should g++-v3/ext be added to the search path for g++?

Craig Rodrigues rodrigc@mediaone.net
Sun Mar 11 12:20:00 GMT 2001


Hi,

I am looking at:
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=955&database=gcc

The following will not compile:

#include <rope>

int main(void)
{
     crope r(1000000, 'x');
}

because the file "rope" is in g++-v3/ext, which is not
in the default search-path for g++.

Should g++-v3/ext be added to the search-path for g++?

I am using CodeSourcery's snapshot of g++.
-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          



More information about the Libstdc++ mailing list