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.
_______________________________________________ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal