Re: [Fink-devel] WXGTK Flag Issue

2009-11-22 Thread ピエールランリ・ラヴィン
Thank you Martin and Daniel. Actually the error comes again form contrib/src/gizmos/Makefile.in The Makefile.in is a little different in version 2.8.10 so the regexp from the PatchScript was not matching the target string. I just updated the regexpr .*\(__WXLIB_BASE_p\)$ to .*\(__WXLIB_BASE_p\)

Re: [Fink-devel] WXGTK Flag Issue

2009-11-21 Thread Daniel E. Macks
=?ISO-2022-JP?B?GyRCJVQlKCE8JWslaSVzJWohJiVpJXQlIyVzGyhC?= said: > Good day, > > Back to devel list :-) I'm working on wxgtk version 2.8.10. After > talking on IRC, it seems i need to patch it to remove the > "-single_module -Wl,-x -dead_strip" flags. I don't know where it does > come from in the

Re: [Fink-devel] WXGTK Flag Issue

2009-11-21 Thread Martin Costabel
ピエールランリ・ラヴィン wrote: > Good day, > > Back to devel list :-) I'm working on wxgtk version 2.8.10. After > talking on IRC, it seems i need to patch it to remove the > "-single_module -Wl,-x -dead_strip" flags. I don't know where it does > come from in the source code. Perhaps from the line perl

[Fink-devel] WXGTK Flag Issue

2009-11-21 Thread ピエールランリ・ラヴィン
Good day, Back to devel list :-) I'm working on wxgtk version 2.8.10. After talking on IRC, it seems i need to patch it to remove the "-single_module -Wl,-x -dead_strip" flags. I don't know where it does come from in the source code. -single_module seems to come from the options in build/aclocal b