Re: [fpc-pascal]/usr/lib/fpc/1.0.6/ppc386 vs. /usr/bin/fpc vs. fpc.cfg?

2003-06-14 Thread Peter Vreman
At 20:06 14-6-2003, you wrote: Are there known issues with 1.0.6 and it's finding the configuration file? Does it matter whether I compile using the 'fpc' or 'ppc386' command (they differ on my system): [EMAIL PROTECTED] ian]$ more ~amead/fpc.cfg -gl -Co -Cr [EMAIL PROTECTED] ian]$ ls -l `which pp

Re: [fpc-pascal]Error compiling testdb.pp example (mysql)

2003-06-14 Thread James Mills
On Sat, Jun 14, 2003 at 06:30:09PM +0200, [EMAIL PROTECTED] wrote: > > > On Sun, 15 Jun 2003, James Mills wrote: > > > On Sat, Jun 14, 2003 at 05:01:38PM +0200, [EMAIL PROTECTED] wrote: > > > > > > > > > On Sun, 15 Jun 2003, James Mills wrote: > > > > > > > On Sat, Jun 14, 2003 at 04:08:38PM +02

[fpc-pascal]IRCClient / Server with fpc

2003-06-14 Thread tuxx
Hello, is there an example of how to write an IRC Client with FPC, the isock*.pp examples only show how to read until i get a "QUIT". thx. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal]/usr/lib/fpc/1.0.6/ppc386 vs. /usr/bin/fpc vs. fpc.cfg?

2003-06-14 Thread Alan Mead
Are there known issues with 1.0.6 and it's finding the configuration file? Does it matter whether I compile using the 'fpc' or 'ppc386' command (they differ on my system): [EMAIL PROTECTED] ian]$ more ~amead/fpc.cfg -gl -Co -Cr [EMAIL PROTECTED] ian]$ ls -l `which ppc386` lrwxrwxrwx1 root

Re: [fpc-pascal]Error compiling testdb.pp example (mysql)

2003-06-14 Thread Michael . VanCanneyt
On Sun, 15 Jun 2003, James Mills wrote: > On Sat, Jun 14, 2003 at 05:01:38PM +0200, [EMAIL PROTECTED] wrote: > > > > > > On Sun, 15 Jun 2003, James Mills wrote: > > > > > On Sat, Jun 14, 2003 at 04:08:38PM +0200, [EMAIL PROTECTED] wrote: > > > > > > > > > > > > On Sat, 14 Jun 2003, James Mills w

Re: [fpc-pascal]Error compiling testdb.pp example (mysql)

2003-06-14 Thread James Mills
On Sat, Jun 14, 2003 at 05:01:38PM +0200, [EMAIL PROTECTED] wrote: > > > On Sun, 15 Jun 2003, James Mills wrote: > > > On Sat, Jun 14, 2003 at 04:08:38PM +0200, [EMAIL PROTECTED] wrote: > > > > > > > > > On Sat, 14 Jun 2003, James Mills wrote: > > > > > > > $ fpc testdb > > > > Free Pascal Compi

Re: [fpc-pascal]Error compiling testdb.pp example (mysql)

2003-06-14 Thread Michael . VanCanneyt
On Sun, 15 Jun 2003, James Mills wrote: > On Sat, Jun 14, 2003 at 04:08:38PM +0200, [EMAIL PROTECTED] wrote: > > > > > > On Sat, 14 Jun 2003, James Mills wrote: > > > > > $ fpc testdb > > > Free Pascal Compiler version 1.0.6 [2002/08/10] for i386 > > > Copyright (c) 1993-2002 by Florian Klaempfl

Re: [fpc-pascal]Error compiling testdb.pp example (mysql)

2003-06-14 Thread James Mills
On Sat, Jun 14, 2003 at 04:08:38PM +0200, [EMAIL PROTECTED] wrote: > > > On Sat, 14 Jun 2003, James Mills wrote: > > > $ fpc testdb > > Free Pascal Compiler version 1.0.6 [2002/08/10] for i386 > > Copyright (c) 1993-2002 by Florian Klaempfl > > Target OS: Linux for i386 > > Compiling testdb.pas

Re: [fpc-pascal]Error compiling testdb.pp example (mysql)

2003-06-14 Thread Michael . VanCanneyt
On Sat, 14 Jun 2003, James Mills wrote: > $ fpc testdb > Free Pascal Compiler version 1.0.6 [2002/08/10] for i386 > Copyright (c) 1993-2002 by Florian Klaempfl > Target OS: Linux for i386 > Compiling testdb.pas > Assembling qtest > Linking testdb > testdb.o(.text+0xaa): In function `program_init

[fpc-pascal]Error compiling testdb.pp example (mysql)

2003-06-14 Thread James Mills
$ fpc testdb Free Pascal Compiler version 1.0.6 [2002/08/10] for i386 Copyright (c) 1993-2002 by Florian Klaempfl Target OS: Linux for i386 Compiling testdb.pas Assembling qtest Linking testdb testdb.o(.text+0xaa): In function `program_init': : undefined reference to `mysql_connect' testdb.pas(84,3