Re: [fpc-pascal] FPC 3.0.X next to 2.6.4 on Linux

2017-02-09 Thread Fabio Luis Girardi
In my environment I have FPC 2.4.4, 2.6.4, 3.0.0, 3.0.1 and 3.1.1, all installed on my home folder (/home//development/fpc/x.x.x), with the same folder structure. To choose one FPC version or another, I created a shell script for each version, that sets the path environment variable to selected FP

Re: [fpc-pascal] FPC 3.0.X next to 2.6.4 on Linux

2017-02-09 Thread Mark Morgan Lloyd
On 08/02/17 21:00, Jonas Maebe wrote: On 08/02/17 21:54, Krzysztof wrote: Thank you guys! Sorry for such delay but finally had time to prepare seriously my enviromnent for FPC V3. Everything seems to work perfect (Lazarus IDE and FPC) but just curious question: Is it possible to get information

Re: [fpc-pascal] FPC 3.0.X next to 2.6.4 on Linux

2017-02-08 Thread Marco van de Voort
In our previous episode, Krzysztof said: > Last thing. Is possible that some FPC mixed version of .ppu or .o will be > linked into my binary? I mean some third party stuff which I forgot clean > up etc, you know how it is. Just wondering if final binary file can contain > *.ppu and *.o compiled by

Re: [fpc-pascal] FPC 3.0.X next to 2.6.4 on Linux

2017-02-08 Thread Krzysztof
Last thing. Is possible that some FPC mixed version of .ppu or .o will be linked into my binary? I mean some third party stuff which I forgot clean up etc, you know how it is. Just wondering if final binary file can contain *.ppu and *.o compiled by different FPC versions __

Re: [fpc-pascal] FPC 3.0.X next to 2.6.4 on Linux

2017-02-08 Thread Krzysztof
2017-02-08 21:59 GMT+01:00 Jonas Maebe : > > > http://www.freepascal.org/docs-html/prog/progsu41.html (FPCVERSION) Excellent! ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] FPC 3.0.X next to 2.6.4 on Linux

2017-02-08 Thread Jonas Maebe
On 08/02/17 21:54, Krzysztof wrote: Thank you guys! Sorry for such delay but finally had time to prepare seriously my enviromnent for FPC V3. Everything seems to work perfect (Lazarus IDE and FPC) but just curious question: Is it possible to get information which FPC version my project was compil

Re: [fpc-pascal] FPC 3.0.X next to 2.6.4 on Linux

2017-02-08 Thread Krzysztof
Thank you guys! Sorry for such delay but finally had time to prepare seriously my enviromnent for FPC V3. Everything seems to work perfect (Lazarus IDE and FPC) but just curious question: Is it possible to get information which FPC version my project was compiled? By binary analysis or at runtime.

Re: [fpc-pascal] FPC 3.0.X next to 2.6.4 on Linux

2017-01-07 Thread Mark Morgan Lloyd
On 06/01/17 20:30, Michael Van Canneyt wrote: On Fri, 6 Jan 2017, Krzysztof wrote: Hi, I have installed FPC 2.6.4 for a long time on my Linux with install.sh script in /usr dirs. I would like to install FPC 3.0.0 but keep 2.6.4 as What I do is to have all installs in /usr/local/lib/fpc/$VER

Re: [fpc-pascal] FPC 3.0.X next to 2.6.4 on Linux

2017-01-06 Thread Michael Van Canneyt
On Fri, 6 Jan 2017, Krzysztof wrote: Hi, I have installed FPC 2.6.4 for a long time on my Linux with install.sh script in /usr dirs. I would like to install FPC 3.0.0 but keep 2.6.4 as "default" version due to a lot of company projects which I don't want reconfigure. I want to install FPC 3.0

[fpc-pascal] FPC 3.0.X next to 2.6.4 on Linux

2017-01-06 Thread Krzysztof
Hi, I have installed FPC 2.6.4 for a long time on my Linux with install.sh script in /usr dirs. I would like to install FPC 3.0.0 but keep 2.6.4 as "default" version due to a lot of company projects which I don't want reconfigure. I want to install FPC 3.0.0 somewhere in my home dir and configure