public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* gdb/gnulib problems with BSD operating systems
@ 2012-03-29 14:27 Pierre Muller
  2012-03-29 16:21 ` Joel Brobecker
  0 siblings, 1 reply; 11+ messages in thread
From: Pierre Muller @ 2012-03-29 14:27 UTC (permalink / raw)
  To: gdb

  I tried to compile gdb (7.4 release and current CVS)
on openbsd/netbsd/freebsd systems 
(with i386 cpus, but this is probably not relevant). 
  I get into the same problem for all three systems:
gmake all-gdb
fails in
build/gdb/gnulib
This seems to come from the fact that
build/gdb/gnulib/Makefile
contains a line with
MAKE = make
so that despite being calls from gmake,
it calls BSD style make executable
that doesn't know how to handle some GNU specific stuff.

  Changing the line in
build/gdb/gnulib/Makefile
to
MAKE = gmake
is enough to allow me to complete compilation of GDB
successfully, but I was wondering if there is not some
error somewhere.

I tried to do a global configure for which I added
an explicit
../src/configure MAKE=gmake
but even this wasn't able to get the correct value into
build/gdb/gnulib/Makefile

  Is this an error in the configure script of GDB,
or should I specify which make I intent to use
differently?


Pierre Muller
GDB pascal language maintainer


^ permalink raw reply	[flat|nested] 11+ messages in thread
[parent not found: <32726.6318876811$1333031278@news.gmane.org>]

end of thread, other threads:[~2012-04-10 15:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-29 14:27 gdb/gnulib problems with BSD operating systems Pierre Muller
2012-03-29 16:21 ` Joel Brobecker
     [not found] <32726.6318876811$1333031278@news.gmane.org>
2012-03-30 20:35 ` Tom Tromey
2012-03-30 21:35   ` Joel Brobecker
2012-03-30 22:07     ` Joel Brobecker
2012-03-31 12:08       ` Pierre Muller
2012-03-31 18:17         ` Pierre Muller
     [not found]         ` <24504.7532058836$1333217860@news.gmane.org>
2012-04-02 14:18           ` Tom Tromey
2012-04-05  9:44             ` Pierre Muller
2012-04-10 15:05               ` Joel Brobecker
     [not found]       ` <37068.5830399909$1333195740@news.gmane.org>
2012-04-02 14:17         ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).