This is the mail archive of the gdb@sources.redhat.com 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: compile error on solaris 8 and 2.6


Scratch that...it's --disable-tui not --without-tui.  So now thats its
compiling, what is the impact of disabling tui.  What will I not be able
to use w/in gdb now that I have disabled tui?

Drew

On Wed, 2004-10-20 at 15:43, Andrew Hall wrote:
> Thanks for all the suggestions.  I have tried using --without-tui and I
> still get the same error.   Any idea why it would be still trying to
> link against tui when I use --without-tui in my configure step?
> 
> Drew
> 
> 
> On Wed, 2004-10-20 at 14:29, Michael Chastain wrote:
> > Joel Brobecker <brobecker@gnat.com> wrote:
> > > I don't
> > > know if it's possible to make it work or not (I think Michael Chastain
> > > tried on Tru64), but you could try by adding -I/path/to/ncurses/include
> > > to your CFLAGS (make CFLAGS='-g -O2 -I/blablabla).
> > 
> > I tried this on native alphaev68-dec-osf5.1 with gdb 6.2.1:
> > 
> >     CPPFLAGS="-I$MIGCHAIN_DIR_INSTALL/host/ncurses-5.4/include"
> >     export CPPFLAGS
> >     LDFLAGS="-L$MIGCHAIN_DIR_INSTALL/host/ncurses-5.4/lib"
> >     export LDFLAGS
> > 
> > It didn't work, though.  The CPPFLAGS/LDFLAGS did not propagate
> > all the way down.  I haven't looked further than that.
> > 
> > Michael
> 


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