Re: [Lazarus] linux mint install

2015-07-23 Thread Ondrej Kelle
Hi,

In case it's interesting here are the steps to upgrade to latest trunk
(both fpc and lazarus) which worked for me on both 17.1 (Rebecca) and 17.2
(Rafaela):
http://tondrej.blogspot.de/2015/05/fpc-and-lazarus-development-environment.html

I think you could simply adapt the check out step to get a specific release
revision to suit your needs.

Ondrej


On 24 July 2015 at 02:53, Larry Dalton  wrote:

> I just acquired a desktop box with linux mint os. I want to upgrade
> lazarus to the latest release. Anyone have any step-by-step directions?
>
>
> --
> ___
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
>
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Cross Compile setup unsuccessful

2015-06-17 Thread Ondrej Kelle
Hi,

In case anybody finds it interesting, I've recently blogged:
FPC and Lazarus development environment

Notes on how to set up a FreePascal/Lazarus development environment on a
Linux system, with cross-compiling for OSX and Windows
http://tondrej.blogspot.com/2015/05/fpc-and-lazarus-development-environment.html
On 17 Jun 2015 18:03, "leledumbo"  wrote:

> > As for the make all for Linux i386 it fails with:
>
> You need 32-bit libraries, too. Usually packaged with "multilib" in its
> name. After that, you need to add -Fl pointing to those 32-bit libraries as
> the default library search path must be for your 64-bit system. You might
> even need -Xd if the linker still fails to find them, it basically makes
> default search path empty so only directories listed by -Fl is searched.
>
>
>
> --
> View this message in context:
> http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-Cross-Compile-setup-unsuccessful-tp4042679p4042684.html
> Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.
>
> --
> ___
> Lazarus mailing list
> Lazarus@lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus