This is the mail archive of the gdb@sourceware.cygnus.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]

DJGPP configure problems !



  I am trying to compile the latest GDB snapshot using
DJGPP v2.02.

  I had several problems :

  first the configure sets 
  ENABLE_NLS in config.h 
even if I have no libintl.h available !!
If I undefine  this macro all seems to work correctly !
(I saw there is a --disable-nls command but I still find this behavior
strange !)

The compilation  of gdb/event-loop.c fails
becasue  fd_mask type is not defined !

 Here again adding  #define NO_FD_SET 1 
solved the problem but this should also be 
generated by  configure, no?

  There is a bug in ylwrap that makes it consider that
e:/cvs is a relative directory !

  One last problem is the y.tab.c file !
DJGPP bison  uses y_tab.c instead !
Couldn't this be checked by  configure script
and modified with 
  Makefile.in
  Y_TAB_C=@y_tab_c@
(I didn't understand yet completely how this stuff works,
I suppose its a sed script that makes the changes from 
Makefile.in to Makefile, no ?)


Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller@ics.u-strasbg.fr
Phone : (33)-3-88-41-40-07  Fax : (33)-3-88-41-40-99

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