Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Win32 toolchain on my Gentoo AMD64?
Date: Sun, 07 Jun 2009 16:10:49
Message-Id: 5bdc1c8b0906070910n3d59f6wd36125b003d1ea58@mail.gmail.com
1 Hi,
2 A Linux developer sent me a program asking me to build and run the
3 executable on one of my Windows boxes. I have some hardware he wants
4 to test and we worked together on the Linux version this way. Anyway,
5 his make files seem to require cross compiler tools that I don't have.
6 What would I need to install and configure to be able to build this
7 for him?
8
9 He also sent me an untested executable that partically runs on my
10 Win Vista laptop but there is debugging to do and it will be easier on
11 him if I Can compile this myself.
12
13 I tried using equery, simplistically at least, and didn't find anything.
14
15 Thanks,
16 Mark
17
18
19 mark@lightning ~/Desktop/scte65scan-0.3b1 $ make -f Makefile.fltk-hdhr
20 i386-mingw32msvc-g++ -O2 -DHDHR -I./libhdhomerun -DUSEFLTK
21 `fltk-config --cxxflags` -c fltkgui.cxx
22 /bin/sh: i386-mingw32msvc-g++: command not found
23 make: *** [fltkgui.o] Error 127
24 mark@lightning ~/Desktop/scte65scan-0.3b1 $
25
26 mark@lightning ~ $ equery belongs mingw32
27 [ Searching for file(s) mingw32 in *... ]
28 mark@lightning ~ $ equery belongs i386-mingw32msvc
29 [ Searching for file(s) i386-mingw32msvc in *... ]
30 mark@lightning ~ $ equery belongs i386-mingw32msvc-g++
31 [ Searching for file(s) i386-mingw32msvc-g++ in *... ]
32 mark@lightning ~ $

Replies

Subject Author
[gentoo-amd64] Re: Win32 toolchain on my Gentoo AMD64? Duncan <1i5t5.duncan@×××.net>
[gentoo-amd64] Re: Win32 toolchain on my Gentoo AMD64? Nikos Chantziaras <realnc@×××××.de>