Julian Schrittwieser wrote: > 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
Note, provided that you specify --target properly and that your PATH is correct, you should be able to omit the CC and CXX assignments as well, since the configure script should find them automatically. -- ES ------------------------------------------------------------------------- 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]
