From owner-freebsd-questions@FreeBSD.ORG Wed Jun 27 10:31:35 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A90116A400 for ; Wed, 27 Jun 2007 10:31:35 +0000 (UTC) (envelope-from sameersmail@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id D0F2813C46A for ; Wed, 27 Jun 2007 10:31:34 +0000 (UTC) (envelope-from sameersmail@gmail.com) Received: by nz-out-0506.google.com with SMTP id 34so107924nzf for ; Wed, 27 Jun 2007 03:31:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=pxBf4UBgH3GiI/nN1Mi7qUpi7HW7s964s0KnJvsCFerAqARO4wEhACnZDDsznOx0kJuP9JK8JPy2oIvjiE3oYAFjp4LzfhfcTmY+SSAhSwnlcD1qxqID8h9/Y5nXxNqtYX9yfy393Pn1cAkB48C51a1KI5ot3rmRqcQlpGKjA1A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=VxQbE7d1Bs2yxntd17L9E8bWgyr0s2Bw4xuvULkkfWUCVWpVMJKLIUS1FK1JxHwJQF0wMBWa19FV2zF95Lt/SY+l8dlPfXS/TWQ7EweOR69HFtYL100GWQ+w9xx3kQw0yyE6hpgCRbGNxRhqokebpwOXDkujMtsKRgvs7Cs4rz0= Received: by 10.114.169.2 with SMTP id r2mr364413wae.1182938746599; Wed, 27 Jun 2007 03:05:46 -0700 (PDT) Received: by 10.115.77.6 with HTTP; Wed, 27 Jun 2007 03:05:46 -0700 (PDT) Message-ID: <6c4fb2280706270305i4543c1fbu29a014c645c4cee0@mail.gmail.com> Date: Wed, 27 Jun 2007 15:35:46 +0530 From: "sameer gupta" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: editing the search path for '#include' preprocessor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2007 10:31:35 -0000 hello, i want to add new search path's for including more directories for header files, for that i need to edit the makefile that my gcc compiler uses, however i cant figure out where to find that file, kindly help..i'm a newbie who has just started out regards, sameer