bug-prolog
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

errors


From: Радослав Василев
Subject: errors
Date: Sat, 29 Oct 2016 02:18:56 +0300 (EEST)

When I installed versions:
setup-gprolog-1.4.4-msvc-x86.exe
OR
setup-gprolog-1.4.3-msvc-x86.exe

I got these errors:
1>libbips_pl.lib(arith_inl_c.obj) : error LNK2019: unresolved external symbol __libm_sse2_acos_precise referenced in function _Pl_Fct_Acos
1>libbips_pl.lib(arith_inl_c.obj) : error LNK2019: unresolved external symbol __libm_sse2_asin_precise referenced in function _Pl_Fct_Asin
1>libbips_pl.lib(arith_inl_c.obj) : error LNK2019: unresolved external symbol __libm_sse2_atan_precise referenced in function _Pl_Fct_Atan
1>libbips_pl.lib(arith_inl_c.obj) : error LNK2019: unresolved external symbol __libm_sse2_cos_precise referenced in function _Pl_Fct_Cos
1>libbips_pl.lib(arith_inl_c.obj) : error LNK2019: unresolved external symbol __libm_sse2_exp_precise referenced in function _Pl_Fct_Exp
1>libbips_pl.lib(arith_inl_c.obj) : error LNK2019: unresolved external symbol __libm_sse2_log10_precise referenced in function _Pl_Fct_Log10
1>libbips_pl.lib(arith_inl_c.obj) : error LNK2019: unresolved external symbol __libm_sse2_log_precise referenced in function _Pl_Fct_Log
1>libbips_pl.lib(arith_inl_c.obj) : error LNK2019: unresolved external symbol __libm_sse2_pow_precise referenced in function _Pl_Fct_Fast_Integer_Pow
1>libbips_pl.lib(arith_inl_c.obj) : error LNK2019: unresolved external symbol __libm_sse2_sin_precise referenced in function _Pl_Fct_Sin
1>libbips_pl.lib(arith_inl_c.obj) : error LNK2019: unresolved external symbol __libm_sse2_sqrt_precise referenced in function _Pl_Fct_Sqrt
1>libbips_pl.lib(arith_inl_c.obj) : error LNK2019: unresolved external symbol __libm_sse2_tan_precise referenced in function _Pl_Fct_Tan
1>libengine_pl.lib(machine.obj) : error LNK2019: unresolved external symbol ___report_rangecheckfailure referenced in function _Pl_M_Decompose_File_Name
1>libengine_pl.lib(machine1.obj) : error LNK2001: unresolved external symbol ___report_rangecheckfailure


When I change libraries: libbips_pl.lib and libengine_pl.lib
with similar libraries from versions: setup-gprolog-1.4.2-msvc-x86.exe
I did not get these errors!
How I to fix these errors?
I use Visual Studio 2010

reply via email to

[Prev in Thread] Current Thread [Next in Thread]