Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 1999 14:08:41 +1000
From:      Gregory Bond <gnb@itga.com.au>
To:        mi@aldan.algebra.com
Cc:        ijliao@csie.nctu.edu.tw (Ying-Chieh Liao), stable@FreeBSD.ORG
Subject:   Re: more on t1lib 
Message-ID:  <199906110408.OAA28510@lightning.itga.com.au>
In-Reply-To: Your message of Thu, 10 Jun 1999 13:04:43 -0400.

next in thread | raw e-mail | index | archive | help
It looks like a bug in the cc driver in the handling of -pipe and .s 
files on the command line:
	hellcat$ touch t1.s
	hellcat$ cc -v -pipe -c t1.s
	gcc version 2.7.2.1
	 /usr/libexec/elf/as -v -o t1.o t1.s -
	GNU assembler version 2.9.1 (i386-unknown-freebsdelf), using BFD version 2.9.1

This hangs until I type ^D.  Note the extra "-" arg to the assembler.

I assume this will fail on all 3.x releases.  I also assume this doesn't fail
on 4.x which uses a newer gcc version (if my experiments with the egcs port on
3.x are to be believed).  This indicates another workaround might be to use
egcs rather than the system compiler for this port.

I've send-pr's this.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906110408.OAA28510>