[fpc-pascal]Re: [Mingw-users] gnu binutils cross compiler/linker for linux from windows
Earnie Boyd
earnie_boyd at yahoo.com
Sat Jun 28 13:22:23 CEST 2003
Harald Houppermans wrote:
>
> My questions are the following:
>
> Compiling binutils:
>
> 1. Which parameters to use for ./configure ?
> 2. How to install binutils ?
>
cd binutils
mkdir build
cd build
../configure --prefix=/mingw --target=i686-pc-gnu-linux
make
make install
> Installing flex:
>
> 1. Where do I extract the zipfile too ? does it matter ?
> 2. How should I compile it
> 3. How to install it and where ?
>
cd flex
mkdir build
cd build
../configure --prefix=/mingw
make
make install
> Same questions for bison
>
cd bison
mkdir build
../configure --prefix=/mingw
make
make install
Earnie.
More information about the fpc-pascal
mailing list