RE: Patch to fix init_disassemble_info linking
"Robert Cragie" <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
Yes, perhaps it is a result of Ashutosh pasting the patch from an email. Ashutosh: There are two things you can do: 1) (Recommended) Get the latest CVS version of SID as Frank has committed the patch which will fix the problem. Perhaps there will be a snapshot soon? 2) Paste the patch from the post I sent earlier into a file then run: perl -pe 's/\r\n/\n/' -i <file patch is in> to remove all carriage returns from it. Then apply the patch as usual and rebuild as per the earlier post (don't forget the --disable-static as well on the configure command line). Robert Cragie, Design Engineer _______________________________________________________________ Jennic Ltd, Furnival Street, Sheffield, S1 4QT, UK http://www.jennic.com Tel: +44 (0) 114 281 2655 _______________________________________________________________ > -----Original Message----- > From: Frank Ch. Eigler [mailto:[email protected]] > Sent: 10 May 2004 18:14 > To: Robert Cragie > Cc: [email protected]; SID > Subject: Re: Patch to fix init_disassemble_info linking > > > Hi - > > rcc wrote: > > > It looks like there is an error in the Makefile, which has come from > > Makefile.in [...] > > Hm, the committed version already works for me. Interesting. > Maybe there is a DOS end-of-line issue with your checkout? > > - FChE >