Re: Re: Can't configure gdb-5.3 for sparc64-linux: Could not find a term library
Christian Jönsson <[email protected]>
| Newsgroups | gmane.linux.aurora.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jan 29, 2003 at 10:28:52PM +0100, T. Ribbrock wrote: > On Wed, Jan 29, 2003 at 08:49:08PM +0100, Christian Jönsson wrote: > > This was on a Aurora SPARC Linux 1.0 (Ansel) Ultra1 sun4u system with > > these packages: > [...] > > When trying to configure gdb-5.3 (to hunt down PR c++/8183) for > > sparc64-linux, I get this error: > > > > . > > . > > . > > checking compiler warning flags... -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized > > checking for cygwin... no > > checking for tgetent in -lncurses... (cached) no > > checking for tgetent in -lHcurses... no > > checking for tgetent in -ltermlib... no > > checking for tgetent in -ltermcap... (cached) no > > checking for tgetent in -lcurses... (cached) no > > checking for tgetent in -lterminfo... no > > configure: error: Could not find a term library > > Configure in /usr/local/src/gcc-binutils/branch/objdir-gdb-5.3/gdb failed, exiting. > > > > > > but ncurses and termcap is installed... > > > > ncurses-5.2-26 > > ncurses-devel-5.2-26 > > libtermcap-2.0.8-28 > > libtermcap-devel-2.0.8-28 > > termcap-11.0.1-10 > > Well, my guess: Those libs are installed as 32bit and you're probably > trying to compile 64 bit (or did you use the "sparc32" warpper) - in > which case those libraries (i.e. the 64bit versions) are indeed not > installed. right, that's what I want to do, and that's how I understand it also, i.e., for 64-bit userland. I guess I'll have to compile a 64-bit userland ncurses myself, or, can I recompile and relocate to /lib64 etc the ncurses src.rpm to have a 64-bit variant installed also? Or, even better, can I recompile ncurses multilibbed abd have both a 32-bit and 64-bit userland variants installed in two binary sparc/sparc64 rpm packages? Cheers, /ChJ