Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 1998 03:37:43 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        current@FreeBSD.ORG, eivind@yes.no
Subject:   Re: Compiler temp files in /var/tmp?!?
Message-ID:  <199809181737.DAA24558@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809181737.DAA24558>