Date: Wed, 6 Jun 2001 13:25:30 -0500 (CDT) From: Chris Casey <chriss@phys.ksu.edu> To: David O'Brien <obrien@freebsd.org> Cc: alpha@freebsd.org Subject: Re: ccc Message-ID: <Pine.SOL.3.96L.1010606130539.537F-100000@schottky.phys.ksu.edu> In-Reply-To: <20010606092327.C96129@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.96L.1010606130539.537F-100000>