[fpc-pascal]Can't find lmysqlclient ¿What I'm missing?

2004-06-07 Thread Eduardo Lopez
Hello all: I'm just trying to compile the testdb.pp and I get the following error: ./ld:can't find lmysqlclient 1) I'm working with Mandrake 8.2 2) Installed mysql with all library (database and development) 3) Installed fpc 1.9.3 rpm, fpc doc rpm and fpcsrc 1.9.3 rpm. 4) copy testdb.pp to

[fpc-pascal]Re: [fpc-pascal]Can't find lmysqlclient ?What I'm missing?

2004-06-07 Thread Michael Van Canneyt
On Mon, 7 Jun 2004, Eduardo Lopez wrote: > Hello all: > > I'm just trying to compile the testdb.pp and I get the following error: > > ./ld:can't find lmysqlclient > > 1) I'm working with Mandrake 8.2 > 2) Installed mysql with all library (database and development) > 3) Installed fpc 1.9.

[fpc-pascal]Re: [fpc-pascal]�at I'm missing?

2004-06-07 Thread Eduardo Lopez
Michael Van Canneyt escribiÃ: On Mon, 7 Jun 2004, Eduardo Lopez wrote: Hello all: I'm just trying to compile the testdb.pp and I get the following error: ln -s libmysqlclient.so.10.0.0 lmysqlclient This should be: ln -s libmysqlclient.so.10.0.0 lmysqlclient.so Michael. Thank you very muc

[fpc-pascal]ARM compiling error

2004-06-07 Thread Jose Pascual
I have tried to build last cvs version 1.9.4 for ARM and It can't compile #> #> make clean all OS_TARGET=linux CPU_TARGET=arm BINUTILSPREFIX=arm-linux- #> -- DUMP SCREEN --- /trabajo/programas/freepascal/cvs/fpc/compiler/ppcrossarm -Ur -XParm-linux- -Xc -Xr

[fpc-pascal]Re: [fpc-pascal]Re: [fpc-pascal]Can't find lmysqlclient ¿What I'm missing?

2004-06-07 Thread Anton Tichawa
Michael Van Canneyt wrote: On Mon, 7 Jun 2004, Eduardo Lopez wrote: Hello all: I'm just trying to compile the testdb.pp and I get the following error: ./ld:can't find lmysqlclient 1) I'm working with Mandrake 8.2 2) Installed mysql with all library (database and development) 3) Installed

Re: [fpc-pascal]Re: [fpc-pascal]Re: [fpc-pascal]Can't find lmysqlclient ¿What I'm missing?

2004-06-07 Thread Michael . VanCanneyt
On Mon, 7 Jun 2004, Anton Tichawa wrote: > Michael Van Canneyt wrote: > > >On Mon, 7 Jun 2004, Eduardo Lopez wrote: > > > > > > > >>Hello all: > >> > >>I'm just trying to compile the testdb.pp and I get the following error: > >> > >>./ld:can't find lmysqlclient > >> > >>1) I'm working

Re: [fpc-pascal]Re: [fpc-pascal]Re: [fpc-pascal]Can't find lmysqlclient What I'm missing?

2004-06-07 Thread Eduardo Lopez
Anton Tichawa escribió: Excuse me if I#m wrong, but shouldn't that read: ln -s libmysqlclient.so.10.0.0 libmysqlclient.so ('lib' instead of 'l' in the second argument) I'm sorry, but the error say: can't find _lmysqlclient_ In /usr/bin I 've created : lmysqlclient lmysqlclient.so libmysqlclient li

Re: [fpc-pascal]Re: [fpc-pascal]Re: [fpc-pascal]Can't find lmysqlclient What I'm missing?

2004-06-07 Thread Anton Tichawa
Eduardo Lopez wrote: Anton Tichawa escribió: Excuse me if I#m wrong, but shouldn't that read: ln -s libmysqlclient.so.10.0.0 libmysqlclient.so ('lib' instead of 'l' in the second argument) I'm sorry, but the error say: can't find _lmysqlclient_ traditionally, libraries are prefixed -lbla for gcc a