Re: [fpc-pascal] Cross compiling x86_64 on i386 Linux.

2012-05-30 Thread Bruce Tulloch
In follow up, I updated and rebuilt the latest binutils http://ftp.gnu.org/gnu/binutils/binutils-2.22.tar.gz and tried the patch associated with this bug report: http://sourceware.org/bugzilla/show_bug.cgi?id=10340 to see if my problem was due to this bug. It does not appear to be: the link

Re: [fpc-pascal] Cross compiling x86_64 on i386 Linux.

2012-05-30 Thread Bruce Tulloch
On 31/05/12 01:40, Jonas Maebe wrote: > >> I'm thinking that ld should be looking at: >> >> /mnt/engels/lib/libpthread.so.0 >> >> but according to the error message it's looking at: >> >> /lib/libpthread.so.0 >> >> which read literally would explain the error. > > That's correct. It seems that

Re: [fpc-pascal] fpGUI Toolkit v0.8 release for FPC 2.4.4 & 2.6.0-rc

2012-05-30 Thread Graeme Geldenhuys
On 25 May 2012 18:14, Paul Breneman wrote: > I've recently added new releases for Linux and ARM Linux on this page: >  http://www.turbocontrol.com/easyfpgui.htm Excellent stuff, thanks Paul. I am planning on getting an Android based smart phone in the next few months. I hope to start looking into

Re: [fpc-pascal] Cross compiling x86_64 on i386 Linux.

2012-05-30 Thread Jonas Maebe
On 30 May 2012, at 01:50, Bruce Tulloch wrote: > I tried --with-sysroot for configure in buildcrossbinutils and it does > not appear to make any difference. I still get the error > "/usr/local/opt/binutils/bin/x86_64-linux-ld: skipping incompatible > /lib/libpthread.so.0 when searching for /lib/l

Re: [fpc-pascal] Re: I need an lNet expert: multiple connections and only one central CallAction() - is this possible?

2012-05-30 Thread Bernd
2012/5/29 Jonas Maebe : > It means that you have memory corruption in your program (using objects after > freeing them, writing via pointers that have already been freed, writing past > end of a memory block allocated to a pointer, etc). This seems to happen inside the TLEpollEventer (it won't