Re: [fpc-pascal] Cross-compilation to Linux from win32

2005-01-18 Thread [EMAIL PROTECTED]
- Original Message - From: "Simon Kissel" <[EMAIL PROTECTED]> To: Sent: Friday, January 14, 2005 7:55 PM Subject: [fpc-pascal] Cross-compilation to Linux from win32 > Hi, > > after quite some time I thought to give FPC another try to see if it's >

Re: [fpc-pascal] Cross-compilation to Linux from win32

2005-01-18 Thread [EMAIL PROTECTED]
Hi, Little typo corrected :P > 7. Check if it's cygwin's make. If it's the wrong version than alter cygwin.bat and change the path so that only windows folders and this path is in it: c:\cygwin\bin than should be then ;) 7. Check if it's cygwin's make. If it's the wrong version then alter cygwi

Re: [fpc-pascal] Cross-compilation to Linux from win32

2005-01-18 Thread [EMAIL PROTECTED]
I have changed this line: > This configure program will make a new make file so that the binutils can be > compiled for linux To this: This configure program will make a new make file so that the binutils can be compiled/linked for the host which is windows and use cygwin1.dll to work but so tha

Re: [fpc-pascal] Cross-compilation to Linux from win32

2005-01-15 Thread Michael . VanCanneyt
On Fri, 14 Jan 2005, Simon Kissel wrote: > Hi, > > after quite some time I thought to give FPC another try to see if it's > a suitable replacement for Kylix. > > My goal is to be able to cross-compile Linux elf targets from win32. > > So I downloaded and installed 1.9.6, and after that added

Re: [fpc-pascal] Cross-compilation to Linux from win32

2005-01-15 Thread Peter Vreman
> Hi, > > after quite some time I thought to give FPC another try to see if it's > a suitable replacement for Kylix. > > My goal is to be able to cross-compile Linux elf targets from win32. > > So I downloaded and installed 1.9.6, and after that added the units > packages for Linux. > > Run up FP,

[fpc-pascal] Cross-compilation to Linux from win32

2005-01-14 Thread Simon Kissel
Hi, after quite some time I thought to give FPC another try to see if it's a suitable replacement for Kylix. My goal is to be able to cross-compile Linux elf targets from win32. So I downloaded and installed 1.9.6, and after that added the units packages for Linux. Run up FP, compiled hello wor