This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GDB 6.5: LDFLAGS not passing through to subdirectory configure's.


The reasons is that in gdb-6.5/Makefile.in, you have this:

  LDFLAGS =

instead of

  LDFLAGS = @LDFLAGS@

Why?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]