From owner-freebsd-current Fri Sep 18 10:38:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA25963 for freebsd-current-outgoing; Fri, 18 Sep 1998 10:38:19 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA25939 for ; Fri, 18 Sep 1998 10:38:12 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id DAA24558; Sat, 19 Sep 1998 03:37:43 +1000 Date: Sat, 19 Sep 1998 03:37:43 +1000 From: Bruce Evans Message-Id: <199809181737.DAA24558@godzilla.zeta.org.au> To: current@FreeBSD.ORG, eivind@yes.no Subject: Re: Compiler temp files in /var/tmp?!? Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Subject: Compiler temp files in /var/tmp?!? Gcc prefers to use the following directories for temp files, in the following order: $TMPDIR (if set) $TMP (if set) $TEMPDIR (if set) P_tmpdir = "/var/tmp" (see tmpnam(3)) "/usr/tmp" "/tmp" so it does the wrong thing by default because P_tmpdir is not very tmp. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message