Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Bo Berglund
On Tue, 8 Dec 2015 00:21:28 +0100, Mattias Gaertner wrote: >Are you sure you installed the right compiler? >i386 <> x86_64, 32 vs 64bit. Well I looked at the download page: http://www.freepascal.org/download.var and since my laptop has an Intel CPU I chose the one

Re: [fpc-pascal] shell script with root rights and automatic password

2015-12-07 Thread Rainer Stratmann
On Monday 07 December 2015 08:38:28 you wrote: > Rainer Stratmann wrote: > > What works is an entry in the sudoers file. > > And then the program/script you can call with root rights. > > I hope this is for something that will only ever run on your own > machine, because unless you take a lot of

[fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Bo Berglund
I have just created a VMWare virtual machine on my Win7 PC and installed Linux Mint 17.2 Cinnamon in order to do some pascal development. I really do not want to build either fpc or lazarus myself, I just want to use the released versions. So is there a release 3.0 version available for Linux

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Bo Berglund
On Mon, 07 Dec 2015 20:10:22 +0100, Bo Berglund wrote: >So is there a release 3.0 version available for Linux Mint 17 via >apt-get? >And if so what would be the correct command to get it? I tried this: sudo apt-get install fpc lazarus It gathered info for a while, then

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Sven Barth
Am 07.12.2015 20:18 schrieb "Bo Berglund" : > > On Mon, 07 Dec 2015 20:10:22 +0100, Bo Berglund > wrote: > > >So is there a release 3.0 version available for Linux Mint 17 via > >apt-get? > >And if so what would be the correct command to get it? > > I

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Michael Van Canneyt
On Mon, 7 Dec 2015, Bo Berglund wrote: I have just created a VMWare virtual machine on my Win7 PC and installed Linux Mint 17.2 Cinnamon in order to do some pascal development. I really do not want to build either fpc or lazarus myself, I just want to use the released versions. So is there a

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Bo Berglund
On Mon, 7 Dec 2015 20:27:12 +0100 (CET), Michael Van Canneyt wrote: >There is a command-line installer on the ftp site for fpc, after that you >should build lazarus itself. > >As it happens, I am currently writing an article on how to install lazarus on >Linux mint 17.3

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Mattias Gaertner
On Mon, 07 Dec 2015 21:52:35 +0100 Bo Berglund wrote: > On Mon, 7 Dec 2015 20:27:12 +0100 (CET), Michael Van Canneyt > wrote: >[...] > 1) Went to http://www.freepascal.org/down/i386/linux-hungary.var > > 2) Downloaded the "everything" file >

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Graeme Geldenhuys
On 2015-12-07 20:52, Bo Berglund wrote: > > 5) During installation I was asked to select target and entered > /usr/local as I was told in another case some time ago. The nice think of the command line installer, is that you can install to your $HOME directory as well. You do not require root

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Graeme Geldenhuys
On 2015-12-07 19:27, Michael Van Canneyt wrote: > There is a command-line installer on the ftp site for fpc, after that > you should build lazarus itself. I've used this method for years under Linux, FreeBSD and Windows. It always works, and is really simple and quick. I highly recommend this

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Michael Van Canneyt
On Mon, 7 Dec 2015, Bo Berglund wrote: On Mon, 7 Dec 2015 20:27:12 +0100 (CET), Michael Van Canneyt wrote: There is a command-line installer on the ftp site for fpc, after that you should build lazarus itself. As it happens, I am currently writing an article on

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Bo Berglund
On Mon, 7 Dec 2015 22:16:26 +0100, Mattias Gaertner wrote: >> Now I have to deal with Lazarus, but that is another list/forum... > >Lazarus needs libgtk2.0-dev, which should automatically install >libgtk2.0-common. I looked into my Raspberry Pi2 install notes and

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Mattias Gaertner
On Mon, 07 Dec 2015 23:15:50 +0100 Bo Berglund wrote: > On Mon, 7 Dec 2015 22:16:26 +0100, Mattias Gaertner > wrote: > > >> Now I have to deal with Lazarus, but that is another list/forum... > > > >Lazarus needs libgtk2.0-dev, which should

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Jonas Maebe
Michael Van Canneyt wrote: I believe fpc 3.0 is in debian experimental, but it would be a very bad idea to use that in linux mint. If you limit yourself to just using FPC from Debian experimental, I don't think there's much that can go wrong. Jonas

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Bo Berglund
On Mon, 7 Dec 2015 23:35:05 +0100, Mattias Gaertner wrote: >> apt-get update >> 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 >> >> Are most of these superfluous? Is

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Bo Berglund
On Mon, 07 Dec 2015 23:47:36 +0100, Bo Berglund wrote: >On Mon, 7 Dec 2015 23:35:05 +0100, Mattias Gaertner > wrote: > >>> apt-get update >>> apt-get install -y libx11-dev libgdk-pixbuf2.0-dev libcairo2-dev >>> gir1.2-coglpango-1.0

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Mattias Gaertner
On Mon, 07 Dec 2015 23:36:17 +0100 Jonas Maebe wrote: > Michael Van Canneyt wrote: > > I believe fpc 3.0 is in debian experimental, but it would be a very bad > > idea to use that in linux mint. > > If you limit yourself to just using FPC from Debian experimental, I

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Mattias Gaertner
On Mon, 07 Dec 2015 23:47:36 +0100 Bo Berglund wrote: >[...] > >I have not tried on Linux-Mint. > >Can you test? > > I did as follows: > sudo apt-get install libgtk2.0-dev > > It pulled no less than 73 different packages Debian is great at splitting packages into

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Mattias Gaertner
On Mon, 07 Dec 2015 23:56:56 +0100 Bo Berglund wrote: >[...] > Target OS: Linux for i386 > Compiling lazres.pp > Linking ./lazres > Warning: "crti.o" not found, this will probably cause a linking > failure > Warning: "crtn.o" not found, this will probably cause a linking >

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Mattias Gaertner
On Tue, 8 Dec 2015 00:21:28 +0100 Mattias Gaertner wrote: > On Mon, 07 Dec 2015 23:56:56 +0100 > Bo Berglund wrote: > > >[...] > > Target OS: Linux for i386 > > Compiling lazres.pp > > Linking ./lazres > > Warning: "crti.o" not found, this will

Re: [fpc-pascal] Can fpc 3.0 release be installed using apt-get on Linux Mint?

2015-12-07 Thread Anthony Walter
OR You can goto http://www.getlazarus.org/setup ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal