This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Strange output from g++/gcc (S.u.S.E 6.2)
- To: Laurent Bonnaud <Laurent.Bonnaud AT irisa.fr>
- Subject: Re: Strange output from g++/gcc (S.u.S.E 6.2)
- From: Evguenii SMOGAILOV <evguenii AT ess.co.at>
- Date: Fri, 17 Sep 1999 15:17:37 +0200 (MET DST)
- cc: gcc AT gcc.gnu dot org
On 17 Sep 1999, Laurent Bonnaud wrote:
> I've had exactly the same problem. It was caused by writing object
> files into a NFS-mounted directory (from an AIX server). The same
> operations work when done on an ext2 partition. See:
>
> http://www.debian.org/Bugs/db/45/45038.html
Yes, it was also NFS related in my case (directory mounted by S.u.S.E 6.2
from Solaris 2.51 server).
So i'm now always setting output from gcc to be on local disk.
Evguenii