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 with gdb 5.1.1 on alpha...


Hello again,

Joel Brobecker helps me a lot, and I appreciate this generous support.
Thanks a lot

He suggest that I post all the information required for reproducing my problem.
I hope that I haven't miss anything. Feel free to ask for more information.

---------------- The context:
alpha server, Tru64 Unix v50.A
gcc version 3.0.4 (I build it few days ago, and used it a lot since)
gdb version 5.1.1

----------------- I have logged the trace of:
the configure (trace_configure)
the make (trace_make)
the run (trace_run)
  They are accessible at: ftp://ftp.supelec.fr/pub/cs/misc/trace*.gz
(they are pretty big, and can be interesting, since the make displays
strange warnings)

-------------- the program:
#include <stdio.h>
#include <stdlib.h>
int main() {
	printf ("hello, world\n");
	return 0;
}
// I know, I forgot comments !! :-)

Thanks for any help
Best regards
-- 
______________________________________________________________
| Henri Delebecque                        delebecq@supelec.fr |
| Webmaster                                                   |
| Supelec                          Tel (33)  01.69.85.14.91   |
| 3 rue Joliot-Curie                                          |
| Plateau de Moulon                 Fax:(33) 01.69.85.12.34   |
| 91190 Gif sur Yvette                                        |
| FRANCE                                                      |
|_____________________________________________________________|


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