Bug 6093 - Windows renderer runtime error; libgcc missing
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: PC Windows Vista
: P3 minor
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2014-02-14 08:28 EST by Stig M. Halvorsen
Modified: 2017-10-04 00:38:23 EDT
1 user (show)

See Also:



Description Stig M. Halvorsen 2014-02-14 08:28:57 EST
Compiling on Windows using `make` through MinGW with GCC v.4.8.1-4 and `USE_RENDERER_DLOPEN=1` results in *libgcc* becoming dynamically linked in the renderer DLLs. This again results in the following run-time error when the engine loads the renderer:

    The program can't start because libgcc_s_dw2-1.dll is missing from your
    computer. Try reinstalling the program to fix this problem.

A solution is presented in the following pull request: https://github.com/ioquake/ioq3/pull/48