Sven, awesome! Looks like FPC will be getting some exciting features in the near future.
Jonas, "make install" does, however, overwrite /usr/local/bin/fpc, which is not a symlink, with an old version during install. Try running fpc -version halfway and after "make install". Cheers, Andrew Pennebaker www.yellosoft.us On Mon, Oct 31, 2011 at 6:09 AM, Jonas Maebe <jonas.ma...@elis.ugent.be>wrote: > > On 31 Oct 2011, at 08:36, Andrew Pennebaker wrote: > > > I forcibly sudo cp ppc386 /usr/local/bin/fpc, mitigating the issue. Yeah, > > something in the makefile installation process is definitely moving over > an > > older version. > > Create a symlink from /usr/local/bin/ppc386 to > /usr/local/lib/fpc/2.7.1/ppc386 (or ppcx64 in case you're on x86-64). "fpc" > searches for a compiler binary in the same directory as where its own > binary is located. "make install" does not create/overwrite ppcXXX, because > that changes the default compiler (which is a separate step from installing > a new version in parallel with another version). > > > Jonas > > _______________________________________________ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal >
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal