gnustep-dev
[Top][All Lists]
Advanced

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

Re: base / libobjc2 link issues on FreeBSD 12


From: David Chisnall
Subject: Re: base / libobjc2 link issues on FreeBSD 12
Date: Thu, 20 Feb 2020 13:26:27 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 20/02/2020 11:01, Riccardo Mottola wrote:
cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang -DCMAKE_ASM_COMPILER=clang -DCMAKE_ASM_FLAGS=-c

clang++ is a C++ compiler, clang is a C compiler, so your CMAKE_CXX_COMPILER value looks wrong. Clang is the default compiler on FreeBSD, so these seem redundant (I don't know why you are adding -c to ASM flags either). I don't know if the system clang on FreeBSD 12 is sufficiently new, the package uses clang80.

David




reply via email to

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