Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Nov 2007 12:23:04 -0400
From:      Boris Kochergin <spawk@acm.poly.edu>
To:        freebsd-questions@freebsd.org
Subject:   libstdc++ extentions
Message-ID:  <4729FD68.3050101@acm.poly.edu>

next in thread | raw e-mail | index | archive | help
Hi, list. I'd like to use some code from the 
/usr/include/c++/4.2/ext/pb_ds part of libstdc++ on 
RELENG_7--particularly their patricia trie implementation. The various 
patricia trie headers, however, attempt to include 
ext/pb_ds/detail/type_utils.hpp, among other things, which don't exist. 
I notice that GCC from ports installs with all of said headers, and 
indeed, I can use the patricia trie code if I compile it with, for 
example, G++ 4.2.2 from ports. I also notice that the headers missing 
from /usr/include/c++/4.2/ext/pb_ds exist in 
/usr/src/contrib/libstdc++/include/ext/pb_ds, so my question is: is 
there a way to make installworld, etc. install them? I could copy them 
over manually and whatnot, but I'm curious about a "proper" solution. 
Thanks.

-Boris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4729FD68.3050101>