[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep and SQLite3
From: |
Ivan Vučica |
Subject: |
Re: GNUstep and SQLite3 |
Date: |
Tue, 5 Jun 2018 19:33:19 +0100 |
> On 5 Jun 2018, at 18:39, Wolfgang Lux <wolfgang.lux@gmail.com> wrote:
>
>
>> Am 05.06.2018 um 14:48 schrieb Andreas Höschler <ahoesch@smartsoft.de>:
>>
>> I am stuck! Any idea whatI am doing wrong and how to get this working?
>
> Add -lsqlite3 to FirstAccess_TOOL_LIBS. :-)
> BTW, you should also add the other -l options to FirstAccess_TOOL_LIBS and
> not to _LIB_DIRS, which is intended to be used for -L options. This has a
> better chance of getting the order of flags right on systems where it matters.
This doesn’t fully explain the latter attempt when manually invoking gcc (which
is probably clang).