Hi, A Linux developer sent me a program asking me to build and run the executable on one of my Windows boxes. I have some hardware he wants to test and we worked together on the Linux version this way. Anyway, his make files seem to require cross compiler tools that I don't have. What would I need to install and configure to be able to build this for him?
He also sent me an untested executable that partically runs on my Win Vista laptop but there is debugging to do and it will be easier on him if I Can compile this myself. I tried using equery, simplistically at least, and didn't find anything. Thanks, Mark m...@lightning ~/Desktop/scte65scan-0.3b1 $ make -f Makefile.fltk-hdhr i386-mingw32msvc-g++ -O2 -DHDHR -I./libhdhomerun -DUSEFLTK `fltk-config --cxxflags` -c fltkgui.cxx /bin/sh: i386-mingw32msvc-g++: command not found make: *** [fltkgui.o] Error 127 m...@lightning ~/Desktop/scte65scan-0.3b1 $ m...@lightning ~ $ equery belongs mingw32 [ Searching for file(s) mingw32 in *... ] m...@lightning ~ $ equery belongs i386-mingw32msvc [ Searching for file(s) i386-mingw32msvc in *... ] m...@lightning ~ $ equery belongs i386-mingw32msvc-g++ [ Searching for file(s) i386-mingw32msvc-g++ in *... ] m...@lightning ~ $