Re: tar ball patch for cygwin based on sid-20060218.tar.bz2
"Frank Ch. Eigler" <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi - > There is to issues within this tarball: > 1. the "PIC" issue (libiberty/) > "PICFLAG = -fPIC" instead of "PICFLAG =", > otherwise some dependency errors appeared. > this issue need someone to take care of dependency stuff. This part will need to be passed to the libiberty maintainers over via the GCC development mailing list. I expect that the -fPIC part will need to be made conditional via an autoconf test. > 2. the "dllexport" issue (sid/component/) > -extern const component_library audio_component_library; > +DLLEXPORT extern const component_library audio_component_library; > > -const component_library audio_component_library DLLEXPORT = > +const component_library audio_component_library = > [...] I will apply this part of the patch. > Have fun~ Done, thanks! - FChE