On Dec 14, 2007, at 11:51 AM, Julian Schrittwieser wrote: > I replaced the path to mingw since the Ubuntu package installs it > somewhere else: > ./configure --target=mingw32 --host=mingw32 --build=i686-pc-linux- > gnu \ > CXXFLAGS=-I/usr/i586-mingw32msvc/include \ > "LDFLAGS=-L/usr/i586-mingw32msvc/lib -s -O" \ > CXX=i586-mingw32msvc-g++
You almost certainly will need also to specify CC=586-mingw32msvc- gcc. Without this, it probably finds the Linux compiler rather than the Mingw compiler. -- 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]
