> On 16 Jan 2019, at 15:37, David Chisnall wrote:
>
> On 16/01/2019 10:40, Andreas Fink wrote:
>> cd libobjc2
>> mkdir Build
>> cd Build
>> cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_STATIC_LIBOBJC=1
>> -DCMAKE_C_COMPILER=${CC} -DCMAKE_CXX_COMPILER=${CXX} -DTESTS=OFF
>> make -j8
>>
On 16/01/2019 10:40, Andreas Fink wrote:
cd libobjc2
mkdir Build
cd Build
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_STATIC_LIBOBJC=1
-DCMAKE_C_COMPILER=${CC} -DCMAKE_CXX_COMPILER=${CXX} -DTESTS=OFF
make -j8
make install
cd ..
ldconfig
Two things here:
1. If things aren't working
> On 11 Jan 2019, at 23:47, Sergii Stoian wrote:
>
> Hi Andreas,
>
> I've played a little with new release and I guess I know what the cause of a
> problem. Sometimes gnustep-make adds `-fobjc-runtime=gcc` to the ObjC
> compiler options.
> Check your config.log if test compiles with this fla