- 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
>
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
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
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
> 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,
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