> Actually, the --target argument to configure should take care about
> choosing the right tools (ie the 'prefixed' ones). If configure does not
> detect the cross tools automatically you (a) either use the wrong target
>  type or (b) don't have your PATH set up to include the cross tools.
>
> -f.r.
>   
Thank you!

It seems to work with:

./configure --target=i586-mingw32msvc --host=i586-mingw32msvc
--build=i586-pc-linux-gnu CXXFLAGS=-I/usr/i586-mingw32msvc/include
"LDFLAGS=-L/usr/i586-mingw32msvc/lib -s -O" CXX=i586-mingw32msvc-g++
CC=i586-mingw32msvc-gcc  --prefix=/opt/CrystalSpace/optimized-win32
jam
jam install

./configure --target=i586-mingw32msvc --host=i586-mingw32msvc
--build=i586-pc-linux-gnu CXXFLAGS=-I/usr/i586-mingw32msvc/include
"LDFLAGS=-L/usr/i586-mingw32msvc/lib -s -O" CXX=i586-mingw32msvc-g++
CC=i586-mingw32msvc-gcc --enable-debug
--prefix=/opt/CrystalSpace/debug-win32
jam
jam install

installing everything in /opt/Crystalspace
Just have to test if it runs too.

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to