On Sat, Mar 04, 2000 at 11:14:11PM -0800, Francois Gouget wrote:
> On Sun, 5 Mar 2000, Juergen Lock wrote:
> 
> [...]
> > >   Unfortunately dumpbin will not run in Wine due to the usual 'no
> > >relocation records present'
> > 
> > You can't just run it in a seperate wine?  (poor man's address space
> > seperation... :)  Or can you no longer do that at the moment?
> 
>       I think what happens is that dumpbin uses VC's link program to
> implement part of its functionality. I'm not sure how. Maybe there is
> some option to have link behave like dumpbin but I did not try. 
> 
Oh in in that case, try a breakpoint/trace on CreateProcess?

> >  There's also this `quickview' which i guess comes with windows itself?
> 
>       True. This could be a way to do it.
> 
> [...]
> >  And if you still want that (which i can understand), and you have
> > enough time and diskspace, then grab the cygwin sources and configure
> > and build them as a unix-to-cygwin crosscompiler. (how you do that
> > should be described somewhere on the cygwin site)  then you'll have a
> > version of objdump that groks win32 objects/libs/executables...
> 
>       I did not know about objdump. Thanks.
> 
 Well objdump comes with the standard gcc binutils... it just by
default gets built without the win32 support.

 Regards,
-- 
Juergen Lock <[EMAIL PROTECTED]>
(remove dot foo from address to reply)

Reply via email to