bug-ncurses
[Top][All Lists]
Advanced

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

unset ACTUAL_LDFLAGS in Ada binding configuration


From: Nicolas Boulenguez
Subject: unset ACTUAL_LDFLAGS in Ada binding configuration
Date: Mon, 14 Sep 2015 19:43:11 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

Hello.

When compiling AdaCurses-20150808 on Debian unstable, "./configure"
warns that the @ADAGEN_LDFLAGS@ substitution is undefined.  then
"make" fails, complaining that file @ADAGEN_LDFLAGS@ does not exist.

gen/Makefile.in contains:
 89: ACTUAL_LDFLAGS  = @ADAGEN_LDFLAGS@
163: @ECHO_LD@ $(LINK) $(CFLAGS_NORMAL) gen.o $(ACTUAL_LDFLAGS) -o $@
and grep finds no other occurrence of ADAGEN_LDFLAGS or
ACTUAL_LDFLAGS.

However, I can build the package by enforcing
"ACTUAL_LDFLAGS=$LDFLAGS" on the "make" command line.

Please CC me, I am not reading the list.
Thanks.



reply via email to

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