Linux/Clang/Libobjc2 failure part 1 (gnu)

2018-06-22 Thread Riccardo Mottola
Hi All, on a fairly reliable Linunx system, configured standard (no special options to base) no GUI app is capable to start. However simple tools like "plparse" runs. This situation happened since I updated libobjc2 to latest and all the rest of GNUstep too. This configuration should use

Linux/Clang/Libobjc2 failure part 2 (ng)

2018-06-22 Thread Riccardo Mottola
Hi all, on the same system Linux/Clang/libobjc2, I tried reconfiguring everything and rebuilt everything using the Next Gen runtime. I configured make with: $ ./configure --prefix=/ --with-layout=gnustep --with-library-combo=ng-gnu-gnu  CC=clang CXX=clang++ and then reconfigured/rebuilt