gfortune is a replacement for the traditional Berkeley fortune program included with the BSD games package. This implementation supports recursion down a tree of fortune files, the option to limit the number of lines output (for scripting), and other features. It fully maintains the functionality of the original. It includes the author's own archive of fortune files.
| Tags | Games/Entertainment |
|---|---|
| Licenses | GPL GPLv3 |
| Operating Systems | OS Independent |
| Implementation | C |
Recent releases


Changes: This release compiles with newer versions of gcc. autoconf has been added.


Changes: Fixes for some minor crashes on HP/UX and others, and some contributed fixes; first release of the fortune files in a separate tarball on the site.


Changes: First public release
- All comments
Recent commentsRe: Compiling with newer GCC
> If you are compiling gfortune 1.0.0 with
> a newer GCC ...
Thank you. It took me 7 years to apply this patch. But here you go. Also, with autoconf. I'm never quite sure whether that's a good thing or not.
Compiling with newer GCC
If you are compiling gfortune 1.0.0 with a newer GCC, you'll need to apply this patch to fix the multi-line changes in GCC.
http://www.enzotech.net/files/gfortune-multiline.patch