>> When building/installing multiple versions of the compiler and
>> libraries on unix (Linux/Solaris), is there an easy way of putting
>> the fpc utility etc. in a version-specific directory (e.g.
>> /usr/local/bin/fpc-x.y.z) but keeping the backend in the usual
>> /usr/local/lib/fpc/x.y.z tree?
>
Setting INSTALL_BINDIR maybe?

That works, so with minimal symlinks I've got

/usr/local/bin/fpc/x.y.z
/usr/local/lib/fpc/x.y.z
/usr/local/src/fpc/x.y.z

I don't see any reference to installation options in the Programmer's Guide, or in the build FAQ at www.stack.nl (is this the most recent?).

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]
_______________________________________________
fpc-devel maillist  -  [email protected]
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to