This is the mail archive of the sid@sourceware.org mailing list for the SID project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: tar ball patch for cygwin based on sid-20060218.tar.bz2


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


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