Re: [fpc-pascal] problem compiling svn-fpc for arm-linux

2006-03-19 Thread Jonas Maebe
On 19 Mar 2006, at 10:07, Koenraad Lelong wrote: This program is buggy - '@' is used as the comment character for ARM, so everything after that is ignored. The assembler therefore sees: .type operatingsystem_result, which is garbage. The GNU assembler targetted for ARM accepts

Re: [fpc-pascal] problem compiling svn-fpc for arm-linux

2006-03-19 Thread Koenraad Lelong
Jonas Maebe schreef: On 19 Mar 2006, at 10:07, Koenraad Lelong wrote: This program is buggy - '@' is used as the comment character for ARM, so everything after that is ignored. The assembler therefore sees: .type operatingsystem_result, which is garbage. The GNU assembler targetted

Re: [fpc-pascal] i386-linux-as: command not found

2006-03-19 Thread Tomas Hajny
On 19 Mar 06, at 18:51, Alain Michaud wrote: Hi, I am trying to compile FPC from the SVN. I get the following error message: ... make[4]: i386-linux-as: command not found make[4]: *** [prt0.o] Error 127 make[4]: Leaving directory '/home/microwave/freepascal/fpcsvn/rtl/linux' make[4]:

[fpc-pascal] converting TjanSQL

2006-03-19 Thread Bisma Jayadi
Hi all... I found TjanSQL from http://jansfreeware.com. It's a small-text-based custom database component with SQL ability. The database itself is a comma separated value (csv) text file. I think this component is better than the TSDFDataSet (separated data file) or TFDFData (fixed data