This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
dlopen vs. libstdc++, need entry in FAQ?
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Fri, 5 Apr 2002 11:13:14 -0800
- Subject: dlopen vs. libstdc++, need entry in FAQ?
Hey y'all. There seems to be a large number of dlopen-type questions
regarding libstdc++-v3. There is also a historical pattern of these
kinds of questions.
In particular,
libstdc++/6062
libstdc++/5166
Both of these work, so I don't think I see any bugs. However, it might
be a good idea to put in some kind of documentation on how to properly
do this.
Also, it might be a good idea to actually test to see if this works in
the libstdc++ testsuite. Thoughts? Obviously, there are some problems
in that doing this in a portable manner is hard. Have other libraries attempted
something similar? If so, how is it done?
-benjamin