discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Trouble building base with clang


From: Philip George
Subject: Re: Trouble building base with clang
Date: Mon, 22 Oct 2018 13:54:59 -0400

Wolfgang,

I thought this looked wrong too, but since the instructions explicitly stated it this way I assumed that it was some peculiarity of GNUstep+clang.

I'll try it with LD=clang this evening.

Thanks.

Philip





On Mon, Oct 22, 2018 at 3:53 AM Wolfgang Lux <wolfgang.lux@gmail.com> wrote:


> Am 22.10.2018 um 00:46 schrieb Philip George <engineering@bamwu.com>:
>
> Here's the configure/make pair I used to kick off the libs-base build using clang:
>
> ./configure CC=clang CXX=clang++ LD=gcc
> make CC=clang CXX=clang++ LD=gcc messages=yes

I'm not sure if it's related to the build failure, but why are you asking for gcc as linker here? If you are using clang for builds, it would look more sane to me to use LD=clang.

Wolfgang


reply via email to

[Prev in Thread] Current Thread [Next in Thread]