This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How can I make ELF library in C++ ?
- To: <gcc at gcc dot gnu dot org>
- Subject: How can I make ELF library in C++ ?
- From: Ghost in the shell <dodeskaden at free dot fr>
- Date: Sun, 25 Feb 2001 15:30:42 +0100 (CET)
I've seen that there were some troubles when I try to use dlsym in a C++
program because the ELF format library compiled by g++ doesn't look like
the ELF's one compiled by a c compiler.
I'm asking How to make and use ELF library in c++ ?
Thank if you've heard my call.
PS: I'm actually using a debian with everything recent.(gcc 2.95.2 etc...)
And I've also already read the gcc litterature without success.(I may
forget some docs)