From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 586 invoked by alias); 5 Nov 2002 23:59:14 -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 577 invoked from network); 5 Nov 2002 23:59:11 -0000 Received: from unknown (HELO godot.urol.uic.edu) (128.248.74.20) by sources.redhat.com with SMTP; 5 Nov 2002 23:59:11 -0000 Received: from localhost by godot.urol.uic.edu (8.9.3/8.9.3) with ESMTP id RAA22052; Tue, 5 Nov 2002 17:59:06 -0600 (CST) Date: Tue, 05 Nov 2002 18:42:00 -0000 From: Gaurav Bansal X-X-Sender: To: Brian Gough cc: Subject: Make File - VPATH usage problem using GSL eigen value program In-Reply-To: <15792.15052.913601.392363@debian> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-q4/txt/msg00110.txt.bz2 Hello There, I am using g++ compiler in UNIX. I have a couple of .h and .c files that i am using from GNU-GSL library. These files are stored in my program subdirectory called "gsl". I am using VPATH variable in makefile to make sure that subdirectory is checked for files. I am also using -Igsl in the CFLAGS for compiler. The program compiles but there is a problem with the linker. Do i have to specify somewhere in make file for the linker to know that some files are in "gsl" subdirectory. Thank you , Gaurav