[fpc-pascal] TEXT MODE IDE WAS NOT RUN UNDER FEDORA CORE 5 !!!

2006-07-17 Thread Andi Purwito
These my freepascal RPMs files installed on my FC5 laptop;fpc-2.0.2-4.fc5.i386.rpmfpc-doc-2.0.2-4.fc5.i386.rpmfpc-src-2.0.2-4.fc5.i386.rpmeverything is ok during install process using rpm -ivh ...but when i hit fp on my terminal (including Linux Console), there's nothing progress running. Just my

Re: [fpc-pascal] TEXT MODE IDE WAS NOT RUN UNDER FEDORA CORE 5 !!!

2006-07-17 Thread Michael Van Canneyt
On Sun, 16 Jul 2006, Andi Purwito wrote: These my freepascal RPMs files installed on my FC5 laptop; fpc-2.0.2-4.fc5.i386.rpm fpc-doc-2.0.2-4.fc5.i386.rpm fpc-src-2.0.2-4.fc5.i386.rpm everything is ok during install process using rpm -ivh ... but when i hit fp on my terminal (including Linux C

Re: [fpc-pascal] TEXT MODE IDE WAS NOT RUN UNDER FEDORA CORE 5 !!!

2006-07-17 Thread Tomas Hajny
Michael Van Canneyt wrote: > On Sun, 16 Jul 2006, Andi Purwito wrote: > >> These my freepascal RPMs files installed on my FC5 laptop; >> fpc-2.0.2-4.fc5.i386.rpm >> fpc-doc-2.0.2-4.fc5.i386.rpm >> fpc-src-2.0.2-4.fc5.i386.rpm >> everything is ok during install process using rpm -ivh ... >> but when

[fpc-pascal] Common OpenMP syntax?

2006-07-17 Thread Florian Klaempfl
I'am currently thinking about implementing OpenMP support in FPC. However, there is currently (to my knowledge) no pascal syntax defined for OpenMp support. Do you think we can find a common syntax to simplify things for users? I've some ideas how it be done, but I want to hear other ideas first so

[fpc-pascal] usage of {$FPC_USE_LIBC}

2006-07-17 Thread Marc Santhoff
Hi, I read http://www.freepascal.org/wiki/index.php/OS_aware_RTL and wonder when {$FPC_USE_LIBC} is set and how the decision is made? TIA, Marc ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fp

Re: [fpc-pascal] usage of {$FPC_USE_LIBC}

2006-07-17 Thread Michael Van Canneyt
On Mon, 17 Jul 2006, Marc Santhoff wrote: > Hi, > > I read http://www.freepascal.org/wiki/index.php/OS_aware_RTL > > and wonder when {$FPC_USE_LIBC} is set and how the decision is made? In the Makefile.fpc for the platform. It's added to the compiler options. Michael. __

Re: [fpc-pascal] TEXT MODE IDE WAS NOT RUN UNDER FEDORA CORE 5 !!!

2006-07-17 Thread Rainer Stratmann
Am Montag, 17. Juli 2006 13:32 schrieb Michael Van Canneyt: > On Sun, 16 Jul 2006, Andi Purwito wrote: > > These my freepascal RPMs files installed on my FC5 laptop; > > fpc-2.0.2-4.fc5.i386.rpm > > fpc-doc-2.0.2-4.fc5.i386.rpm > > fpc-src-2.0.2-4.fc5.i386.rpm > > everything is ok during install pr

Re: [fpc-pascal] TEXT MODE IDE WAS NOT RUN UNDER FEDORA CORE 5 !!!

2006-07-17 Thread Tomas Hajny
On 17 Jul 06, at 22:58, Rainer Stratmann wrote: > Am Montag, 17. Juli 2006 13:32 schrieb Michael Van Canneyt: > > On Sun, 16 Jul 2006, Andi Purwito wrote: . . > Is it possible to select code in the IDE on Linux? > Shift+Cursor does not work on my PC (Kanotix). If nothing else, the Wordstar conve

Re: [fpc-pascal] usage of {$FPC_USE_LIBC}

2006-07-17 Thread Jonas Maebe
On 17 Jul 2006, at 22:06, Michael Van Canneyt wrote: I read http://www.freepascal.org/wiki/index.php/OS_aware_RTL and wonder when {$FPC_USE_LIBC} is set and how the decision is made? In the Makefile.fpc for the platform. It's added to the compiler options. And if you meant "how we made t

Re: [fpc-pascal] usage of {$FPC_USE_LIBC}

2006-07-17 Thread Marc Santhoff
Am Montag, den 17.07.2006, 22:06 +0200 schrieb Michael Van Canneyt: > > On Mon, 17 Jul 2006, Marc Santhoff wrote: > > > Hi, > > > > I read http://www.freepascal.org/wiki/index.php/OS_aware_RTL > > > > and wonder when {$FPC_USE_LIBC} is set and how the decision is made? > > In the Makefile.fpc