From owner-freebsd-questions@FreeBSD.ORG Tue Feb 1 19:49:57 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A569116A4CE for ; Tue, 1 Feb 2005 19:49:57 +0000 (GMT) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.5.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59EEC43D55 for ; Tue, 1 Feb 2005 19:49:55 +0000 (GMT) (envelope-from leonmk@optonline.net) Received: from D1TWQX41 (ool-18b93da2.dyn.optonline.net [24.185.61.162]) by mta5.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.25 (built Mar 3 2004)) with SMTP id <0IB900EDE0EIV4@mta5.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Tue, 01 Feb 2005 14:49:30 -0500 (EST) Date: Tue, 01 Feb 2005 14:49:29 -0500 From: Leon To: freebsd-questions@freebsd.org Message-id: <000601c50897$247a35c0$a23db918@D1TWQX41> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-Priority: 3 X-MSMail-priority: Normal Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Development on a FreeBSD5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2005 19:49:57 -0000 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? Thanks for any help. Leon.