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: B18 and dlls


pascal.trouvin@integralis.co.uk wrote:
>     Until this morning, I was able to build dll with b17, with method 
>     described in this mailing list.
>     
>     WITH BETA18, things that compile well this morning, are now broken!!!
>     
>     when starting program: a popup window comes saying "Could not find 
>     (garbage characters).DLL"
>     
>     Have you such problems?

Just reporting that no, I don't have any problems, at least building my
simple DLL test with b18. Works fine. The error message you give reminds
me of the kind of thing that happens when the import list is not
properly terminated, that problem behaved very weirdly (it would go away
if the first DLL imported only had one or two references, and come back
if there were more) so I wonder if maybe the change in beta 18 has
simply made an earlier harmless bug become apparent in your code.

Another suggestion is that maybe you didn't recompile all your libraries
and object code. If I remember correctly there was a change in the bfd
libraries in this release. That the change would have anything to do
with your problem is wild speculation however.

Colin.

-- Colin Peters - colin@bird.fu.is.saga-u.ac.jp
-- Saga University Dept. of Information Science
-- http://www.fu.is.saga-u.ac.jp/~colin/index.html
-- http://www.geocities.com/Tokyo/Towers/6162/

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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