Hi, Le 13 avr. 2011 à 05:42, Silas Baronda a écrit :
> Getting :: > > Segmentation fault ././obj/make_services --test > GSspell.service/Recourses/Info-gnustep.plist > > I looked at the other threads about this and couldn't find a fix. > > I also had to fix base by compiling with make LD=gcc I observed similar issues during the last Fall, but I haven't been able to reproduce them for few months on Ubuntu 10.04 and with Clang trunk. At that time, I worked around by compiling libobjc2 with GCC and the rest with Clang. Just before the Clang 2.9 release, I did an install from scratch by following the Étoilé INSTALL document and I got everything compiled without troubles. I used: - libobjc2 svn trunk (libobjc2 1.2 should work though) - GNUstep core svn trunk - Étoilé svn trunk - Clang 2.9 rc3 Could you give us a backtrace of where make_services tool crashes? You need to run GDB with something like (just adjust the paths to be correct): gdb --args obj/make_services --test GSspell.service/Recourses/Info-gnustep.plist You can get a backtrace by typing 'r', then 'bt'. For LD=GCC issue, I have no ideas… you should report it on the GNUstep bug tracker. Cheers, Quentin. _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
