Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

need __kddc libraries

mattsdad
Beginner
209 Views

I want to build a Fortran program from the command line with the /Qtcheck flag, but I got a message about a missing library, libassuret40.lib. I found the library in the C:Program Files (x86)IntelVTuneAnalyzerLib directory and added that directory to my Lib search path, but now I get a flood of link errors about unresolved external symbols all of which start __kddc...

Where is the library that contains thesesymbols?

0 Kudos
2 Replies
TimP
Black Belt
209 Views

Your threadchecker installation should include a tcheckvars.bat script which contains the library paths.

Sorry, my installation got taken away by mandatory periodic Windows system cleanups.

mattsdad
Beginner
209 Views
Found it! Thanks!
Reply