This release of Freee Pascal 3.0.4 was generated on machine gcc70 from the GNU C compile farm. This machine is running an ancient version of NetBSD: NetBSD 5.1 (GENERIC) This release has not been tested on oter versions of NetBSD release, so please report if it does not work on your NetBSD version. Generated 2017/12/04, Enjoy, Pierre Muller the tar file was generted using release_3_0_4 tag checkout. export CHECKLIBGDB=no ./install/makepack with the single line modification below due to a missing libiconv on the machine's system installation. Index: install/makepack =================================================================== --- install/makepack (revision 1342) +++ install/makepack (working copy) @@ -44,7 +44,7 @@ EXTRAOPT="-Fl/usr/local/lib -Fl/usr/X11R6/lib -dFREEBSD5" ;; *netbsd*) MAKE=gmake - EXTRAOPT="-Fl/usr/pkg/lib" + EXTRAOPT="-Fl/usr/pkg/lib -Fl$HOME/pas/test/iconv/lib" ;; *sunos*) MAKE=gmake