Archive for January 22nd, 2009

22
Jan
09

About Free Pascal

Why I like it:

Building the compiler is damn easy. Just do make NOGDB=1 (I don’t have libgdb.a), and there, you got a new compiler build! Not to forget how fast it was,

Why I dislike it:

Building the documentation is a pain in the *ss. make html, make ps, make pdf, and so on always fail. :evil: