RE: pr-msvc-support: building .DLLs with symbols

2009-09-03 Thread David Byron
> You want to send -DEBUG to link.exe, not to cl.exe. I'm > sure you know this, but simply adding -DEBUG to LDFLAGS is > not the way you do this. The correct way would be to use > -Wl,-DEBUG. If the msvc stuff were complete, libtool would > then feed -DEBUG to the linker. But this does not > curre

Re: pr-msvc-support: building .DLLs with symbols

2009-09-03 Thread Peter Rosin
Den 2009-09-03 01:56 skrev David Byron: Even when I set LDFLAGS to -DEBUG, I can't seem to get libtool to use that flag when building a dll. So, I want to get debug information into the .dll but it's not there. I verified that it's not there by looking at the output of dumpbin -all. Here's the