From owner-freebsd-stable Thu Jun 10 21: 9: 1 1999 Delivered-To: freebsd-stable@freebsd.org Received: from fw.bby.com.au (ns.bby.com.au [192.83.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 2907714F8D for ; Thu, 10 Jun 1999 21:08:54 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: (from daemon@localhost) by fw.bby.com.au (8.8.8/8.6.9) id OAA24688; Fri, 11 Jun 1999 14:08:50 +1000 (EST) Received: from lightning.itga.com.au(192.168.71.20) via SMTP by fw.bby.com.au, id smtpd024686; Fri Jun 11 04:08:43 1999 Received: from lightning (lightning [192.168.71.20]) by lightning.itga.com.au (8.9.1a/8.9.1) with ESMTP id OAA28510; Fri, 11 Jun 1999 14:08:42 +1000 (EST) Message-Id: <199906110408.OAA28510@lightning.itga.com.au> X-Mailer: exmh version 2.0.1 12/23/97 From: Gregory Bond To: mi@aldan.algebra.com Cc: ijliao@csie.nctu.edu.tw (Ying-Chieh Liao), stable@FreeBSD.ORG Subject: Re: more on t1lib In-reply-to: Your message of Thu, 10 Jun 1999 13:04:43 -0400. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 11 Jun 1999 14:08:41 +1000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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