This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Should g++-v3/ext be added to the search path for g++?
- To: libstdc++ at gcc dot gnu dot org
- Subject: Should g++-v3/ext be added to the search path for g++?
- From: Craig Rodrigues <rodrigc at mediaone dot net>
- Date: Sun, 11 Mar 2001 15:19:49 -0500
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