This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
After a close look, it turns out that gcc was trying to create an assmbely file ( .S ) in the /var/tmp directory. Since it wasn't enough space left in /var/tmp, that caused for cc1 process to hang without giving any error or warning massage.
This isn't necessarily a gcc bug. This could be an OS bug. -- Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |