[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libobjc is never buildable with Clang.
From: |
Adam Fedor |
Subject: |
Re: libobjc is never buildable with Clang. |
Date: |
Sat, 21 Dec 2013 18:37:06 -0700 |
On Dec 21, 2013, at 5:20 PM, Kevin Ingwersen <ingwie2000@googlemail.com> wrote:
> Hello!
>
> First, the error:
>
> Ingwie@ingwies-air ~/Downloads/gnustep-startup-0.30.0/sources/libobjc $ make
> This is gnustep-make 2.6.5. Type 'make print-gnustep-make-help' for help.
> echo "" > tmp-runtime
> echo "/* This file is automatically generated */" > runtime-info.h
> `gcc -print-prog-name=cc1obj` -print-objc-runtime-info tmp-runtime >>
> runtime-info.h
> /bin/sh: cc1obj: command not found
> make: *** [runtime-info.h] Error 127
> make: *** Deleting file `runtime-info.h’
>
> Reason: clang does not support this option. I don’t know why, but it just
> does not. And so doesn’t it support '-print-objc-runtime-info‘.
>
> Is there a work around? Otherwise, I am just going to add GCC to the
> installation I just created.
>
The workaround is to use libobjc2. It's not packaged with startup yet, but you
can get it separately.
signature.asc
Description: Message signed with OpenPGP using GPGMail
- libobjc is never buildable with Clang., Kevin Ingwersen, 2013/12/21
- Re: libobjc is never buildable with Clang.,
Adam Fedor <=
- Re: libobjc is never buildable with Clang., Kevin Ingwersen, 2013/12/21
- Re: libobjc is never buildable with Clang., Adam Fedor, 2013/12/21
- Re: libobjc is never buildable with Clang., Kevin Ingwersen, 2013/12/21
- Re: libobjc is never buildable with Clang., Kevin Ingwersen, 2013/12/21
- Re: libobjc is never buildable with Clang., Kevin Ingwersen, 2013/12/21
- Re: libobjc is never buildable with Clang., Adam Fedor, 2013/12/21
- Re: libobjc is never buildable with Clang., David Chisnall, 2013/12/22
Re: libobjc is never buildable with Clang., David Chisnall, 2013/12/22