VOGONS


First post, by erict35

User metadata
Rank Newbie
Rank
Newbie

Hi

I need to use usb to serial adapter (IOGear FTDI) to drive legacy hardware.

So I installed mingw with gcc=4.5.2-1 and g++=4.5.2-1.

When I ran ./configure I get this error message :

checking for ranlib... ranlib
checking for sdl-config... no
checking for SDL - version >= 1.2.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: error: *** SDL version 1.2.0 not found!

I tried to place the sdl.dll in the dosbox directory but it's the same.

I have also a problem when running ./configure for the SDL_1.2.15 :

checking for Altivec with GCC altivec.h and -maltivec option... no
checking for Altivec with GCC -maltivec option... no
checking for Altivec with GCC altivec.h and -faltivec option... no
checking for Altivec with GCC -faltivec option... no
checking Windows compiler... no
configure: error:
*** Your compiler (gcc) does not produce Windows executables!

Any idea ?

Is there a precompiled version of Dosbox including the usb to serial patch ?

Regards