If the absence of dereferencing is the most important thing to you, you
could do something like this:
program Example;
{$mode ObjFPC}{$H+}
{$modeswitch AdvancedRecords}
type
TVec2 = record
X, Y: Integer;
end;
TVec2Array = array of TVec2;
TVecArray = record
strict private
Valu
Hi,
How to control where 'make install' puts the libraries (e.g.
libpas2js.so)?
I tried "INSTALL_LIBDIR=~/tmp/lib64", but that moves everything *except*
libraries to "~/tmp/lib64".
See bug https://bugs.freepascal.org/view.php?id=34346
Mattias
___
fpc