From: abv Date: Mon, 6 Nov 2017 13:43:34 +0000 (+0300) Subject: 0029297: [Regression] Configuration - Mingw-w64 build fails for TKOpenGl due to missi... X-Git-Tag: V7_3_0_beta~187 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=a89a630e2a7f238f1b35af1aa5c9f4f545e8508c;p=occt-copy.git 0029297: [Regression] Configuration - Mingw-w64 build fails for TKOpenGl due to missing link to OpenGl 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. --- diff --git a/src/TKOpenGl/EXTERNLIB b/src/TKOpenGl/EXTERNLIB index 7808f1729a..f5abfd2b83 100755 --- a/src/TKOpenGl/EXTERNLIB +++ b/src/TKOpenGl/EXTERNLIB @@ -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