> It sounds as if the configure script is not picking up the new runtime (and 
> is picking up a libobjc from a gcc install).  Where did you install it?

I have it at: /usr/local/lib/libobjc.so.4.6.  The 
build/CMakeFiles/CMakeOutput.log reports that clang was used for the build:

Compiler: /usr/local/bin/clang 
...
Compiler: /usr/local/bin/clang++

> On Ubuntu, we’ve had some issues here because the clang package depends on 
> gcc-objc (for no good reason), which pulls in the gcc runtime.  Force 
> uninstalling it helps.

I build and installed clang/llvm from source (I checked out the sources with 
svn, and then did mkdir build; cd build; cmake -G "Unix Makefiles" ../llvm; 
make; make install).  The install and tests went fine, but maybe something is 
off?  Please let me know if there's something I might be able to check.

Thanks,
 
David

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Discuss-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to