From owner-freebsd-alpha Wed Jun 6 11:25:36 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from schottky.phys.ksu.edu (schottky.phys.ksu.edu [129.130.5.45]) by hub.freebsd.org (Postfix) with SMTP id 347E937B407 for ; Wed, 6 Jun 2001 11:25:32 -0700 (PDT) (envelope-from chriss@phys.ksu.edu) Received: (qmail 2724 invoked by uid 962); 6 Jun 2001 18:25:30 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 6 Jun 2001 18:25:30 -0000 Date: Wed, 6 Jun 2001 13:25:30 -0500 (CDT) From: Chris Casey To: David O'Brien Cc: alpha@freebsd.org Subject: Re: ccc In-Reply-To: <20010606092327.C96129@dragon.nuxi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Here is what I get with devtools in: /usr/bin/ccc -c -O3 -I. -I../src/headers -I../src/language -I/usr/include -o gp.o ../src/gp/gp.c cc: Error: /usr/include/libio.h, line 363: Ill-formed parameter type list. (parmtyplist) extern int _IO_vfscanf __P ((_IO_FILE * __restrict, const char * __restrict, -----------------------^ cc: Error: /usr/include/libio.h, line 365: Ill-formed parameter type list. (parmtyplist) extern int _IO_vfprintf __P ((_IO_FILE *__restrict, const char *__restrict, ------------------------^ *snip* All the errors are from *.h files in /compat/linux/usr/include here is without: /usr/bin/ccc -c -O3 -I. -I../src/headers -I../src/language -I/usr/include -o gp.o ../src/gp/gp.c /usr/bin/ccc -c -O3 -I. -I../src/headers -I../src/graph -o gp_init.o ../src/gp/gp_init.c *snip* all happy So this is where I'm stuck. Wheter or not this helps anything I dont know. Thanks for all the help On Wed, 6 Jun 2001, David O'Brien wrote: > So either `ccc' is somehow > finding the `ld' or `cpp' in the [Linux] path, or there is a another tool > `ccc' uses that I need to replace(symlink) with the FreeBSD version. > -- David (obrien@FreeBSD.org) > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message > Chris Casey Unix System Administrator KSU Physics Department (785) 532-6810 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message