Re: [fpc-pascal] FPC i386 and x86_64 using the same source

2011-08-25 Thread Marcos Douglas
On Wed, Aug 24, 2011 at 10:06 AM, Marco van de Voort wrote: > In our previous episode, Jonas Maebe said: >> >> > I just searched all my PDF docs for FPC, and couldn't find a single >> > reference to 'crossinstall' anywhere. :-( >> >> The FPC documentation does not document building FPC itself, tha

Re: [fpc-pascal] FPC i386 and x86_64 using the same source

2011-08-24 Thread Marco van de Voort
In our previous episode, Jonas Maebe said: > > > I just searched all my PDF docs for FPC, and couldn't find a single > > reference to 'crossinstall' anywhere. :-( > > The FPC documentation does not document building FPC itself, that is what > the buildfaq is for (although apparently it doesn't me

Re: [fpc-pascal] FPC i386 and x86_64 using the same source

2011-08-23 Thread Jonas Maebe
On 23 Aug 2011, at 08:46, Graeme Geldenhuys wrote: > I just searched all my PDF docs for FPC, and couldn't find a single > reference to 'crossinstall' anywhere. :-( The FPC documentation does not document building FPC itself, that is what the buildfaq is for (although apparently it doesn't ment

Re: [fpc-pascal] FPC i386 and x86_64 using the same source

2011-08-23 Thread Marcos Douglas
On Mon, Aug 22, 2011 at 9:04 PM, Den Jean wrote: > On Monday 22 August 2011 23:24:29 Jonas Maebe wrote: >> 3. Install everything to the same prefix. Add CROSSINSTALL=1 to the "make >> install" line for which you do not want to install the utilities (e.g., if >> you want the default compiler to be

Re: [fpc-pascal] FPC i386 and x86_64 using the same source

2011-08-23 Thread Marcos Douglas
On Mon, Aug 22, 2011 at 6:24 PM, Jonas Maebe wrote: > > On 22 Aug 2011, at 23:08, Marcos Douglas wrote: >> So, I understood right, is not supported. >> I not need these utilities and I do not know if they all are important >> or who uses them, etc. > > Some of them are used by the makefiles, some

Re: [fpc-pascal] FPC i386 and x86_64 using the same source

2011-08-22 Thread Graeme Geldenhuys
On 23/08/2011, Den Jean wrote: > these options like crosszipinstall, crossinstall, ... are probably > documented in a dozen places, albeit not visible enough for my blind eyes. +1 These settings seem very confusing, and definitely hard to find in any documentation. I just searched all my PDF doc

Re: [fpc-pascal] FPC i386 and x86_64 using the same source

2011-08-22 Thread Den Jean
On Monday 22 August 2011 23:24:29 Jonas Maebe wrote: > 3. Install everything to the same prefix. Add CROSSINSTALL=1 to the "make > install" line for which you do not want to install the utilities (e.g., if > you want the default compiler to be the i386 one, add CROSSINSTALL=1 when > installing the

Re: [fpc-pascal] FPC i386 and x86_64 using the same source

2011-08-22 Thread Jonas Maebe
On 22 Aug 2011, at 23:08, Marcos Douglas wrote: > On Mon, Aug 22, 2011 at 5:59 PM, Jonas Maebe > wrote: >> >> On 22 Aug 2011, at 22:51, Marcos Douglas wrote: >> >>> In my opinion, everything that was created should have a prefix folder >>> specifying your TARGET. >>> If I compile the FPC to x

Re: [fpc-pascal] FPC i386 and x86_64 using the same source

2011-08-22 Thread Marcos Douglas
On Mon, Aug 22, 2011 at 5:59 PM, Jonas Maebe wrote: > > On 22 Aug 2011, at 22:51, Marcos Douglas wrote: > >> In my opinion, everything that was created should have a prefix folder >> specifying your TARGET. >> If I compile the FPC to x64 plataform all these binaries only will run >> on this platfo

Re: [fpc-pascal] FPC i386 and x86_64 using the same source

2011-08-22 Thread Jonas Maebe
On 22 Aug 2011, at 22:51, Marcos Douglas wrote: > In my opinion, everything that was created should have a prefix folder > specifying your TARGET. > If I compile the FPC to x64 plataform all these binaries only will run > on this platform. I want to have each file/exe/ppu/etc for each > platform.