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

2009-09-12 Thread Peter Rosin
Hi David, Thanks for testing! Den 2009-09-11 21:04 skrev David Byron: Here's a couple of patches that implements support for -Wl, and -Xlinker for MSVC. The first one (rename-dashL_envvar-tolinker_envvar.patch) is just a rename, to reduce confusion, and the second patch (-Xlinker-msvc.patch) co

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

2009-09-12 Thread David Byron
> > $ ../configure CC=cl CFLAGS='-MD -Zi' LD=link LDFLAGS='-Wl,-DEBUG' > > NM='dumpbin -symbols' AR=lib STRIP=: RANLIB=: --disable-static > > That will not work (as you noticed) as it will send the -Wl, option > stright to cl when configure tries w/o libtool. Is there any hope of this working one