logo       

Re: Still undefined references: msg#00013

db.mysql.c++

Subject: Re: Still undefined references

On Thu, 2002-09-12 at 17:01, Reto Stalder wrote:
> Hi,
>
> my MySQL++ installation does still not work. I've installed it the way
> Matthiew Leach and Denis Rampnoux have figured out last week. Most of the
> linker errors don't occur anymore, but there are still some. What library is
> missing? My C++ program looks like this:
>
> #include <iostream.h>
> #include <iomanip.h>
> #include <sqlplus.hh>
>
> int main(){
> return 0;
> }
>
> If I make "g++ main.cc -o main" I get the following errors:

maybe this helps?

g++ mysql.cpp -I/usr/include/mysql -L/usr/lib/mysql -lmysqlclient
-lsqlplus


best regards,
Andreas Hjordt




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise