Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 6.22/00
-
Component/s: Other
-
Labels:None
-
Environment:
Windows 10 with Visual Studio Community 2019
Description
Compilation of ROOT macro on Windows (.L someMacro.C++) fails because several *.lib files are missing in "lib" directory. As far as I can see only shared version of those libraries exist in "bin" directory.
Could you please modify command used by linker, so that it can use *.dll files or provide also *.lib version of libraries like liblzma.lib gdk-1.3.lib glib-1.3.lib iconv-1.3.lib etc
In screenshot you can see that first error was about missing liblzma.lib, I found such file and copied it to lib directory, then next error was due to missing gdk-1.3.lib