On 07.09.2013 14:23, v4hn wrote: > Heya over there, > > while updating the gnustep-gui package in lunar-linux I found the > following problem with your build scripts (current svn rev 37027). > > When the gnustep-gui library is already installed on the system > building, some module are linked against the system > libgnustep-gui.so instead of the one just built. This breaks in > case the system version is broken. > > reproduce: 1. corrupt your system library, e.g. via`echo > > /usr/lib/libgnustep-gui.so` 2. try to build gnustep-gui via > `./configure; make` > > The attached patch fixes the problem at hand, but I'm not sure the > underlying logical mistake is not around anywhere else.
Thank you your change of the order seems correct to me. What I am wondering about is whether we need a similar change in base and back? If so I would like to seem similar changes there at the same time. Richard, any opinion on this? Fred _______________________________________________ Bug-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-gnustep
