|
From: | Thomas Jahns |
Subject: | bug#32737: generated LDFLAGS order incorrect |
Date: | Mon, 17 Sep 2018 10:29:33 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
On 09/14/18 22:06, A.Timmermans wrote:
incorrect, does not compile: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
I'm pretty confident that's the correct way to specify this. Can you provide an example of what exactly is going wrong? A typical error is to erroneously put libraries in LDFLAGS instead of LIBS.
Regards, Thomas
[Prev in Thread] | Current Thread | [Next in Thread] |