This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

970904 signal 6 in compile


Hi.

Trying to compile mutt-0.81's rfc1524.c, I get signal 6 with 970904 and
also whichever was 2.90.01.  Compiles fine with 2.7.2.1.

uname -a:
  Linux craie 2.0.30 #10 Wed Jun 4 07:15:04 CDT 1997 i586

gcc -v:
  Reading specs from /usr/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.90.05/specs
  gcc version egcs-2.90.05 970904 (gcc2-970802 experimental)

Commandline:
  gcc -save-temps -Wall -pedantic -O2 -DSHAREDIR=\"/usr/local/share\"
  -I. -I.    -c rfc1524.c

BTW, 970904 installed in /usr/local, which wasn't really what I wanted
... especially since the installed gcc driver seemed to expect
/usr/lib/gcc-lib/i586-pc-linux-gnulibc1/2.90.05/* for the programs
it executed.

This is possibly my fault.  What I did was this:
	./configure; make
at toplevel, then cd'd to gcc and did a
	./configure
	make && make stage1
	# stage 2 and 3 too
	make compare
and then returned to toplevel to
	make install
I guess top-level install decided on PREFIX=/usr/local, gcc decided on
PREFIX=/usr, and then was overriden by top-level install.  I guess I
won't do _that_ again.

Jeff
-- 
\/ jepler@inetnebr.com http://www.infidels.org/ (0|1(01*0)*1)+
The moss on the tree does not fear the talons of the hawk.

rfc1524.i.gz


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