http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50935

--- Comment #6 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot 
Uni-Bielefeld.DE> 2011-11-21 17:30:21 UTC ---
> --- Comment #5 from Paolo Bonzini <bonzini at gnu dot org> 2011-11-21 
> 17:25:20 UTC ---
> What's exactly the problem with gdb that requires disabling largefiles?

gdb (and only gdb AFAIK) uses procfs, and Solaris procfs doesn't support
a largefile environment, no idea why?

<sys/procfs.h> has

#if !defined(_LP64) && _FILE_OFFSET_BITS == 64
#error  "Cannot use procfs in the large file compilation environment"
#endif

    Rainer

Reply via email to