This is the mail archive of the gcc-help@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]
Other format: [Raw text]

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


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