On Fri, 19 Oct 2018, 16:40 christo, wrote:
> On 2018/10/18 09:26, Mattias Gaertner via fpc-pascal wrote:
> > 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/lib
Using Lazarus and FPC and sqlite3conn unit, I can use the sqlite3.dll on
windows without problem.
However, when I try to convert my project to win 64, it just fail
without any warning.
I am using
FPC 3.1.1 Revision 63034
Lazarus 1.9.0
both are Win64
I download the win 64 bit vers
I finally finished what I think is first draft of default properties. Since it
already took me so much time to just get the basics of the compiler figured out
I thought I’d post this commit from GitHub and ask if I did anything seriously
wrong or stupid. There are multiple ways I could approach
On 2018/10/18 09:26, Mattias Gaertner via fpc-pascal wrote:
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
In