Date: Tue, 1 Feb 2005 16:10:59 -0800 From: Kris Kennaway <kris@obsecurity.org> To: Leon <leonmk@optonline.net> Cc: freebsd-questions@freebsd.org Subject: Re: Development on a FreeBSD5.3 Message-ID: <20050202001058.GA18283@xor.obsecurity.org> In-Reply-To: <000601c50897$247a35c0$a23db918@D1TWQX41> References: <000601c50897$247a35c0$a23db918@D1TWQX41>
next in thread | previous in thread | raw e-mail | index | archive | help
--rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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++. >=20 > 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 --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCABqSWry0BWjoQKURAiD7AKDrqd/CuBllXqUG0pS2oKrTdJq23ACgllpy NufZHWEJ9wB/1PlbzLXeaj8= =P3bp -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050202001058.GA18283>