From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 20:06:28 2003 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 480F437B4B7 for ; Wed, 16 Apr 2003 20:06:28 -0700 (PDT) Received: from traven10.uol.com.br (traven10.uol.com.br [200.221.29.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71FA44404B for ; Wed, 16 Apr 2003 20:05:31 -0700 (PDT) (envelope-from fallenbr@uol.com.br) Received: from 200-161-254-124.dsl.telesp.net.br ([200.161.254.124]) by traven10.uol.com.br (8.9.1/8.9.1) with ESMTP id AAA18833 for ; Thu, 17 Apr 2003 00:05:28 -0300 (BRT) From: Konrad Scorciapino To: freebsd-questions@freebsd.org Date: Thu, 17 Apr 2003 00:03:50 -0300 User-Agent: KMail/1.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304170003.50430.fallenbr@uol.com.br> Subject: GCC and libraries 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: Thu, 17 Apr 2003 03:06:31 -0000 Hello, I've installed wxWindows libraries, but got some errors when trying to compile some code that included them: konrad@localhost ~/fonte/wx > g++ HelloWorldApp.cpp -o HelloWorldApp HelloWorldApp.cpp:1: wx/wxprec.h: No such file or directory HelloWorldApp.cpp:4: wx/wx.h: No such file or directory konrad@localhost ~/fonte/wx > After searching, I found those files (wx.h and wxprec.h) at /usr/X11R6/include... Do I need to configure anything to make gcc compile? Thanks!