bug-gdb
[Top][All Lists]
Advanced

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

Re: gdb5.0 make errors


From: Peter.Schauer
Subject: Re: gdb5.0 make errors
Date: Fri, 15 Dec 2000 8:27:55 MET

This will be fixed in the next version of GDB.

configure is failing to detect the presence of curses.h on
Solaris 2.7 and 2.8.

As a workaround, change

/* #undef HAVE_CURSES_H */

to

#define HAVE_CURSES_H 1

in gdb/config.h after configuring.

> I get a fatal error when I attempt to make after a successful configure.
> The steps I followed were:
> 1) Downloaded gdb5.0 from ftp.gnu.org
> 2) Upacked it in /dmp/download (gzcat gdb-5.0.tar.gz|tar xf -)
> 3) cd /dmp/download/gdb5.0
> 4) ./configure (I'm running Solaris 8 on an i386 PC)
> 5) make
> A series of errors occur while working on /usr/include/term.h, then it fails 
> with a utils.o error 1 followed by a [all-gdb] Error 2, then it dies.
> 
> I've looked at term.h and it looks ok. Any ideas?

-- 
Peter Schauer                   address@hidden



reply via email to

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