GNU bug report logs - #32737
generated LDFLAGS order incorrect

Previous Next

Package: automake;

Reported by: "A.Timmermans" <atimmerma <at> gmail.com>

Date: Fri, 14 Sep 2018 20:22:02 UTC

Severity: normal

Done: Karl Berry <karl <at> freefriends.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32737 in the body.
You can then email your comments to 32737 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-automake <at> gnu.org:
bug#32737; Package automake. (Fri, 14 Sep 2018 20:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "A.Timmermans" <atimmerma <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-automake <at> gnu.org. (Fri, 14 Sep 2018 20:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "A.Timmermans" <atimmerma <at> gmail.com>
To: bug-automake <at> gnu.org
Subject: generated LDFLAGS order incorrect
Date: Fri, 14 Sep 2018 22:06:29 +0200
incorrect, does not compile:

LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@

CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@

correct, compiles:

LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS)  -o $@ $(AM_LDFLAGS) $(LDFLAGS)

CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) -o $@ $(AM_LDFLAGS) 
$(LDFLAGS)

in versions:

automake --version
automake (GNU automake) 1.15.1

aclocal --version
aclocal (GNU automake) 1.15.1

autoconf --version
autoconf (GNU Autoconf) 2.69

cc --version
cc (Ubuntu/Linaro 7.3.0-16ubuntu3) 7.3.0

gcc --version
gcc (Ubuntu/Linaro 7.3.0-16ubuntu3) 7.3.0

g++ --version
g++ (Ubuntu/Linaro 7.3.0-16ubuntu3) 7.3.0


KR,

A.Timmermans







Information forwarded to bug-automake <at> gnu.org:
bug#32737; Package automake. (Mon, 17 Sep 2018 08:39:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Thomas Jahns <jahns <at> dkrz.de>
To: bug-automake <at> gnu.org
Subject: Re: bug#32737: generated LDFLAGS order incorrect
Date: Mon, 17 Sep 2018 10:29:33 +0200
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




Information forwarded to bug-automake <at> gnu.org:
bug#32737; Package automake. (Mon, 17 Sep 2018 20:52:02 GMT) Full text and rfc822 format available.

Message #11 received at 32737 <at> debbugs.gnu.org (full text, mbox):

From: "A.Timmermans" <atimmerma <at> gmail.com>
To: 32737 <at> debbugs.gnu.org
Subject: Re: Re: bug#32737: generated LDFLAGS order incorrect
Date: Mon, 17 Sep 2018 22:50:52 +0200
Thank you for your reply and your help, you are correct!
This bugreport can be closed.

KR,
A.Timmermans




Reply sent to Karl Berry <karl <at> freefriends.org>:
You have taken responsibility. (Thu, 02 Nov 2023 22:43:02 GMT) Full text and rfc822 format available.

Notification sent to "A.Timmermans" <atimmerma <at> gmail.com>:
bug acknowledged by developer. (Thu, 02 Nov 2023 22:43:02 GMT) Full text and rfc822 format available.

Message #16 received at 32737-done <at> debbugs.gnu.org (full text, mbox):

From: Karl Berry <karl <at> freefriends.org>
To: 32737-done <at> debbugs.gnu.org
Subject: Re: bug#32737: generated LDFLAGS order incorrect
Date: Thu, 2 Nov 2023 16:41:38 -0600



bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 01 Dec 2023 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 145 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.