This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [ANNOUNCEMENT] Updated: binutils-20000625.tar.gz



The dllwrap program in this release is broken.  Any attempt to
use it will fail with an error like:

  Cannot reallocate 1694498816 bytes after allocating 163866652 bytes

Attached is a patch that fixes the problem.  Basically,
dyn_string_append() was being used instead of dyn_string_append_cstr():

  dllwrap.c:860: warning: passing arg 2 of `dyn_string_append' from
incompatible pointer type
  ...

Regards,

Eric Fifer

dllwrap.patch

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]