* [devel] Про gcc
@ 2009-02-16 7:00 Sergey Zhumatiy
2009-02-16 7:30 ` Alexey I. Froloff
0 siblings, 1 reply; 5+ messages in thread
From: Sergey Zhumatiy @ 2009-02-16 7:00 UTC (permalink / raw)
To: ALT Linux Team development discussions
Добрый день!
Вопросы мантейнерам gcc:
1. Почему строка версии такая странная? Т.е. поля не соответствуют
формату "обычного" gcc?
2. Можно ли как-то заставить его выдавать версию в обычном виде?
Проблема в том, что некоторые программы, проверяющие строку вывода
gcc/g++, впадают в ступор и не могут определить версию компилятора. А
очень бы надо.
--
С уважением
Serg.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Про gcc
2009-02-16 7:00 [devel] Про gcc Sergey Zhumatiy
@ 2009-02-16 7:30 ` Alexey I. Froloff
2009-02-16 9:13 ` Sergey Zhumatiy
0 siblings, 1 reply; 5+ messages in thread
From: Alexey I. Froloff @ 2009-02-16 7:30 UTC (permalink / raw)
To: ALT Devel discussion list
[-- Attachment #1: Type: text/plain, Size: 294 bytes --]
* Sergey Zhumatiy <serg@> [090216 10:28]:
> 1. Почему строка версии такая странная? Т.е. поля не соответствуют
> формату "обычного" gcc?
Описание "формата" в студию ;-)
> 2. Можно ли как-то заставить его выдавать версию в обычном виде?
gcc -dumpversion
--
Regards,
Sir Raorn.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Про gcc
2009-02-16 7:30 ` Alexey I. Froloff
@ 2009-02-16 9:13 ` Sergey Zhumatiy
2009-02-16 9:16 ` Mikhail Gusarov
2009-02-16 12:33 ` Dmitry V. Levin
0 siblings, 2 replies; 5+ messages in thread
From: Sergey Zhumatiy @ 2009-02-16 9:13 UTC (permalink / raw)
To: ALT Linux Team development discussions
Alexey I. Froloff wrote:
> * Sergey Zhumatiy <serg@> [090216 10:28]:
>> 1. Почему строка версии такая странная? Т.е. поля не соответствуют
>> формату "обычного" gcc?
> Описание "формата" в студию ;-)
> gcc --version
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> gcc --version
gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision
135036]
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Могу и с других систем/дистрибутивов притащить, суть не меняется:
Первое поле = имя вызванного файла. Если я пишу gcc --version, то
ожидаю получить в первом поле 'gcc'. Под Alt получаю в первом поле
фактическое имя файла (x86_64-alt-linux-gcc), что несколько странно.
>> 2. Можно ли как-то заставить его выдавать версию в обычном виде?
> gcc -dumpversion
>
Уже что-то, но нужно именно gcc --version, т.к. прога закрытая...
--
С уважением
Serg.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Про gcc
2009-02-16 9:13 ` Sergey Zhumatiy
@ 2009-02-16 9:16 ` Mikhail Gusarov
2009-02-16 12:33 ` Dmitry V. Levin
1 sibling, 0 replies; 5+ messages in thread
From: Mikhail Gusarov @ 2009-02-16 9:16 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 760 bytes --]
Twas brillig at 12:13:44 16.02.2009 UTC+03 when serg@parallel.ru did gyre and gimble:
SZ> Первое поле = имя вызванного файла. Если я пишу gcc --version, то
SZ> ожидаю получить в первом поле 'gcc'. Под Alt получаю в первом поле
SZ> фактическое имя файла (x86_64-alt-linux-gcc), что несколько
SZ> странно.
Не странно. Такие кривущие пакеты ещё и под кросс-компилятором не
соберутся.
SZ> Уже что-то, но нужно именно gcc --version, т.к. прога закрытая...
Обратитесь к правообладателю.
--
[-- Attachment #2: Type: application/pgp-signature, Size: 196 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [devel] Про gcc
2009-02-16 9:13 ` Sergey Zhumatiy
2009-02-16 9:16 ` Mikhail Gusarov
@ 2009-02-16 12:33 ` Dmitry V. Levin
1 sibling, 0 replies; 5+ messages in thread
From: Dmitry V. Levin @ 2009-02-16 12:33 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 487 bytes --]
On Mon, Feb 16, 2009 at 12:13:44PM +0300, Sergey Zhumatiy wrote:
[...]
> Первое поле = имя вызванного файла. Если я пишу gcc --version, то
> ожидаю получить в первом поле 'gcc'. Под Alt получаю в первом поле
> фактическое имя файла (x86_64-alt-linux-gcc), что несколько странно.
Это progname; первое поле вывода gcc-4.3 --version будет gcc-4.3
> >> 2. Можно ли как-то заставить его выдавать версию в обычном виде?
runas gcc x86_64-alt-linux-gcc --version
--
ldv
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-02-16 12:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-16 7:00 [devel] Про gcc Sergey Zhumatiy
2009-02-16 7:30 ` Alexey I. Froloff
2009-02-16 9:13 ` Sergey Zhumatiy
2009-02-16 9:16 ` Mikhail Gusarov
2009-02-16 12:33 ` Dmitry V. Levin
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git