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....@gmail.com> wrote:

>
>
> > Am 22.10.2018 um 00:46 schrieb Philip George <engineer...@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
>
>
_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to