From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Trevor Forbes" To: Subject: Debugging ld Date: Sun, 26 Aug 2001 02:06:00 -0000 Message-id: <005d01c12e0e$7fb6a2a0$0300a8c0@ufo> X-SW-Source: 2001-08/msg00600.html I am after a bit of advice. What is the best way to debug ld when building a dll using gcc -shared........ I have a test case that does not do the right thing in linking but I cannot get gdb to trace it through the build process. Its gcc calling ld that seems to be causing me trouble. I using the CVS binutils on Cygwin Trevor