Re: Compilation Failure for gdb 5.2

2002-11-07 Thread Gerhard Tonn
Mark, could you send me the config.log file or the output of the configure command. I think the compile problem is somehow related to the configure results. Gerhard

Re: Compilation Failure for gdb 5.2

2002-11-07 Thread Post, Mark K
./opcodes/config.log ./readline/config.log ./sim/config.log ./intl/config.log ./etc/config.log Mark Post -Original Message- From: Gerhard Tonn [mailto:GerhardTonn;ONLINEHOME.DE] Sent: Thursday, November 07, 2002 1:22 PM To: [EMAIL PROTECTED] Subject: Re: Compilation Failure for gdb 5.2

Compilation Failure for gdb 5.2

2002-11-06 Thread Post, Mark K
I'm trying to compile gdb 5.2 with gcc 2.95.3, glibc 2.1.3, and I'm getting the following error: gcc -c -g -O2-I. -I. -I./config -DHAVE_CONFIG_H -I./../include/opcode -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../intl -I./../intl -DMI_OUT=1 -DUI_OUT=1 -Wimplicit -Wreturn-type

Re: Compilation Failure for gdb 5.2

2002-11-06 Thread Jochen Röhrig
On Wed, Nov 06, 2002 at 04:15:52PM -0500, Post, Mark K wrote: I'm trying to compile gdb 5.2 with gcc 2.95.3, glibc 2.1.3, and I'm getting the following error: There are known problems with compiling gdb 5.2 on Linux/390 which should be fixed in gdb 5.2.1. Maybe hust give it a try ... Jochen

Re: Compilation Failure for gdb 5.2

2002-11-06 Thread Ulrich Weigand
Mark Post wrote: I'm trying to compile gdb 5.2 [...] Please don't; use gdb 5.2.1 instead (ideally with the developerWorks patch). gdb 5.2 is known not to build out-of-the-box on s390. Bye, Ulrich -- Dr. Ulrich Weigand [EMAIL PROTECTED]

Re: Compilation Failure for gdb 5.2

2002-11-06 Thread Post, Mark K
: Compilation Failure for gdb 5.2 On Wed, Nov 06, 2002 at 04:15:52PM -0500, Post, Mark K wrote: I'm trying to compile gdb 5.2 with gcc 2.95.3, glibc 2.1.3, and I'm getting the following error: There are known problems with compiling gdb 5.2 on Linux/390 which should be fixed in gdb 5.2.1. Maybe