]> OCCT Git - occt-copy.git/commitdiff
0029297: [Regression] Configuration - Mingw-w64 build fails for TKOpenGl due to missi...
authorabv <abv@opencascade.com>
Mon, 6 Nov 2017 13:43:34 +0000 (16:43 +0300)
committerkgv <kgv@opencascade.com>
Mon, 4 Dec 2017 18:30:15 +0000 (21:30 +0300)
The order of external libraries is corrected in TKOpenGl/EXTERNLIB so that more higher-level libs are mentioned earlier than low-level libs on which the former depend (e.g. Gl2Ps before OpenGl) to ensure that GCC linker is able to resolve dependencies.

src/TKOpenGl/EXTERNLIB

index 7808f1729ad99b900a5c8ad84566b3e1b4ff8800..f5abfd2b8381b726935c6b4315482e0185bc8636 100755 (executable)
@@ -2,13 +2,13 @@ TKernel
 TKService
 TKMath
 TKV3d
-CSF_OpenGlLibs
-CSF_XwLibs
-CSF_objc
-CSF_Appkit
-CSF_IOKit
+CSF_TBB
 CSF_FREETYPE
 CSF_GL2PS
+CSF_OpenGlLibs
 CSF_user32
 CSF_gdi32
-CSF_TBB
+CSF_XwLibs
+CSF_Appkit
+CSF_IOKit
+CSF_objc