Hi, you can always use the TMPDIR environment variable to point somewhere else, from the gcc manpage: TMPDIR If TMPDIR is set, it specifies the directory to use for temporary files. GCC uses temporary files to hold the output of one stage of compilation which is to be used as input to the next stage: for example, the output of the preprocessor, which is the input to the compiler proper. Another option is to use -pipe: -pipe Use pipes rather than temporary files for communication between the various stages of compilation. This fails to work on some systems where the assembler is unable to read from a pipe; but the GNU assembler has no trouble. regards, Nuno On Thu, Feb 03, 2011 at 02:37:57PM -0300, Francisco Diaz Trepat - gmail wrote: | Hi I want to have more tmp memory because I am building posgress on my | n900. Yes, just because it can... Awesome :-) | | But I ran out of /tmp file. I have already asked this question, and I | think here, but I cannot find the answer. | | It was just remounting it umount /tmp mount /tmp parameter amount of | megabytes | | Any one? | | f(t) | _______________________________________________ | maemo-users mailing list | maemo-users@xxxxxxxxx | https://lists.maemo.org/mailman/listinfo/maemo-users _______________________________________________ maemo-users mailing list maemo-users@xxxxxxxxx https://lists.maemo.org/mailman/listinfo/maemo-users