ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm]  /usr/bin/x86_64-alt-linux-g++: No such file or directory
@ 2019-12-19  6:30 Писковой Иван
  2019-12-19  6:52 ` Andrey Cherepanov
  2019-12-19  7:16 ` Антон Мидюков
  0 siblings, 2 replies; 4+ messages in thread
From: Писковой Иван @ 2019-12-19  6:30 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Здравствуйте.
Собственно, свежеустановленный и обновлённый стартеркит р9.

Установил gcc8 и с++:
$ rpm -qa | grep c++
libstdc++6-8.3.1-alt5.x86_64
libnetcdf_c++-4-seq-4.2-alt3.x86_64
gcc-c++-common-1.4.23-alt1.noarch
libsigc++2-2.10.2-alt1.x86_64
gcc8-c++-8.3.1-alt5.x86_64
libstdc++8-devel-8.3.1-alt5.x86_64
$ rpm -qa | grep gcc
gcc-common-1.4.23-alt1.x86_64
gcc-c++-common-1.4.23-alt1.noarch
gcc-8-alt1.x86_64
i586-libgcc1-8.3.1-alt5.i586
gcc8-c++-8.3.1-alt5.x86_64
libgcc1-8.3.1-alt5.x86_64
gcc8-8.3.1-alt5.x86_64
$

Но компилятора С++ как бы нет:
$ c++ -v
/usr/bin/x86_64-alt-linux-g++: No such file or directory
$ g++ -v
/usr/bin/x86_64-alt-linux-g++: No such file or directory
$

Что я забыл?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] /usr/bin/x86_64-alt-linux-g++: No such file or directory
  2019-12-19  6:30 [Comm] /usr/bin/x86_64-alt-linux-g++: No such file or directory Писковой Иван
@ 2019-12-19  6:52 ` Andrey Cherepanov
  2019-12-19  7:16 ` Антон Мидюков
  1 sibling, 0 replies; 4+ messages in thread
From: Andrey Cherepanov @ 2019-12-19  6:52 UTC (permalink / raw)
  To: community

19.12.2019 9:30, Писковой Иван пишет:
> Здравствуйте.
> Собственно, свежеустановленный и обновлённый стартеркит р9.
>
> Установил gcc8 и с++:
> $ rpm -qa | grep c++
> libstdc++6-8.3.1-alt5.x86_64
> libnetcdf_c++-4-seq-4.2-alt3.x86_64
> gcc-c++-common-1.4.23-alt1.noarch
> libsigc++2-2.10.2-alt1.x86_64
> gcc8-c++-8.3.1-alt5.x86_64
> libstdc++8-devel-8.3.1-alt5.x86_64
> $ rpm -qa | grep gcc
> gcc-common-1.4.23-alt1.x86_64
> gcc-c++-common-1.4.23-alt1.noarch
> gcc-8-alt1.x86_64
> i586-libgcc1-8.3.1-alt5.i586
> gcc8-c++-8.3.1-alt5.x86_64
> libgcc1-8.3.1-alt5.x86_64
> gcc8-8.3.1-alt5.x86_64
> $
>
> Но компилятора С++ как бы нет:
> $ c++ -v
> /usr/bin/x86_64-alt-linux-g++: No such file or directory
> $ g++ -v
> /usr/bin/x86_64-alt-linux-g++: No such file or directory
> $
>
> Что я забыл?

Альтернативы обновить.

-- 
Andrey Cherepanov
cas@altlinux.org



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] /usr/bin/x86_64-alt-linux-g++: No such file or directory
  2019-12-19  6:30 [Comm] /usr/bin/x86_64-alt-linux-g++: No such file or directory Писковой Иван
  2019-12-19  6:52 ` Andrey Cherepanov
@ 2019-12-19  7:16 ` Антон Мидюков
  2019-12-19  7:40   ` Писковой Иван
  1 sibling, 1 reply; 4+ messages in thread
From: Антон Мидюков @ 2019-12-19  7:16 UTC (permalink / raw)
  To: community

19.12.2019 13:30, Писковой Иван пишет:
> Здравствуйте.
> Собственно, свежеустановленный и обновлённый стартеркит р9.
>
> Установил gcc8 и с++:
> $ rpm -qa | grep c++
> libstdc++6-8.3.1-alt5.x86_64
> libnetcdf_c++-4-seq-4.2-alt3.x86_64
> gcc-c++-common-1.4.23-alt1.noarch
> libsigc++2-2.10.2-alt1.x86_64
> gcc8-c++-8.3.1-alt5.x86_64
> libstdc++8-devel-8.3.1-alt5.x86_64
> $ rpm -qa | grep gcc
> gcc-common-1.4.23-alt1.x86_64
> gcc-c++-common-1.4.23-alt1.noarch
> gcc-8-alt1.x86_64
> i586-libgcc1-8.3.1-alt5.i586
> gcc8-c++-8.3.1-alt5.x86_64
> libgcc1-8.3.1-alt5.x86_64
> gcc8-8.3.1-alt5.x86_64
> $
>
> Но компилятора С++ как бы нет:
> $ c++ -v
> /usr/bin/x86_64-alt-linux-g++: No such file or directory
> $ g++ -v
> /usr/bin/x86_64-alt-linux-g++: No such file or directory
> $
>
> Что я забыл?
gcc-c++

-- 
С уважением, Антон Мидюков <antohami@altlinux.org>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Comm] /usr/bin/x86_64-alt-linux-g++: No such file or directory
  2019-12-19  7:16 ` Антон Мидюков
@ 2019-12-19  7:40   ` Писковой Иван
  0 siblings, 0 replies; 4+ messages in thread
From: Писковой Иван @ 2019-12-19  7:40 UTC (permalink / raw)
  To: ALT Linux Community general discussions

Спасибо, заработало!

19.12.2019, Антон Мидюков<midyukov-anton@ya.ru> написал(а):
> 19.12.2019 13:30, Писковой Иван пишет:
>> Здравствуйте.
>> Собственно, свежеустановленный и обновлённый стартеркит р9.
>>
>> Установил gcc8 и с++:
>> $ rpm -qa | grep c++
>> libstdc++6-8.3.1-alt5.x86_64
>> libnetcdf_c++-4-seq-4.2-alt3.x86_64
>> gcc-c++-common-1.4.23-alt1.noarch
>> libsigc++2-2.10.2-alt1.x86_64
>> gcc8-c++-8.3.1-alt5.x86_64
>> libstdc++8-devel-8.3.1-alt5.x86_64
>> $ rpm -qa | grep gcc
>> gcc-common-1.4.23-alt1.x86_64
>> gcc-c++-common-1.4.23-alt1.noarch
>> gcc-8-alt1.x86_64
>> i586-libgcc1-8.3.1-alt5.i586
>> gcc8-c++-8.3.1-alt5.x86_64
>> libgcc1-8.3.1-alt5.x86_64
>> gcc8-8.3.1-alt5.x86_64
>> $
>>
>> Но компилятора С++ как бы нет:
>> $ c++ -v
>> /usr/bin/x86_64-alt-linux-g++: No such file or directory
>> $ g++ -v
>> /usr/bin/x86_64-alt-linux-g++: No such file or directory
>> $
>>
>> Что я забыл?
> gcc-c++
>
> --
> С уважением, Антон Мидюков <antohami@altlinux.org>
>
> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-12-19  7:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-19  6:30 [Comm] /usr/bin/x86_64-alt-linux-g++: No such file or directory Писковой Иван
2019-12-19  6:52 ` Andrey Cherepanov
2019-12-19  7:16 ` Антон Мидюков
2019-12-19  7:40   ` Писковой Иван

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git