In our previous episode, Sven Barth said: > > is only one user (pi) so it is not about having one installation that > > is shared amongst users... > > You can specify the installation directory to the Makefile using > INSTALL_PREFIX. You then need to have the bin and (AFAIK) lib/<version> > directory of that directory in PATH.....
Yesno. On *nix a symlink should be made from the bin directory to the lib/<version>/ppc<arch> binary. If you have multiple versions, the default one gets the symlink above, the rest get them with version number attached (e.g. ppc386-3.0 -> /usr/local/lib/fpc/3.0.0/ppc386) Such versioned ones can be selected with fpc -V3.0 <file to compile> _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal