DJGPP configure problems !
Pierre Muller
muller@cerbere.u-strasbg.fr
Thu Nov 4 07:02:00 GMT 1999
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
More information about the Gdb
mailing list