|
|
| "libgcc_s_dw2-1.dll" and GCC 4.4.0 (Allegro 4.9.x) |
|
Todd Cope
Member #998
November 2000
|
I just discovered that MinGW finally got around to releasing a binary package for GCC 4. After installing all the necessary files I recompiled Allegro 4.9.13 to see if everything would go smoothly. The build went fine but when I tried to run any of the examples or the demo I got an error stating "libgcc_s_dw2-1.dll" was not found. Here is an excerpt from the MinGW GCC 4.4.0 release notes: - Dynamic linking with libgcc_s_dw2-1.dll Dynamic linking with libgcc_s_dw2-1.dll is necessary to throw According to this, the DLL should only be required when using C++. In Windows this means it will be required by default because the DirectX driver is C++. Is there any way I could configure Allegro to use the '-static-libgcc' option during the build process? |
|
X-G
Member #856
December 2000
|
[n/m, misread] -- |
|
Peter Wang
Member #23
April 2000
|
Try adding it to CMAKE_CXX_FLAGS.
|
|
|