Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Marco van de Voort
In our previous episode, Tomas Hajny said: > > make[2]: *** [installbase] Error 2 > > make[2]: Leaving directory `/home/erickom/fpcbuild/fpcsrc' > > make[1]: *** [installbase] Error 2 > > make[1]: Leaving directory `/home/erickom/fpcbuild' > > make: *** [install] Error 2 > > > > missing command fp

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Tomas Hajny
On 15 Jan 13, at 18:58, Eric Kom wrote: > On 15/01/2013 17:40, Mark Morgan Lloyd wrote: > > Mark Morgan Lloyd wrote: > > > >>> runnable fpc, you mean fpc-2.6.0 installed? > export PP=/usr/local/bin/ppc386 > make OPT='-O- -gl -Xs-' all > > > > Apologies for my poor threading here, but a me

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Jonas Maebe
On 15 Jan 2013, at 18:55, Eric Kom wrote: > On 15/01/2013 19:06, Jonas Maebe wrote: >> >> On 15 Jan 2013, at 17:58, Eric Kom wrote: >> >>> it failed again during make install: >> >> Please install the latest official release (as I recommended earlier on) >> rather than using only a bootstrap

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Eric Kom
On 15/01/2013 19:06, Jonas Maebe wrote: On 15 Jan 2013, at 17:58, Eric Kom wrote: it failed again during make install: Please install the latest official release (as I recommended earlier on) rather than using only a bootstrap compiler, then it will work fine. having another release of fp

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Geoffray Levasseur-Brandin
Hi all, I've made a little script to make and install FPC in a subdirectory with the standard hierarchy on Unixes and that runs quite good even if fpc is not yet installed... Maybe this can help! Anyway, you've got it joined. Just copy it to your fpc source dir, run it that way : PREFIX="opt

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Jonas Maebe
On 15 Jan 2013, at 18:30, Mark Morgan Lloyd wrote: > Eric Kom wrote: > >> the build process went successful. >> it failed again during make install: > .. >> missing command fpcmake > > su, set and export PP, try again. That will have no effect at all. Jonas___

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Mark Morgan Lloyd
Eric Kom wrote: On 15/01/2013 17:40, Mark Morgan Lloyd wrote: Mark Morgan Lloyd wrote: runnable fpc, you mean fpc-2.6.0 installed? export PP=/usr/local/bin/ppc386 make OPT='-O- -gl -Xs-' all Apologies for my poor threading here, but a message got lost in the spam trap. > >>

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Jonas Maebe
On 15 Jan 2013, at 17:58, Eric Kom wrote: > it failed again during make install: Please install the latest official release (as I recommended earlier on) rather than using only a bootstrap compiler, then it will work fine. Jonas___ fpc-pascal mailli

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Eric Kom
On 15/01/2013 17:40, Mark Morgan Lloyd wrote: Mark Morgan Lloyd wrote: runnable fpc, you mean fpc-2.6.0 installed? export PP=/usr/local/bin/ppc386 make OPT='-O- -gl -Xs-' all Apologies for my poor threading here, but a message got lost in the spam trap. > >>

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: runnable fpc, you mean fpc-2.6.0 installed? export PP=/usr/local/bin/ppc386 make OPT='-O- -gl -Xs-' all Apologies for my poor threading here, but a message got lost in the spam trap. > >> . >Thanks for the

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Eric Kom
On 15/01/2013 16:23, Jonas Maebe wrote: On 15 Jan 2013, at 14:14, Tomas Hajny wrote: Well, this last statement is probably worth a slight extension - in general, the three basic options for getting the starting compiler binary are: [...] 2) Get a bootstrap compiler binary for your platform (

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Jonas Maebe
On 15 Jan 2013, at 14:14, Tomas Hajny wrote: Well, this last statement is probably worth a slight extension - in general, the three basic options for getting the starting compiler binary are: [...] 2) Get a bootstrap compiler binary for your platform (e.g. ftp://ftp.freepascal.org/pub/fpc/

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Tomas Hajny
On Tue, January 15, 2013 13:12, Mark Morgan Lloyd wrote: > Eric Kom wrote: >> On 15/01/2013 13:50, Mark Morgan Lloyd wrote: >>> Eric Kom wrote: On 15/01/2013 12:48, Mark Morgan Lloyd wrote: > Eric Kom wrote: >> Good day, >> >> After tried to build the fpcbuild.zip version, by e

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Mark Morgan Lloyd
Eric Kom wrote: On 15/01/2013 13:50, Mark Morgan Lloyd wrote: Eric Kom wrote: On 15/01/2013 12:48, Mark Morgan Lloyd wrote: Eric Kom wrote: Good day, After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iV

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Eric Kom
On 15/01/2013 13:50, Mark Morgan Lloyd wrote: Eric Kom wrote: On 15/01/2013 12:48, Mark Morgan Lloyd wrote: Eric Kom wrote: Good day, After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iVSPTPSOTO: Command

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Mark Morgan Lloyd
Eric Kom wrote: On 15/01/2013 12:48, Mark Morgan Lloyd wrote: Eric Kom wrote: Good day, After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iVSPTPSOTO: Command not found Please how can I fix it? You've

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Eric Kom
On 15/01/2013 12:48, Mark Morgan Lloyd wrote: Eric Kom wrote: Good day, After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iVSPTPSOTO: Command not found Please how can I fix it? You've probably not got

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Mark Morgan Lloyd
Eric Kom wrote: Good day, After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iVSPTPSOTO: Command not found Please how can I fix it? You've probably not got a runnable fpc binary. Please remember to tell

Re: [fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Jonas Maebe
On 15 Jan 2013, at 06:37, Eric Kom wrote: After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iVSPTPSOTO: Command not found Please how can I fix it? You first have to install the latest (binary) release

[fpc-pascal] make: -iVSPTPSOTO: Command not found

2013-01-15 Thread Eric Kom
Good day, After tried to build the fpcbuild.zip version, by executing the commad make build or make, I received the following error message: make: -iVSPTPSOTO: Command not found Please how can I fix it? -- Kind Regards Eric Kom System Administrator & Programmer - Metropolitan College