Re: [fpc-pascal] FPC make all: as.exe not found unless in path

2012-02-02 Thread Reinier Olislagers
On 2-2-2012 14:48, Henry Vermaak wrote: > On 02/02/12 13:37, Reinier Olislagers wrote: >> >> However, when doing the same with make install: >> C:\development\binutils\make.exe >> FPC="c:\development\fpcbootstrap\ppc386.exe" >> CROSSBINDIR="C:\development\binutils" --directory="c:\development\fpc"

Re: [fpc-pascal] FPC make all: as.exe not found unless in path

2012-02-02 Thread Henry Vermaak
On 02/02/12 13:37, Reinier Olislagers wrote: However, when doing the same with make install: C:\development\binutils\make.exe FPC="c:\development\fpcbootstrap\ppc386.exe" CROSSBINDIR="C:\development\binutils" --directory="c:\development\fpc" UPXPROG=echo COPYTREE=echo install I get C:/deve

Re: [fpc-pascal] FPC make all: as.exe not found unless in path

2012-02-02 Thread Reinier Olislagers
On 2-2-2012 14:07, Henry Vermaak wrote: > On 02/02/12 13:02, Henry Vermaak wrote: >> On 02/02/12 12:54, Reinier Olislagers wrote: >>> 3. Is there some option I can pass to make to let it find the right >>> binutils? >> >> You can pass CROSSBINDIR=/path/to/binutils. > > P.S. I realise you're not c

Re: [fpc-pascal] FPC make all: as.exe not found unless in path

2012-02-02 Thread Marcos Douglas
On Thu, Feb 2, 2012 at 9:54 AM, Reinier Olislagers wrote: > > Hi all, > > Tinkering with my bootstrap SVN updater/installer. > Directory layout: > > c:\development\binutils: as.exe, make.exe etc > Got these from > http://svn.freepascal.org/svn/fpcbuild/tags/release_2_6_0/install/binw32/ > > c:\dev

Re: [fpc-pascal] FPC make all: as.exe not found unless in path

2012-02-02 Thread Henry Vermaak
On 02/02/12 13:02, Henry Vermaak wrote: On 02/02/12 12:54, Reinier Olislagers wrote: 3. Is there some option I can pass to make to let it find the right binutils? You can pass CROSSBINDIR=/path/to/binutils. P.S. I realise you're not cross compiling, but setting CROSSBINDIR should still add

Re: [fpc-pascal] FPC make all: as.exe not found unless in path

2012-02-02 Thread Henry Vermaak
On 02/02/12 12:54, Reinier Olislagers wrote: 3. Is there some option I can pass to make to let it find the right binutils? You can pass CROSSBINDIR=/path/to/binutils. Henry ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.free