scsh and large files
Lionel Elie Mamane <[email protected]>
| Newsgroups | gmane.lisp.scheme.scsh |
|---|---|
| Message-ID | <[email protected]> |
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.) -- Lionel