Gentoo Archives: gentoo-user-hu

From: "Bujdosó Ferenc" <bujdoso@×××.hu>
To: gentoo-user-hu@l.g.o
Subject: Re: [gentoo-user-hu] g++
Date: Fri, 26 Jan 2007 20:50:50
Message-Id: 45BA6964.6060500@tar.hu
In Reply to: Re: [gentoo-user-hu] g++ by cjvt
1 Hat ez eleg fura, mert a gcc-nek ez resze. Az nem lehetseges hogy csak a
2 hozzaferesi jogok vanak elallitgatva?
3
4 Amugy a c++ nem igy hivjak "hivatalbol, hanem pl.
5 /usr/bin/i686-pc-linux-gnu-c++-4.1.1 -nek es c++ csak 1 link az aktualis
6 c++ -ra
7
8 $ ls /usr/bin/*c++*
9 /usr/bin/c++ /usr/bin/c++filt
10 /usr/bin/c++3 /usr/bin/i386-pc-linux-gnu-c++filt
11 /usr/bin/c++-3 /usr/bin/i686-pc-linux-gnu-c++
12 /usr/bin/c++34 /usr/bin/i686-pc-linux-gnu-c++-3.4.4
13 /usr/bin/c++-3.4.4 /usr/bin/i686-pc-linux-gnu-c++-3.4.6
14 /usr/bin/c++-3.4.6 /usr/bin/i686-pc-linux-gnu-c++-4.1.1
15 /usr/bin/c++4 /usr/bin/i686-pc-linux-gnu-c++filt
16 /usr/bin/c++-4.1.1
17
18 Namost probald meg gcc-config -al beallitani hogy melyik legyen az
19 aktualis c - persze root jogokkal -
20
21 # gcc-config
22 Usage: gcc-config [options] [CC Profile]
23 Change the current cc/gcc profile, or give info about profiles.
24
25 Options:
26 -O, --use-old Use the old profile if one was selected.
27 -f, --force Make sure all config files are regenerated.
28 -P, --use-portage-chost Only set to given profile if its CHOST is the
29 same as that set for portage in /etc/make.conf
30 (or one of other portage config files...).
31 -c, --get-current-profile Print current used gcc profile.
32 -l, --list-profiles Print a list of available profiles.
33 -S, --split-profile Split profiles into their components
34 -E, --print-environ Print environment that can be used to setup the
35 current gcc profile, or a specified one.
36 -B, --get-bin-path Print path where binaries of the given/current
37 profile are located.
38 -L, --get-lib-path Print path where libraries of the given/current
39 profile are located.
40 -X, --get-stdcxx-incdir Print path where g++ include files of the
41 given/current profile are located.
42
43 Profile names are of the form: <CHOST>-<gcc version>
44 For example: i686-pc-linux-gnu-3.2.1
45
46 # gcc-config -l
47 [1] i686-pc-linux-gnu-3.4.6
48 [2] i686-pc-linux-gnu-3.4.6-hardened
49 [3] i686-pc-linux-gnu-3.4.6-hardenednopie
50 [4] i686-pc-linux-gnu-3.4.6-hardenednopiessp
51 [5] i686-pc-linux-gnu-3.4.6-hardenednossp
52 [6] i686-pc-linux-gnu-4.1.1 *
53
54 # gcc-config -f i686-pc-linux-gnu-4.1.1
55
56
57
58 cjvt írta:
59 > 2007. január 26. 20.58 dátummal Bujdosó Ferenc ezt írta:
60 >
61 >> Van neked olyan bejegyzes a meke.con fieodban, hogy:
62 >>
63 >> CXXFLAGS="${CFLAGS}"
64 >>
65 >
66 > van.
67 >
68 >> Es egyebkent letezik a c++?
69 >>
70 >>
71 > nem letezik.
72 >
73 >
74
75 --
76 gentoo-user-hu@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-hu] g++ cjvt <cjvt@××××××××.hu>