[cfe-dev] clang 3.4 with ubuntu server 3.10 for objective-c 2 development?

Dmitri Gribenko gribozavr at gmail.com
Fri Mar 28 03:01:34 PDT 2014


On Fri, Mar 28, 2014 at 8:45 AM, Sylvestre Ledru <sylvestre at debian.org> wrote:
> On 28/03/2014 09:33, Ben Pope wrote:
>> Clang doesn't come with the libraries you're trying to use.  Get them
>> like so:
>>
>> sudo apt-get install gnustep gnustep-devel
> Do you think that should be a hard dependency of the Debian/Ubuntu
> package or a recommendation of the package ?

Hi Sylvestre,

'Suggests' or 'recommends' would be fine, but please don't make it a
hard dependency.  A lot of Linux users don't use Clang for
Objective-C, and requiring them to install gnustep (does it pull in
Xorg as well?) would be causing unnecessary trouble.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/



More information about the cfe-dev mailing list