Linux -> Win cross compile + SDL_mixer

Hi
I have the Lin -> Win cross compiler in the directory suggested and
obtained the cross-configure.sh and cross-make scripts in the directory
of my project but have a couple of problems, the cross-configure script
fails to find -lSDL_mixer.

Do I have to put the win version of the library libSDL_mixer.a and or
SDL_mixer.dll in the
cross-compilers directory, and if so where ? or should the
cross-compiler use the Linux versions I already have on my system (1.2.0)?

Thanks for any suggestions in advance,

Damian.

It all works just fine now, open source wins agains…

Damian Brasher wrote:> Hi

I have the Lin -> Win cross compiler in the directory suggested and
obtained the cross-configure.sh and cross-make scripts in the
directory of my project but have a couple of problems, the
cross-configure script fails to find -lSDL_mixer.

Do I have to put the win version of the library libSDL_mixer.a and or
SDL_mixer.dll in the
cross-compilers directory, and if so where ? or should the
cross-compiler use the Linux versions I already have on my system
(1.2.0)?

Thanks for any suggestions in advance,

Damian.