First post, by Rottweiler
- Rank
- Newbie
I'm attempting to compile DOSBox Megabuild6 using the instructions at: http://www.dosbox.com/wiki/BuildingDOSBox
It says:
When working on Windows, you might want to save a lot of effort and just use the SDL .DLL files included with the latest official DOSBox release, as compiling SDL with full options is a bit involved.
If you skipped building your own SDL.dll, you can use the one included with the latest official release of DOSBox ...
But if I skip compiling SDL, when I do ./configure on DOSBox it fails with:
*** Could not run SDL test program, checking why... *** The test program failed to compile or link. See the file config.log for […]
*** Could not run SDL test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means SDL was incorrectly installed
*** or that you have moved SDL since it was installed. In the latter case, you
*** may want to edit the sdl-config script: /c/dev/dosbox/SDL-1.2.15/sdl-config
configure: error: *** SDL version 1.2.0 not found!
Obviously I'm missing something ... how do I skip compiling SDL?