From owner-freebsd-ports Tue Mar 25 16:41: 9 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 616E837B401 for ; Tue, 25 Mar 2003 16:41:05 -0800 (PST) Received: from grouse.salk.edu (emex2.salk.edu [198.202.68.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id B547643F75 for ; Tue, 25 Mar 2003 16:41:04 -0800 (PST) (envelope-from jorge@salk.edu) Received: from grouse.salk.edu (grouse [10.1.25.125]) by grouse.salk.edu (8.12.8/8.12.8) with SMTP id h2Q0XRq4018077 for ; Tue, 25 Mar 2003 16:33:37 -0800 (PST) Received: from sherryl.salk.edu ([198.202.70.151]) by grouse.salk.edu (SAVSMTP 3.0.0.44) with SMTP id M2003032516333723437 for ; Tue, 25 Mar 2003 16:33:37 -0800 Received: from merckx.snl.salk.edu (merckx.snl.salk.edu [198.202.70.90]) by sherryl.salk.edu (8.12.8/8.12.8) with ESMTP id h2Q0f2lW088153 for ; Tue, 25 Mar 2003 16:41:02 -0800 (PST) Date: Tue, 25 Mar 2003 16:41:02 -0800 (PST) From: Jorge Aldana X-X-Sender: jorge@merckx.snl.salk.edu To: freebsd-ports@freebsd.org Subject: GSL (Gnu Scientific Libraries) Message-ID: <20030325160638.P69111@merckx.snl.salk.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org To GSL port maintainer, I have installed the gsl libraries but keep getting the following error when attemping to compile: >g++ -L/usr/local/lib -lgsl -lgslcblas -lm if5.c In file included from if5.c:6: /usr/local/include/gsl/gsl_rng.h:23: gsl/gsl_types.h: No such file or directory /usr/local/include/gsl/gsl_rng.h:24: gsl/gsl_errno.h: No such file or directory In file included from if5.c:7: /usr/local/include/gsl/gsl_randist.h:22: gsl/gsl_rng.h: No such file or directory I checked the paths and all was in the correct location. So I tried a quick test and copied the include files to /usr/include/gsl from /usr/local/include/gsl and I was able to compile. I also noticed that the Linux verion installs to /usr/include as opposed to /usr/local/include (or /usr/local vs /usr ). Is there another parameter which I may need to setup or other? Jorge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message