automake
[Top][All Lists]
Advanced

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

Re: Can't include SQLite libs in compile


From: Diego Elio Pettenò
Subject: Re: Can't include SQLite libs in compile
Date: Fri, 20 Dec 2013 20:24:23 +0000

On Wed, Dec 18, 2013 at 10:55 PM, Jordan H. <address@hidden> wrote:

>     myprog_LDFLAGS = `pkg-config --libs sqlite3 gmodule-2.0`
>     myprog_LDFLAGS += -Wl,-export-dynamic
>

Don't use _LDFLAGS for libraries, it's broken and may not work depending on
your distribution's configuration of the toolchain.

Diego Elio Pettenò — Flameeyes
address@hidden — http://blog.flameeyes.eu/


reply via email to

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