From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toon Moene To: "Harvey J. Stein" Cc: egcs@cygnus.com Subject: Re: egcs-1.0 alphaev56-unknown-linux-gnulibc1 test results Date: Tue, 09 Dec 1997 14:34:00 -0000 Message-id: <9712092233.AA02622@moene.indiv.nluug.nl> References: <199712091711.TAA10227@blinky.bfr.co.il> X-SW-Source: 1997-12/msg00553.html > Successfully built on linux alpha (Redhat 4.2), > alphaev56-unknown-linux-gnulibc1, *after* removing the > f subdirectory so as to avoid trying to build the fortran > compiler (because it fails). I have miscellaneous gcc > & kernel patches installed. Fascinating - it works for me (system type alphaev5-unknown-linux-gnulibc1 :-) > GOOD WORK! No doubt about that ... > Configuration: > ../egcs-1.0/configure --prefix=/usr/local/egcs > --enable-haifa I just did a ./configure --prefix=$HOME It dies, however, on the following (Fortran code): namelist/junk/a,b,c a=1.234 b=5.678 c=-123.456 write(10,junk) stop end (using g77 -ggdb -v namelist.f): [burley@zazo burley]$ gdb a.out GDB is free software and you are welcome to distribute copies of it under certain conditions; type "show copying" to see the conditions. There is absolutely no warranty for GDB; type "show warranty" for details. GDB 4.16 (alpha-unknown-linux), Copyright 1996 Free Software Foundation, Inc... (gdb) run Starting program: /part2/burley/a.out Program received signal SIGSEGV, Segmentation fault. 0x120005488 in x_wsne (a=0x400000004) at xwsne.c:59 59 size = f__typesize[type]; (gdb) bt #0 0x120005488 in x_wsne (a=0x400000004) at xwsne.c:59 #1 0x12000527c in s_wsne (a=0x12010eb58) at wsne.c:24 #2 0x12000343c in MAIN__ () at namelist.f:7 #3 0x1200036dc in main (argc=4, argv=0x3d) at main.c:128 (gdb) p type $1 = 536926040 (gdb) Hope someone can use this information. Cheers, Toon.