From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14294 invoked by alias); 13 Dec 2001 00:16:50 -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 14271 invoked from network); 13 Dec 2001 00:16:49 -0000 Received: from unknown (HELO smtp3.cern.ch) (137.138.131.164) by sources.redhat.com with SMTP; 13 Dec 2001 00:16:49 -0000 Received: from acer01 (isdnp21.cern.ch [137.138.245.181]) by smtp3.cern.ch (8.11.6/8.11.6) with SMTP id fBD0D1X03659; Thu, 13 Dec 2001 01:13:01 +0100 (MET) X-Authentication-Warning: smtp3.cern.ch: Host isdnp21.cern.ch [137.138.245.181] claimed to be acer01 From: "=?us-ascii?Q?J.J._Gomez_Cadenas?=" To: "Brian Gough" , "J.J. Gomez Cadenas" Cc: "J.J. Gomez Cadenas" , Subject: RE: AW: hypergeometric function Date: Thu, 06 Dec 2001 09:15:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal In-Reply-To: <15383.59890.483556.961645@debian> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-SW-Source: 2001-q4/txt/msg00133.txt.bz2 Message-ID: <20011206091500.x3gt9rpW_-7CoNbEWQxmyzVcDLepUjrEgch0FzhfS_g@z> Hi Brian, No, I haven't tried, I just downloaded the .exe program. I may try next week. MVC++ is a pain in the neck... jj -----Mensaje original----- De: Brian Gough [mailto:bjg@network-theory.co.uk] Enviado el: jueves, 13 de diciembre de 2001 0:36 Para: J.J. Gomez Cadenas CC: J.J. Gomez Cadenas; gsl-discuss@sources.redhat.com Asunto: RE: AW: hypergeometric function J.J. Gomez Cadenas writes: > 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. > > test_complex.exe - 2 error(s), 0 warning(s) > > Notice that the missing symbol is in a module of libgsld.lib. I downloaded > v1 only a few days ago > Hi, I couldn't even get that far unfortunately (see below). Have you tried recompiling the library yourself using GSL.dsw? Brian --------------------Configuration: test - Win32 Debug-------------------- Compiling... jjtest.c c:\program files\microsoft visual studio\vc98\include\eh.h(32) : fatal error C1189: #error : "eh.h is only for C++!" Error executing cl.exe. jjtest.obj - 1 error(s), 0 warning(s) --------------------Configuration: test - Win32 Debug-------------------- Compiling... GSL_Complex.cpp c:\program files\microsoft visual studio\vc98\include\utility(81) : error C2146: syntax error : missing ';' before identifier 'iterator_category' c:\program files\microsoft visual studio\vc98\include\utility(84) : see reference to class template instantiation 'std::iterator_traits<_It>' being compiled c:\program files\microsoft visual studio\vc98\include\utility(81) : error C2838: illegal qualified name in member declaration c:\program files\microsoft visual studio\vc98\include\utility(84) : see reference to class template instantiation 'std::iterator_traits<_It>' being compiled .... c:\program files\microsoft visual studio\vc98\include\xstring(292) : see declaration of 'replace' c:\program files\microsoft visual studio\vc98\include\xstring(597) : see reference to class template instantiation 'std::basic_string<_E,_Tr,_A>' being compiled c:\program files\microsoft visual studio\vc98\include\xstring(297) : fatal error C1003: error count exceeds 100; stopping compilation c:\program files\microsoft visual studio\vc98\include\xstring(597) : see reference to class template instantiation 'std::basic_string<_E,_Tr,_A>' being compiled Error executing cl.exe. GSL_Complex.obj - 102 error(s), 0 warning(s)