[fpc-devel] Native compilers for non-x86

2010-02-25 Thread Mark Morgan Lloyd
I'm having another of my periodic attempts at getting various systems up-to-date here, and I wonder if I could ask for help with build problems. First machine is an ARM-based Linksys NSLU2 "Slug", running Debian "Squeeze" i.e. little-endian EABI. I've previously managed to build for this using

Re: [fpc-devel] procedure ... message(); in Linux

2010-02-25 Thread David W Noon
On Thu, 25 Feb 2010 17:59:05 +0100, Michael Schnell wrote about Re: [fpc-devel] procedure ... message(); in Linux: > Can't anyone answer the question if in Linux the legal and compilable > construct > > procedure... message; > > either > > is not supposed to be working > > or > > how I can ha

Re: [fpc-devel] procedure ... message(); in Linux

2010-02-25 Thread Nikolai Zhubr
25.02.2010 19:59, Michael Schnell: Can't anyone answer the question if in Linux the legal and compilable construct procedure... message; either is not supposed to be working Is is working fine on linux, see my example below. or how I can have such a procedure be executed (e.g. by posting a

Re: [fpc-devel] procedure ... message(); in Linux

2010-02-25 Thread Mattias Gärtner
Zitat von Michael Schnell : Can't anyone answer the question if in Linux the legal and compilable construct procedure... message; either is not supposed to be working or how I can have such a procedure be executed (e.g. by posting a message from a thread or another application, what I succe