https://sourceware.org/bugzilla/show_bug.cgi?id=16807

--- Comment #6 from Nick Clifton <nickc at redhat dot com> ---
Hi Angelo,

  Hmm, the patch does work in my tests.  My guess is either the patched linker
was not installed, or that it was installed but gcc was using the old linker.

>  $ ./configure --prefix=/usr/local/binutils-test
>  $ make
>  $ make install

Could you try adding:

   $ make all-ld
   $ make install-ld
   $ ls /usr/local/binutils-test/bin


>  $ gcc -Wall -mwindows dlg_one.c dlg_one.res -o dlg_one.out

Could you adding "-v -Wl,-debug" to the gcc command line, and see if you can
find which ld executable is being run ?

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.

_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to