From owner-freebsd-alpha Fri Mar 23 5:49:44 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 602E737B71A for ; Fri, 23 Mar 2001 05:49:42 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id IAA23738; Fri, 23 Mar 2001 08:49:41 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.3/8.9.1) id f2NDnBc58418; Fri, 23 Mar 2001 08:49:11 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15035.21591.774448.336069@grasshopper.cs.duke.edu> Date: Fri, 23 Mar 2001 08:49:11 -0500 (EST) To: Christian Weisgerber Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: ccc vs. libtool In-Reply-To: <20010323043427.A81089@kemoauc.mips.inka.de> References: <998i08$voq$1@kemoauc.mips.inka.de> <15031.52686.93569.682683@grasshopper.cs.duke.edu> <15034.47993.790551.406568@grasshopper.cs.duke.edu> <20010323043427.A81089@kemoauc.mips.inka.de> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Christian Weisgerber writes: > Andrew Gallatin: > > > FWIW, to get imake working you need this patch: > > > +# ifdef __DECC > > + "-traditional", > > +# endif > > This should probably be "-std0". One would think so. However, this is actually an argument it uses when it invokes "cpp" (cc -E on FreeBSD) to preprocess Imakefiles. Since it is calling cc, it should use cc's syntax.. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message