Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MySQL compile Frustration

Status
Not open for further replies.

razormind

MIS
Sep 18, 2001
1
CA
I have followed the mysql++ 1.7 examples from Mysql.com.
I even tried the standard C examples and I can't get GCC to
compile usng the most basic example.

I am using GCC 2.95 and I have tried for days to sort out the problem.

I compile using:

g++ sqlexample.cc -o sqltest

All the includes are in the path and all the mysql libs are
declared in my ld.so.conf file.

I am not the greatest programmer but I usually get my code
eventually doing what it is suppose to do. I have read so many links and I am still lost with this problem.

Any suggestions will be so appreciated.

Razormind
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top