bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/698] error linking dll on pe


From: nickc at redhat dot com
Subject: [Bug ld/698] error linking dll on pe
Date: 8 Feb 2005 09:36:16 -0000

------- Additional Comments From nickc at redhat dot com  2005-02-08 09:36 
-------
Hi Peter,

  Thanks for supplying a test case.  Unfortunatley it does not compile as it
needs a header file SDL.h which was not supplied and it uses a function
SDL_LoadBMP which does not appear to be in the supplied libraries.  Instead I
used this source as my test example:

  extern void * SDL_LoadBMP_RW (const char *);
  void * src;
  int main (void) {src = SDL_LoadBMP_RW ("font1.bmp");}

With this I was able to reproduce the problem and I now have a patch which
changes the abort() into a more suitable error message.  Please try the attached
patch and let me know what you think.

Cheers
  Nick


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sources.redhat.com/bugzilla/show_bug.cgi?id=698

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]