Re: [fpc-pascal] fppkg compiler upgrade

2015-11-26 Thread Joost van der Sluis
Op 23-11-15 om 04:55 schreef leledumbo: What is the proper way of upgrading fppkg? $ rm ~/.fppkg/config/default now rerun fppkg, it should create a new config. if it still shows 2.6.4, that means your 3.1.1 is inaccessible or has lower precedence than your 2.6.4. You can also run samplecfg.

Re: [fpc-pascal] fppkg compiler upgrade

2015-11-23 Thread Mattias Gaertner
On Sun, 22 Nov 2015 20:55:14 -0700 (MST) leledumbo wrote: > > What is the proper way of upgrading fppkg? > > $ rm ~/.fppkg/config/default > > now rerun fppkg, it should create a new config. if it still shows 2.6.4, > that means your 3.1.1 is inaccessible or has

Re: [fpc-pascal] fppkg compiler upgrade

2015-11-23 Thread Michael Van Canneyt
On Mon, 23 Nov 2015, Mattias Gaertner wrote: On Sun, 22 Nov 2015 20:55:14 -0700 (MST) leledumbo wrote: What is the proper way of upgrading fppkg? $ rm ~/.fppkg/config/default now rerun fppkg, it should create a new config. if it still shows 2.6.4, that means

Re: [fpc-pascal] fppkg compiler upgrade

2015-11-22 Thread leledumbo
> What is the proper way of upgrading fppkg? $ rm ~/.fppkg/config/default now rerun fppkg, it should create a new config. if it still shows 2.6.4, that means your 3.1.1 is inaccessible or has lower precedence than your 2.6.4. -- View this message in context:

[fpc-pascal] fppkg compiler upgrade

2015-11-22 Thread Mattias Gaertner
Hi, I have fpc 2.6.4 on Linux and "fppkg list" shows the 2.6.4 packages. Then I install fpc 3.1.1 using "make install". fppkg still shows the 2.6.4 packages. What is the proper way of upgrading fppkg? The wiki page does not tell me: http://wiki.lazarus.freepascal.org/fppkg Mattias