Re: [fpc-devel] THandle and 64bit platforms

2005-08-02 Thread Vincent Snijders
Marc Weustink wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Florian Klaempfl Sent: dinsdag 21 december 2004 8:30 Peter Vreman wrote: My proposal is to rename the current THandle to TFileHandle. And add an platform independent type "THandle=PtrUInt". Note that this can sti

Re: [fpc-devel] cross-compiling (linux program from Win32 platform)

2005-08-02 Thread Marco van de Voort
> >> Sorry, Where I can found them? > > > > > > I don't know; normally you must compile them yourself, but I suppose > > they can be downloaded from various sites. > > Including the fpc ftp server: > ftp://ftp.freepascal.org/pub/fpc/contrib/cross/mingw/ > > win32crossbinutils2005.zip contains c

Re: [fpc-devel] cross-compiling (linux program from Win32 platform)

2005-08-02 Thread Vincent Snijders
Michael Van Canneyt wrote: On Tue, 2 Aug 2005, [koi8-r] ? ?? wrote: You need a cross-linker and cross-assembler binaries. Sorry, Where I can found them? I don't know; normally you must compile them yourself, but I suppose they can be downloaded from various sites. Including

Re: Re[2]: [fpc-devel] cross-compiling (linux program from Win32 platform)

2005-08-02 Thread Marco van de Voort
> On Tue, 2 Aug 2005, [koi8-r] ? ?? wrote: > > >> You need a cross-linker and cross-assembler binaries. > > Sorry, Where I can found them? > > I don't know; normally you must compile them yourself, but I suppose > they can be downloaded from various sites. Like the FPC ftp site: ftp

Re[2]: [fpc-devel] cross-compiling (linux program from Win32 platform)

2005-08-02 Thread Michael Van Canneyt
On Tue, 2 Aug 2005, [koi8-r] ? ?? wrote: You need a cross-linker and cross-assembler binaries. Sorry, Where I can found them? I don't know; normally you must compile them yourself, but I suppose they can be downloaded from various sites. Michael. __

Re[2]: [fpc-devel] cross-compiling (linux program from Win32 platform)

2005-08-02 Thread Ростислав Окулов
> You need a cross-linker and cross-assembler binaries. Sorry, Where I can found them? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: Re[2]: [fpc-devel] cross-compiling (linux program from Win32 platform)

2005-08-02 Thread L505
Another option is to use CoLinux if you find "true" cross compiling too much tedious work. CoLinux acts like a real operating system at your finger tips, which means command line programs can be tested immediately.. There are advantages to both methods. The bottom line is you are going to have to

Re[2]: [fpc-devel] cross-compiling (linux program from Win32 platform)

2005-08-02 Thread Ростислав Окулов
> > I have FPC source code, Win32 binary release, and linux binary release. > > How can I build linux program from win32 platform? > > You need a cross-linker and cross-assembler binaries. > - Then you must compile the linux RTL on windows: >cd rtl; make TARGET_OS=linux OPT=-FDc:\path\to\cross

Re: [fpc-devel] cross-compiling (linux program from Win32 platform)

2005-08-02 Thread Michael Van Canneyt
On Tue, 2 Aug 2005, [koi8-r] ? ?? wrote: I have FPC source code, Win32 binary release, and linux binary release. How can I build linux program from win32 platform? You need a cross-linker and cross-assembler binaries. - Then you must compile the linux RTL on windows: cd rtl; ma

[fpc-devel] cross-compiling (linux program from Win32 platform)

2005-08-02 Thread Ростислав Окулов
I have FPC source code, Win32 binary release, and linux binary release. How can I build linux program from win32 platform? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel