Patterns in static

Apophenia

The Windows page

MinGW users, see that page.

If you have a choice, Cygwin is strongly recommended. The setup program is very self-explanatory. As a warning, it will probably take up >300MB on your system. You should install at least the following programs:

Sqlite3 is difficult to build from scratch, but you can get a packaged version by pointing Cygwin's install program to the Cygwin Ports site: http://cygwinports.dotsrc.org/ .

Second, some older (but still pretty recent) versions of Cygwin have a search.h file which doesn't include the function lsearch(). If this is the case on your system, you will have to update your Cygwin installation.

Finally, windows compilers often spit out lines like:

Info: resolving _gsl_rng_taus by linking to __imp__gsl_rng_taus (auto-import)

These lines are indeed just information, and not errors. Feel free to ignore them.

[Thanks to Andrew Felton and Derrick Higgins for their Cygwin debugging efforts.]

Autogenerated by doxygen on Wed Oct 15 2014 (Debian 0.999b+ds3-2).