This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
dll issue
- From: "erwan ancel" <erwan dot ancel at free dot fr>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Fri, 29 Nov 2002 09:52:13 +0100
- Subject: dll issue
Hi everyone,
I made a dll using borlang C++ builder, and I want to use it with a program
compiled with gcc/ld and debug the main program with gdb.
When I use the dll with borland C++ builder: it works, and I can debug. But
with gcc, it compiles, link, but makes a segmentation fault when I launch
it. And I cannot even debug the main program with gdb. Apparently, gdb
crashes before the start of the main program.
Can anyone help me please ?
Erwan