mysql++-1.7.8 building problem

2001-04-05 Thread Goran Bužić
mysqlgui-1.7.4, but I cannot compile mysql++-1.7.8 because the following error appeared while executing make ld: fatal error: no -lz library I checked for libz.a and libz.so but I can't find any of them. Please help! Best regards

Re: Problem using mysql++-1.7.8.tar.gz

2001-02-05 Thread Sinisa Milivojevic
Patrick Vogel writes: > Hi all, > What's wrong with this > > Updating makefiles > Considering target file 'Makefile'. > Considering target file 'Makefile.in'. >Considering target file 'Makefile.am'. >Looking for an explicit rule for 'Makefile.am'. > Trying pattern rule

Problem using mysql++-1.7.8.tar.gz

2001-02-05 Thread Patrick Vogel
Hi all, What's wrong with this Updating makefiles Considering target file 'Makefile'. Considering target file 'Makefile.in'. Considering target file 'Makefile.am'. Looking for an explicit rule for 'Makefile.am'. Trying pattern rule with stem 'Makefile.am'. Trying implicit pre

Re: mysql++ 1.7.8

2001-02-03 Thread Sinisa Milivojevic
David Gholami writes: > I'm having a little trouble running a program I made with mysql++1.7.8, when > I run the app it segment faults when the connect object is created. > this is what I am running > Red Hat Linux release 7.0 (Guinness) > Kernel 2.2.16-22 on an i

mysql++ 1.7.8

2001-02-02 Thread David Gholami
I'm having a little trouble running a program I made with mysql++1.7.8, when I run the app it segment faults when the connect object is created. this is what I am running Red Hat Linux release 7.0 (Guinness) Kernel 2.2.16-22 on an i586 Mysql 3.23.32 mysql++1.7.8 gcc 2.96.2 here is how I co