|
|||||||||||||||||||||||||||||||||
AMBER Archive (2003)Subject: Re: AMBER: large file for carnal
From: Bill Ross (ross_at_cgl.ucsf.edu)
> mdpme4_g.mdcrd: sys err Value too large for defined data type
There is probably some sort of extended (64-bit) file system
if (stat(path, &sbuf) == -1) {
The call to 'stat()' should probably be something like 'stat_64()'
% man stat
to see if such a call exists.
Bill Ross
-----------------------------------------------------------------------
| |||||||||||||||||||||||||||||||||
|