Re: Additional question
Posted by: Slava Divxak
Date: December 19, 2005 12:03PM

One more question:

I try to use MySQL++
I've installed it
library in /usr/local/lib

When I compile my programm in Makefile I've written
libs_path=-L/usr/lib -L/usr/local/mysql5/lib/mysql -L/usr/local/lib
incl_path=-I/usr/local/include -I/usr/include -I/usr/local/mysql5/include/mysql -I/usr/local/include/mysql++
libs_name=-lm -lz -lpdf -lmysqlclient -lmysqlpp

.....

all:
.........
g++ -o LBorders obj_tmp/*.o $(ccflags) $(libs_path) $(incl_path) $(libs_name)

And I get so error^
/usr/bin/ld: cannot find -lmysqlpp

???? Why It can be?

Trust me! I'm the best! :)

Options: ReplyQuote


Subject
Views
Written By
Posted
579
December 19, 2005 01:55AM
Re: Additional question
441
December 19, 2005 12:03PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.