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]

Re: gdb/gnulib problems with BSD operating systems


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

Just a shot in the dark, have you tried:

    % make MAKE=gmake

?

I tried "MAKE=gmake [...]/configure" and got the same result, and
I haven't looked at why. Probably something in gnulib's configury.
But if the above doesn't work, as a last resort, you could create
a link from gmake to make somewhere in your home, and add that to
the front of your PATH.

-- 
Joel


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