Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] symbols/.pdb files for libgmp and libgmpfr on Windows

Subject: CGAL users discussion list

List archive

[cgal-discuss] symbols/.pdb files for libgmp and libgmpfr on Windows


Chronological Thread 
  • From: John DiMatteo <>
  • To:
  • Subject: [cgal-discuss] symbols/.pdb files for libgmp and libgmpfr on Windows
  • Date: Thu, 26 Mar 2015 14:06:37 -0600

Hello,

Are there .pdb files available for GMP and MPFR precompiled libs that are installed as part of CGAL-4.5.2-Setup.exe ?  I am not very familiar with these libraries, but it seems non-trivial to build them on Windows.

I'm working on testing some multithreading code using CGAL, and when I run Intel Inspector to check for data races, I found data races in _gmp_get_memory_functions, _gmpq_init, _gmpz_set, and and mpfr_set_q.  Without symbols, it is difficult for me to determine if the data race is caused by my incorrect usage of CGAL or a bug in these libraries.

Thanks,
John


  • [cgal-discuss] symbols/.pdb files for libgmp and libgmpfr on Windows, John DiMatteo, 03/26/2015

Archive powered by MHonArc 2.6.18.

Top of Page