Am 18.02.2012 07:05 schrieb "Chad Berchek" :
>
> On 2/17/2012 2:26 PM, Sven Barth wrote:
>>
>> On 17.02.2012 18:36, Jorge Aldo G. de F. Junior wrote:
>
>
>>> so i am inclined to think that exceptions arent supposed to live much
>>> longer after their corresponding try except handling block.
>>>
>>>
>
> You can use the "-Xp" option to specify a path for FPC to
> search for the
> ppc* binaries.
>
> E.g.
>
> #!/bin/sh
> ~/whereever/we/installed/fpc -n @~/whereever/we/installed/fpc.cfg
> -Xp~/whereever/we/installed/compiler $*
>
Tried this and it seemed to work fine, for a while. A nasty
On Sat, 18 Feb 2012 16:14:58 +0100
"Ludo Brands" wrote:
> >
> > You can use the "-Xp" option to specify a path for FPC to
> > search for the
> > ppc* binaries.
> >
> > E.g.
> >
> > #!/bin/sh
> > ~/whereever/we/installed/fpc -n @~/whereever/we/installed/fpc.cfg
> > -Xp~/whereever/we/installe
> > > You can use the "-Xp" option to specify a path for FPC to
> > > search for the
> > > ppc* binaries.
> > >
> > > E.g.
> > >
> > > #!/bin/sh
> > > ~/whereever/we/installed/fpc -n @~/whereever/we/installed/fpc.cfg
> > > -Xp~/whereever/we/installed/compiler $*
> > >
> >
> > Tried this and it