[fpc-devel] New FPC JVM snapshot: Android support

Mattias Gaertner nc-gaertnma at netcologne.de
Tue Dec 13 01:57:50 CET 2011


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

> On Mon, Dec 12, 2011 at 21:58, Andrew Haines <AndrewD207 at 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



More information about the fpc-devel mailing list