From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5071 invoked by alias); 18 Oct 2002 17:32:30 -0000 Mailing-List: contact gsl-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sources.redhat.com Received: (qmail 5063 invoked from network); 18 Oct 2002 17:32:29 -0000 Received: from unknown (HELO blueyonder.co.uk) (195.188.53.94) by sources.redhat.com with SMTP; 18 Oct 2002 17:32:29 -0000 Received: from pcow057o.blueyonder.co.uk ([127.0.0.1]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Fri, 18 Oct 2002 18:32:28 +0100 Received: from localhost (unverified [62.30.73.131]) by pcow057o.blueyonder.co.uk (Content Technologies SMTPRS 4.2.9) with ESMTP id ; Fri, 18 Oct 2002 18:32:28 +0100 Received: by network-theory.co.uk via sendmail from stdin id (Debian Smail3.2.0.102) for gaurav@godot.urol.uic.edu; Fri, 18 Oct 2002 17:46:04 +0100 (BST) From: Brian Gough Message-ID: <15792.15052.913601.392363@debian> Date: Fri, 18 Oct 2002 10:32:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Gaurav Bansal CC: Subject: Re: gsl compilation with gcc In-Reply-To: References: <15779.15185.88510.157216@debian> X-SW-Source: 2002-q4/txt/msg00046.txt.bz2 Gaurav Bansal writes: > Hello there, > > I am new to this discussion group. I want to use GSL eigen value lib in my > C++ program. so i need to include the header file for eigen value. > > Problem is that the header file is located in c:/programFiles/GSL > directory and my program is in other directory. Compiler cant find the > required files. > > How can i make sure that the compiler will look at GSL library? The manual for your compiler should describe how to add directories to its include path.