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


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

Re: pure virtual problems with dlopen()


On Jan 19, 2000, Ralph Seguin <rpseguin@yahoo.com> wrote:

> I did an inelegant thing for the time being which does
> work and allows me to have the pure virtual methods:
> -link directly to libg++.so

Why don't you just use `g++ -shared' to link the shared library?  This
should get libstdc++ and libgcc implicitly linked in.

-- 
Alexandre Oliva http://www.ic.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{lsd.ic.unicamp.br,guarana.{org,com}} aoliva@{acm,computer}.org
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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