Subject: Re: Is gcc slow? Or is our gcc slow?
To: Chris G Demetriou <Chris_G_Demetriou@UX2.SP.CS.CMU.EDU>
From: None <mika@cs.caltech.edu>
List: current-users
Date: 04/09/1996 05:39:52
Chris G Demetriou writes:
[...]
>(Actually, that won't really work, because, for some INCREDIBLY
>BONE-HEADED REASON, gcc puts its temporary files in /var/tmp...
>However, other things i've proposed, e.g. my /etc/mk.conf PR, would
>allow you to easily add -pipe to your system compiler flags, if you
>want it...)
>
>
>cgd

(82)french-horn:/var/tmp/sys/arch/i386/compile/PENTAMATIC>make
making sure the kern library is up to date...
`libkern.o' is up to date.
making sure the compat library is up to date...
`libcompat.a' is up to date.
sh ../../../../conf/newvers.sh
cc -g -O2 -Werror -I. -I../../../../arch -I../../../.. -DI386_CPU -DI486_CPU -DI586_CPU -DMATH_EMULATE -DXSERVER -DUCONSOLE -DINSECURE -DMACHINE_NONCONTIG -DTIMEZONE="0" -DDST="0" -DSWAPPAGER -DVNODEPAGER -DDEVPAGER -DDIAGNOSTIC -DKTRACE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DCOMPAT_NOMID -DCOMPAT_09 -DCOMPAT_10 -DCOMPAT_43 -DTCP_COMPAT_42 -DCOMPAT_LINUX -DCOMPAT_FREEBSD -DUSER_LDT -DLKM -DFFS -DLFS -DMFS -DNFSCLIENT -DNFSSERVER -DCD9660 -DMSDOSFS -DFDESC -DFIFO -DKERNFS -DNULLFS -DPORTAL -DPROCFS -DUMAPFS -DUNION -DINET -DGENERIC -D_KERNEL -Di386  -c vers.c
^Z
Suspended
(83)french-horn:/var/tmp/sys/arch/i386/compile/PENTAMATIC>ls /var/tmp/cc*
/var/tmp/cc001196.i
(84)french-horn:/var/tmp/sys/arch/i386/compile/PENTAMATIC>kill %1

[1]    Exit 15                       make
(85)french-horn:/var/tmp/sys/arch/i386/compile/PENTAMATIC>setenv TMPDIR /tmp
(87)french-horn:/var/tmp/sys/arch/i386/compile/PENTAMATIC>make
making sure the kern library is up to date...
`libkern.o' is up to date.
making sure the compat library is up to date...
`libcompat.a' is up to date.
sh ../../../../conf/newvers.sh
cc -g -O2 -Werror -I. -I../../../../arch -I../../../.. -DI386_CPU -DI486_CPU -DI586_CPU -DMATH_EMULATE -DXSERVER -DUCONSOLE -DINSECURE -DMACHINE_NONCONTIG -DTIMEZONE="0" -DDST="0" -DSWAPPAGER -DVNODEPAGER -DDEVPAGER -DDIAGNOSTIC -DKTRACE -DSYSVMSG -DSYSVSEM -DSYSVSHM -DCOMPAT_NOMID -DCOMPAT_09 -DCOMPAT_10 -DCOMPAT_43 -DTCP_COMPAT_42 -DCOMPAT_LINUX -DCOMPAT_FREEBSD -DUSER_LDT -DLKM -DFFS -DLFS -DMFS -DNFSCLIENT -DNFSSERVER -DCD9660 -DMSDOSFS -DFDESC -DFIFO -DKERNFS -DNULLFS -DPORTAL -DPROCFS -DUMAPFS -DUNION -DINET -DGENERIC -D_KERNEL -Di386  -c vers.c
^Z
Suspended
(88)french-horn:/var/tmp/sys/arch/i386/compile/PENTAMATIC>ls -l /tmp/cc*
-rw-r--r--  1 mika  wheel  273 Apr  9 05:33 /tmp/cc001244.i