This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: What are files named .fuse_hidden... ?
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Dave Wagler <rebelxt at att dot net>
- Cc: gcc-help <gcc-help at gcc dot gnu dot org>
- Date: Fri, 18 Mar 2016 18:09:25 +0000
- Subject: Re: What are files named .fuse_hidden... ?
- Authentication-results: sourceware.org; auth=none
- References: <56EC3D41 dot 8050601 at att dot net>
On 18 March 2016 at 17:39, Dave Wagler wrote:
> Code::Blocks 13.12 on Linux Mint 17.3 amd64 using gcc 4.8.4 is generating
> executables named .fuse_hidden* (e.g. .fuse_hidden0000060300000002). This is
> in addition to the normal executable named for the project. Are these files
> created by gcc? If so, is there an option that will suppress them?
They're nothing to do with GCC.
Are you sure they aren't being created by a FUSE filesystem?
https://en.wikipedia.org/wiki/Filesystem_in_Userspace
Are you using an NTFS disk or something like that?