[fpc-pascal]Linux RedHat v.8.0, fpc and mysqlclient: /usr/bin/ld: cannot find -lmysqlclient

2003-06-30 Thread arturogr
I am trying to get access to a DataBase in a MySQL server from a Linux RH 8.0 machine (I modified the testdb.pp in order to access the DB): (from a MS-Win98SE machine I got my program to work using/copying the libmySQL.dll into windows\system) I have in the linux machine the "mysqlclient9" installe

[fpc-pascal]Linux RedHat v.8.0, fpc and Characters Set output.

2003-06-30 Thread arturogr
When using a character: ej. chr(254) and others, the "Terminal" window (in X mode (Graphic mode) using "startx") in Linux RH 8.0 show a "?" instead of the apropiate character. What is happening ? Same occurs when running the "FreePascal IDE for Linux v. 0.9.0 2002/04/30", the caracters arround the

[fpc-pascal]Where is the "Turbo Vision" for FreePascal ?

2003-06-30 Thread arturogr
I spent a few time looking for a FreePascal TurboVision software,... I got some files from the net called: "fv"(fv,drivers,fv-ldb,objects) or "gv"(gvision-3.zip). ... but I give-up, I have no idea of HOW or WHERE to start using them... I want to use them in MS-Windows and in Linux RH platform. Any

Re: [fpc-pascal]Linux RedHat v.8.0, fpc and mysqlclient: /usr/bin/ld: cannot find -lmysqlclient

2003-06-30 Thread arturogr
Thanks for youy reply... but partially solved the problem... I used "ldconfig", the machine took a little while... then.. I modified the "fp.cfg" (adding a "-Fl/usr/lib/mysql/" line, it wasn't there)... then y tried to compile "testdb.pp" again: 1) From the "FreePascal IDE" It worked fine, It comp

Re: [fpc-pascal]Linux RedHat v.8.0, fpc and mysqlclient: /usr/bin/ld: cannot find -lmysqlclient

2003-06-30 Thread arturogr
PERFECT!, SOLVED. THANKS A LOT. > > [top-quote somewhat fixed] > >> > If the above thing still fails, simply add >> > >> > -Fl/usr/lib/mysql >> > >> > to your fpc.cfg as an override to the normal ld configuration. > > >> Thanks for youy reply... but partially solved the