On Mon, 12 Dec 2011 22:04:55 +0200
ik <ido...@gmail.com> wrote:

> On Mon, Dec 12, 2011 at 21:58, Andrew Haines <andrewd...@aol.com> wrote:
> 
> > On 12/12/11 14:55, ik wrote:
> > > I'm trying to build it from the svn repo:
> > > http://svn.freepascal.org/svn/fpc/branches/jvmbackend/ .
> > > I get the following error:
> > >
> > > -------------------------
> > > $ make CROSSOPT="-O2 -g" CPU_TARGET=jvm OS_TARGET=java all
> > > make: -iVSPTPSOTO: Command not found
> > > make: -iSP: Command not found
> > > make: -iTP: Command not found
> > > make: -iSO: Command not found
> > > make: -iTO: Command not found
> > > make compiler_cycle RELEASE=1
> > > make[1]: -iVSPTPSOTO: Command not found
> >
> > I've seen these messages before when fpc or ppc386/ppcx64 is not in the
> > $PATH
> >
> 
> $ whereis ppcx64

"whereis" searches in more places than PATH. Use "which" instead:

which ppcx64

Mattias
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to