This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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          


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]