This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: /tmp full
- From: Alexy Khrabrov <alexy dot khrabrov at setup dot org>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 2 Jul 2003 13:56:36 -0400
- Subject: Re: /tmp full
- References: <20030701235353.A2219@pdb-pc-6.rutgers.edu>
And when /tmp is not full, giving --tmpdir to top-level configure
works, but libiberty has no such option and configure freaks out.
Also, the native cc may have no -ftmpdir option, and that fails too.
Overall, usaage of TMPDIR environment variable fails, even though
AIX cc recognizes it properly. When /tmp is full, configure can't
create here-documents and fails. It's very instructive to fill up
/tmp and see what configure does.
Cheers,
Alexy