/usr/include/sys/procfs.h:44: #error "Cannot use procfs in the large file compilation environment"
Here's the relevant snippet from procfs.h:
#if !defined(_LP64) && _FILE_OFFSET_BITS == 64
#error "Cannot use procfs in the large file compilation environment"
#endif
The only way I've found around this is to pass the "--disable-largefile" option to configure. That hardly seems an ideal solution, though. I can't help but think that a patch to the configure script will solve this.
Any Solaris/Perl gurus out there who are familiar with this issue and know how to fix it?
More Solaris trouble 0 Comments More | Login | Reply /