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]

problems installing gdb 6.0


Dear sirs, 
I have problems installing gdb 6.0 on sun solaris 2.7 and am not sure whether 
there is a bug.

First I did 'configure --prefix=/mypath/' without probblems.
Then I did make (gnu-make). It run for a while, the it said:

gcc -c -DHAVE_CONFIG_H  -I/systools/include -I. -I. -DRL_LIBRARY_VERSION='"4.3"'
 -g -O2 vi_mode.c
vi_mode.c: In function `rl_vi_append_mode':
vi_mode.c:556: `MB_CUR_MAX' undeclared (first use in this function)
vi_mode.c:556: (Each undeclared identifier is reported only once
vi_mode.c:556: for each function it appears in.)
vi_mode.c: In function `rl_vi_change_case':
vi_mode.c:732: `MB_CUR_MAX' undeclared (first use in this function)
vi_mode.c: In function `rl_vi_check':
vi_mode.c:781: `MB_CUR_MAX' undeclared (first use in this function)
vi_mode.c: In function `rl_vi_delete':
vi_mode.c:1065: `MB_CUR_MAX' undeclared (first use in this function)
vi_mode.c: In function `rl_vi_match':
vi_mode.c:1168: `MB_CUR_MAX' undeclared (first use in this function)
vi_mode.c: In function `rl_vi_change_char':
vi_mode.c:1294: `MB_CUR_MAX' undeclared (first use in this function)
*** Error code 1
make: Fatal error: Command failed for target `vi_mode.o'
Current working directory /disk-b/hiller/gdb-6.0/readline
*** Error code 1
make: Fatal error: Command failed for target `all-readline'


Did I make a mistake and how can I fix it?

Kind regards and thank you for your help, ulrich hiller

Ulrich Hiller
Max-Planck-Institut fuer Astronomie
Koenigstuhl 17
69117 Heidelberg
Germany
phone +49 6221 528238
fax +49 6221 528246
email hiller@mpia.de



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