Re: [fpc-pascal] Where can I download the fpc 3.0.0 seed compiler for Linux on i386 x64?

2018-10-23 Thread Marcos Douglas B. Santos
On Tue, Oct 23, 2018 at 12:02 PM Bo Berglund wrote: > > I want to build FPC/Lazarus (3.0.4/1.8.4) from sources on a new Linux > (Ubuntu 18.04 TLS MATE) using an i386 family CPU. > AFAIK I need to have the fpc seed compiler in order to do this. > > But this is a hen and egg problem, how can I

Re: [fpc-pascal] Where can I download the fpc 3.0.0 seed compiler for Linux on i386 x64?

2018-10-23 Thread Bo Berglund
On Tue, 23 Oct 2018 19:41:41 +0200, Jonas Maebe wrote: >You have to install the i386 version of the libc-dev package. See >https://superuser.com/questions/741380/how-to-install-i386-package-under-amd64-ubuntu-debian/742163#742163 > >for basic information on how to enable installing i386

Re: [fpc-pascal] Where can I download the fpc 3.0.0 seed compiler for Linux on i386 x64?

2018-10-23 Thread Bo Berglund
On Tue, 23 Oct 2018 19:38:05 +0200, Sven Barth via fpc-pascal wrote: >Bo Berglund schrieb am Di., 23. Okt. 2018, 18:13: > >> On Tue, 23 Oct 2018 17:08:40 +0200, Sven Barth via fpc-pascal >> wrote: >> >> >Why don't you simply use the distribution independent release of 3.0.4? >> >> But I was

Re: [fpc-pascal] Where can I download the fpc 3.0.0 seed compiler for Linux on i386 x64?

2018-10-23 Thread Sven Barth via fpc-pascal
Bo Berglund schrieb am Di., 23. Okt. 2018, 18:59: > On Tue, 23 Oct 2018 18:12:41 +0200, Bo Berglund > wrote: > > > >sudo apt-get install -y libx11-dev libgdk-pixbuf2.0-dev libcairo2-dev > >gir1.2-coglpango-1.0 libpangox-1.0-dev xorg-dev libgtk2.0-dev > >libpango1.0-dev > > > >Is this what I

Re: [fpc-pascal] Where can I download the fpc 3.0.0 seed compiler for Linux on i386 x64?

2018-10-23 Thread Jonas Maebe
On 23/10/18 18:58, Bo Berglund wrote: Probably some dependencies are missing from my Ubuntu 18.04, but what? You have to install the i386 version of the libc-dev package. See https://superuser.com/questions/741380/how-to-install-i386-package-under-amd64-ubuntu-debian/742163#742163 for basic

Re: [fpc-pascal] Where can I download the fpc 3.0.0 seed compiler for Linux on i386 x64?

2018-10-23 Thread Sven Barth via fpc-pascal
Bo Berglund schrieb am Di., 23. Okt. 2018, 18:13: > On Tue, 23 Oct 2018 17:08:40 +0200, Sven Barth via fpc-pascal > wrote: > > >Why don't you simply use the distribution independent release of 3.0.4? > > But I was under the impression that I cannot build 3.0.4 from sources > except by using the

Re: [fpc-pascal] Where can I download the fpc 3.0.0 seed compiler for Linux on i386 x64?

2018-10-23 Thread Bo Berglund
On Tue, 23 Oct 2018 18:12:41 +0200, Bo Berglund wrote: > >sudo apt-get install -y libx11-dev libgdk-pixbuf2.0-dev libcairo2-dev >gir1.2-coglpango-1.0 libpangox-1.0-dev xorg-dev libgtk2.0-dev >libpango1.0-dev > >Is this what I need also on Ubuntu (i386)? I did do sudo apt install build-essential

Re: [fpc-pascal] Where can I download the fpc 3.0.0 seed compiler for Linux on i386 x64?

2018-10-23 Thread Bo Berglund
On Tue, 23 Oct 2018 17:08:40 +0200, Sven Barth via fpc-pascal wrote: >Why don't you simply use the distribution independent release of 3.0.4? But I was under the impression that I cannot build 3.0.4 from sources except by using the 3.0.0 seed compiler... Has this requirement changed? In any

Re: [fpc-pascal] Where can I download the fpc 3.0.0 seed compiler for Linux on i386 x64?

2018-10-23 Thread Bo Berglund
On Tue, 23 Oct 2018 17:01:39 +0200, Bo Berglund wrote: >Grateful for any links to a working seed compiler. I found a tarball on this location: ftp://freepascal.stack.nl/pub/mirrors/fpc/dist/3.0.0/i386-linux/fpc-3.0.0.i386-linux.tar It must contain somewhere inside the file I need, any ideas

Re: [fpc-pascal] Where can I download the fpc 3.0.0 seed compiler for Linux on i386 x64?

2018-10-23 Thread Sven Barth via fpc-pascal
Bo Berglund schrieb am Di., 23. Okt. 2018, 17:02: > I want to build FPC/Lazarus (3.0.4/1.8.4) from sources on a new Linux > (Ubuntu 18.04 TLS MATE) using an i386 family CPU. > AFAIK I need to have the fpc seed compiler in order to do this. > > But this is a hen and egg problem, how can I