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()


> You didn't tell us neither compiler version nor the
> system you are working on.

My bad.
Linux 2.2.13 SMP.
g++  version 2.91.66 / EGCS 1.1.2

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

This is MAJOR overkill to resolve one symbol.  I'll be
glad to get a real fix in.

ld   -g   -Bdynamic -shared testPlugin.o
/usr/lib/libg++.so -soname testPlugin.so -o
testPlugin.so


Your explanation of the lack of certain symbols in the
.so  files sounds like a plausible/reasonable one for
my problem.

Thanks.
-Ralph


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

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