* GDB 6.5: LDFLAGS not passing through to subdirectory configure's.
@ 2006-10-24 20:58 Kaz Kylheku
2006-10-24 21:07 ` Marc Kleine-Budde
0 siblings, 1 reply; 2+ messages in thread
From: Kaz Kylheku @ 2006-10-24 20:58 UTC (permalink / raw)
To: gdb
The reasons is that in gdb-6.5/Makefile.in, you have this:
LDFLAGS =
instead of
LDFLAGS = @LDFLAGS@
Why?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: GDB 6.5: LDFLAGS not passing through to subdirectory configure's.
2006-10-24 20:58 GDB 6.5: LDFLAGS not passing through to subdirectory configure's Kaz Kylheku
@ 2006-10-24 21:07 ` Marc Kleine-Budde
0 siblings, 0 replies; 2+ messages in thread
From: Marc Kleine-Budde @ 2006-10-24 21:07 UTC (permalink / raw)
To: Kaz Kylheku; +Cc: gdb
Kaz Kylheku wrote:
> The reasons is that in gdb-6.5/Makefile.in, you have this:
> LDFLAGS =
> instead of
> LDFLAGS = @LDFLAGS@
I've noticed that too and filled out a bugreport. It's PR2175.
Marc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-10-24 21:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-24 20:58 GDB 6.5: LDFLAGS not passing through to subdirectory configure's Kaz Kylheku
2006-10-24 21:07 ` Marc Kleine-Budde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox