[Lazarus] Lazarus without FPC plain bin dir in path: resource compiler "fpcres" not found - best solution?
Sven Barth
pascaldragon at googlemail.com
Fri Jan 24 13:35:35 CET 2014
Am 24.01.2014 13:27, schrieb Reinier Olislagers:
> On 24/01/2014 13:25, Sven Barth wrote:
> Thanks for the quick reply, Sven!
>
>> Downloading and extracting a FPC 2.6.2 Linux installation reveils that
>> "fpcres" should be located inside the same directory as "fpc" (namely
>> the "bin" directory). Everything else can be considered a bug (be it in
>> fpcup, the Makefiles or whereever).
> Yes, 2.6.x but not trunk (with make install from source). See also
> Jonas' reply here:
> http://www.mail-archive.com/fpc-pascal@lists.freepascal.org/msg35672.html
Then the bug is that "fpc" is not in the "bin" directory and that's what
Jonas meant.
The normal installation structure on *nix systems is this:
PREFIX (e.g. "/", "/usr", "/usr/local" or a custom directory (I myself
use "/mnt/data/applications/$fpcversion"))
bin
fpc
fpcres
(etc.)
lib
fpc
2.6.2
ppc386
ppcx64
(etc.)
units
i386-linux
x86_64-linux
(etc.)
2.7.1
(...)
doc
(...)
share
(...)
Regards,
Sven
More information about the Lazarus
mailing list