Development on a FreeBSD5.3

Kris Kennaway kris at obsecurity.org
Tue Feb 1 16:11:00 PST 2005


On Tue, Feb 01, 2005 at 02:49:29PM -0500, Leon wrote:
> Hi,
> I'm trying to use C,C++ and MySQL on FreeBSD.
> I have install "mysql++" for connection to MySQL data base from C++.
> 
> The problem is:
> When I include in my code "mysql++" library, or "iostream" library,
> the system doesn't see this libraries.
> But I have check they are installed.
> So what can I do to make it work properly?

Link against the correct library.  Without knowing the exact command
you're trying it's difficult to guess what you're doing wrong, but
perhaps you're not specifying the library path with -L.

Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20050201/50b4aec1/attachment.bin


More information about the freebsd-questions mailing list