This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]