[fpc-devel] Unicode RTL for FPC

Michael Van Canneyt michael at freepascal.org
Sun Jan 8 08:46:37 CET 2023



On Sun, 8 Jan 2023, Mattias Gaertner via fpc-devel wrote:

> On Fri, 6 Jan 2023 18:05:43 +0100 (CET)
> Michael Van Canneyt via fpc-devel <fpc-devel at lists.freepascal.org>
> wrote:
>
>> [...]
>> - to create a Unicode RTL, in the rtl directory do a
>>
>> make clean all SUB_TARGET=unicodertl PP=path/to/the/new/compiler
>>
>> - if that worked, you can try then a
>>
>> make install SUB_TARGET=unicodertl
>
> It installed under
> /usr/lib/fpc/3.2.2/units/x86_64-linux-unicodertl
>
> Instead of
> /usr/lib/fpc/3.3.1/units/x86_64-linux-unicodertl

That is because I gave a wrong command-line :/

Should have been

make install SUB_TARGET=unicodertl PP=path/to/the/new/compiler

Sorry about that.

Michael.


More information about the fpc-devel mailing list