Re: [fpc-pascal] Cross compiling: "from linux to Darwin or Mac OS X"

2010-03-26 Thread Patrick Chevalley
I try and give up. What I use now is a Mac virtual machine running on my Linux x64. It's too bad you have to turn to the dark side of the Internet for instruction on how to do that. Patrick ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org htt

Re: [fpc-pascal] Cross-compiling from 64-bit Linux to 32-bit Linux

2010-02-09 Thread Patrick Chevalley
I use Ubuntu 9.10 64bit and I can confirm this link are present with this release. To search for the package that contain a file I find apt-file handy: sudo apt-get install apt-file sudo apt-file update and then apt-file search libX11 ___ fpc-pascal mail

Re: [fpc-pascal] Cross-compiling from 64-bit Linux to 32-bit Linux

2010-02-08 Thread Patrick Chevalley
> I have the same problem (or not?) : Maybe ... try $ locate crti.o must return: /usr/lib/crti.o /usr/lib32/crti.o On Debian/Ubuntu /usr/lib32/crti.o is in a package require by ia32-libs. Beware the path are not the same with Redhat! /usr/lib is 32bit and /usr/lib64 for 64bit. Patrick ___

Re: [fpc-pascal] Cross-compiling from 64-bit Linux to 32-bit Linux

2010-02-08 Thread Patrick Chevalley
Install the ia32-libs package. also check if your fpc.cfg contain the following lines, I not remember if I add them: #ifdef cpui386 -Fl/usr/lib32 -Xd #endif Patrick ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/