Re: scsh and large files
Martin Gasbichler <[email protected]>
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <fhbrg863bo.fsf__45459.1396767229$1095192651$gmane$org@informatik.uni-tuebingen.de> |
Lionel Elie Mamane <[email protected]> writes: > Hi, > > I get the impression that (on GNU/Linux) scsh gets compiled without > large file ( > 2GB) support. Is there a way around that? All I would > really need right now, actually, is for the following code to work: > > (exec-epf (cat) (> ,fname)) > > when I'm dumping more that two GB of data to stdin. (Now, it just > stops at 2GB.) Yes, please add AC_SYS_LARGEFILE to configure.in. Thanks for spotting this! -- Martin