From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Gough To: "J.J. Gomez Cadenas" Cc: Subject: RE: AW: hypergeometric function Date: Wed, 19 Dec 2001 13:20:00 -0000 Message-id: <15382.16810.979092.15228@debian> References: <15374.30658.124300.976226@debian> X-SW-Source: 2001/msg00803.html J.J. Gomez Cadenas writes: > I get the problem below when trying to link a test program for a > C++ complex class that wraps gsl complex. The program compiles fine > AND compiles, links and executes no problem in Linux. I have just > downloaded version v1 of GSL for windows. Any ideas? > Note: I have searched in the sources for "HUGE" and I only find > the work in gsl_nan.h However, I cannot see the word __HUGE > there... > This is the error.... > > Done Searching Libraries libgsld.lib(invhyp.obj) : error LNK2001: > unresolved external symbol __HUGE ../Win32Debug/test_complex.exe : > fatal error LNK1120: 1 unresolved externals Error executing > link.exe. Haven't ever seen that. You'll need to send the program to the list I think. Brian From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17032 invoked by alias); 11 Dec 2001 20:22:37 -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 17017 invoked from network); 11 Dec 2001 20:22:37 -0000 Received: from unknown (HELO imailg1.svr.pol.co.uk) (195.92.195.179) by sources.redhat.com with SMTP; 11 Dec 2001 20:22:37 -0000 Received: from modem-198.erendis.dialup.pol.co.uk ([62.136.198.198] helo=debian) by imailg1.svr.pol.co.uk with esmtp (Exim 3.13 #0) id 16DtMp-0003Pk-00; Tue, 11 Dec 2001 20:19:08 +0000 Received: from bjg by debian with local (Exim 2.05 #1 (Debian)) id 16DqfL-00009l-00; Tue, 11 Dec 2001 17:26:03 +0000 From: Brian Gough MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15382.16810.979092.15228@debian> Date: Wed, 05 Dec 2001 12:20:00 -0000 To: "=?US-ASCII?Q?J.J._Gomez_Cadenas?=" Cc: Subject: RE: AW: hypergeometric function In-Reply-To: References: <15374.30658.124300.976226@debian> X-Mailer: VM 6.62 under Emacs 19.34.1 X-SW-Source: 2001-q4/txt/msg00127.txt.bz2 Message-ID: <20011205122000.x52IumgyfiseLzwHH1UlelWmJd03FheGenKkAqyy26w@z> J.J. Gomez Cadenas writes: > I get the problem below when trying to link a test program for a > C++ complex class that wraps gsl complex. The program compiles fine > AND compiles, links and executes no problem in Linux. I have just > downloaded version v1 of GSL for windows. Any ideas? > Note: I have searched in the sources for "HUGE" and I only find > the work in gsl_nan.h However, I cannot see the word __HUGE > there... > This is the error.... > > Done Searching Libraries libgsld.lib(invhyp.obj) : error LNK2001: > unresolved external symbol __HUGE ../Win32Debug/test_complex.exe : > fatal error LNK1120: 1 unresolved externals Error executing > link.exe. Haven't ever seen that. You'll need to send the program to the list I think. Brian