Gentoo Archives: gentoo-amd64

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] Re: Win32 toolchain on my Gentoo AMD64?
Date: Sun, 07 Jun 2009 17:01:02
Message-Id: pan.2009.06.07.17.00.48@cox.net
In Reply to: [gentoo-amd64] Win32 toolchain on my Gentoo AMD64? by Mark Knecht
1 Mark Knecht <markknecht@×××××.com> posted
2 5bdc1c8b0906070910n3d59f6wd36125b003d1ea58@××××××××××.com, excerpted
3 below, on Sun, 07 Jun 2009 09:10:47 -0700:
4
5 > mark@lightning ~/Desktop/scte65scan-0.3b1 $ make -f Makefile.fltk-hdhr
6 > i386-mingw32msvc-g++ -O2 -DHDHR -I./libhdhomerun -DUSEFLTK `fltk-config
7 > --cxxflags` -c fltkgui.cxx
8 > /bin/sh: i386-mingw32msvc-g++: command not found
9 > make: *** [fltkgui.o] Error 127
10 > mark@lightning ~/Desktop/scte65scan-0.3b1 $
11 >
12 > mark@lightning ~ $ equery belongs mingw32
13 > [ Searching for file(s) mingw32 in *... ]
14 > mark@lightning ~ $
15
16 Try esearch, or emerge -S, or...
17
18 $ esearch mingw
19 [ Results for search key : mingw ]
20 [ Applications found : 1 ]
21
22 * dev-util/mingw-runtime [ Masked ]
23 Latest version available: 3.15.2
24 Latest version installed: [ Not Installed ]
25 Size of downloaded files: 431 kB
26 Homepage: http://www.mingw.org/
27 Description: Free Win32 runtime and import library definitions
28 License: BSD
29
30 Presumably that's what you need, tho it appears to need to be run in a
31 Win32 environment and I really haven't the foggiest how that works.
32 Perhaps the idea is to install cygwin and run it there. Alternatively,
33 maybe it runs in wine. I really don't know, as I no longer do Windows.
34
35 FWIW:
36
37 $ esearch cygwin
38 [ Results for search key : cygwin ]
39 [ Applications found : 1 ]
40
41 * dev-libs/cygwin [ Masked ]
42 Latest version available: 1.5.25.15
43 Latest version installed: [ Not Installed ]
44 Size of downloaded files: 13,810 kB
45 Homepage: http://cygwin.com/
46 Description: Linux-like environment for Windows
47 License: GPL-2
48
49 --
50 Duncan - List replies preferred. No HTML msgs.
51 "Every nonfree program has a lord, a master --
52 and if you use the program, he is your master." Richard Stallman

Replies

Subject Author
Re: [gentoo-amd64] Re: Win32 toolchain on my Gentoo AMD64? Mark Knecht <markknecht@×××××.com>