[fpc-devel] 64-bit Migration (fpc/laz)

2010-01-10 Thread London Disney
Could anyone direct me to the right person for these please? Some of them are FPC-user related vs. -developer related but I like to ask them all in one post. a) How do we use fpc/laz to make Mach-O fat binaries? b) Which versions was the first to support Intel Macs and which version was the

Re: [fpc-devel] 64-bit Migration (fpc/laz)

2010-01-10 Thread London Disney
shouldn't need much change. On Sun, Jan 10, 2010 at 2:00 PM, Jonas Maebe jonas.ma...@elis.ugent.bewrote: On 10 Jan 2010, at 14:45, London Disney wrote: a) How do we use fpc/laz to make Mach-O fat binaries? Compile the different versions separately and then combine them using the lipo tool

Re: [fpc-devel] 64-bit Migration (fpc/laz)

2010-01-10 Thread London Disney
that will answer. thanks again. On Sun, Jan 10, 2010 at 2:33 PM, Jonas Maebe jonas.ma...@elis.ugent.bewrote: On 10 Jan 2010, at 15:26, London Disney wrote: As with my question (c), yes I mean what in the compiler did you need to modify or focus on the most ? As far as adding Darwin

[fpc-devel] COMPUNIT for building the compiler

2010-01-06 Thread London Disney
Is there a way to find out what stuff have been generated after a make under osx ? The fpcbuild.zip includs a lot of files; I do a make all under ...ide/compiler/ and it seems that it compiles fine; I mean compunit.ppu and compunit.o are created however I was expecting a proper ppc* compiler as

Re: [fpc-devel] COMPUNIT for building the compiler

2010-01-06 Thread London Disney
ok thanks. really hard to get into new stuff under *nix systems. would be nice to have xcode projects for all this as well as command-line make files. are there any plans to do that ? On Wed, Jan 6, 2010 at 2:06 PM, Marco van de Voort mar...@stack.nl wrote: In our previous episode, London

Re: [fpc-devel] COMPUNIT for building the compiler

2010-01-06 Thread London Disney
. On Wed, Jan 6, 2010 at 2:21 PM, Jonas Maebe jonas.ma...@elis.ugent.bewrote: On 06 Jan 2010, at 15:09, London Disney wrote: would be nice to have xcode projects for all this as well as command-line make files. are there any plans to do that ? I don't think so, since I know of nobody that uses