Gentoo Archives: gentoo-user

From: Holly Bostick <motub@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] gcc usefalgs
Date: Sun, 25 Sep 2005 12:44:19
Message-Id: 43369A6E.8050306@planet.nl
In Reply to: [gentoo-user] gcc usefalgs by Matthias Langer
1 Matthias Langer schreef:
2 > I'm woudering about the effect of the following useflags for
3 > sys-devel/gcc: gtk, multislot, vanilla Does anybody know what they do
4 > ?
5
6 -> useflag multislot
7
8 /usr/portage/profiles/use.local.desc:sys-devel/binutils:multislot -
9 Allow for multiple versions of binutils to be emerged at once for same
10 CTARGET
11
12 /usr/portage/profiles/use.local.desc:sys-devel/gcc:multislot - Allow for
13 SLOTs to include minor version (3.3.4 instead of just 3.3)
14
15
16
17 zo 09/25/05 14:31
18 /usr/local
19 motub-> useflag gtk
20
21 /usr/portage/profiles/use.desc:gtk - Adds support for x11-libs/gtk+ (The
22 GIMP Toolkit)
23
24 /usr/portage/profiles/use.desc:gtk2 - Use gtk+-2.0.0 over gtk+-1.2 in
25 cases where a program supports both.
26
27 /usr/portage/profiles/use.desc:gtkhtml - Adds support for
28 gnome-extra/gtkhtml
29
30 /usr/portage/profiles/use.local.desc:dev-ml/lablgtk:glade - Enable
31 libglade bindings compilation.
32
33 /usr/portage/profiles/use.local.desc:dev-ml/lablgtk:gnomecanvas - Enable
34 libgnomecanvas bindings compilation.
35
36 /usr/portage/profiles/use.local.desc:dev-perl/gtk-perl:applet - Enable
37 gnome applet support
38
39 /usr/portage/profiles/use.local.desc:dev-perl/gtk-perl:gnome-print -
40 Enable gnome-print support
41
42 /usr/portage/profiles/use.local.desc:dev-scheme/gauche-gtk:glgd - enable
43 GL graph draw
44
45 /usr/portage/profiles/use.local.desc:media-sound/alsa-patch-bay:fltk -
46 Compile with fltk interface and not with gtkmm2 interface
47
48 /usr/portage/profiles/use.local.desc:net-irc/xchat:xchatnogtk - Disables
49 building the GTK front end to XChat
50
51 /usr/portage/profiles/use.local.desc:net-p2p/mldonkey:oldgtk - enable
52 old gtk user interface
53
54 /usr/portage/profiles/use.local.desc:sci-mathematics/coq:ide - Build the
55 Coq IDE, a clone of proof general using lablgtk2.
56
57 /usr/portage/profiles/use.local.desc:x11-libs/gtkmathview:t1lib - Enable
58 t1lib support
59
60 /usr/portage/profiles/use.local.desc:x11-libs/wxGTK:no_wxgtk1 - Disable
61 gtk support. Must be used in combination with gtk2
62
63 /usr/portage/profiles/use.local.desc:x11-libs/wxGTK:wxgtk1 - Add gtk1
64 support in addition to optional gtk2ansi and gtk2unicode
65
66
67
68
69 zo 09/25/05 14:31
70 /usr/local
71 motub-> useflag vanilla
72
73 /usr/portage/profiles/use.desc:vanilla - Do not add extra patches which
74 change default behaviour
75
76
77 and in case you're wondering how to get the 'useflag' command, it's an
78 alias, set in ~/.bashrc:
79
80
81 zo 09/25/05 14:31
82 /usr/local
83 motub -> alias
84 alias useflag='grep /usr/portage/profiles/use.*desc -e'
85
86 But you can manually get the description for any USE flag from the above
87 referenced files: /usr/portage/profiles/use.desc and
88 /usr/portage/profiles/use.local.desc. The first describes global USE
89 flags, the second describes local USE flags, specific to one or several
90 individual packages.
91
92 Vanilla and multislot are pretty obvious, not quite sure what gtk does
93 in relation to gcc except for the default behaviour, but what gcc might
94 need with gtk support specifically, I couldn't say.
95
96 Hope this helps.
97 Holly
98 --
99 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] gcc usefalgs John Myers <electronerd@××××××××××.com>