ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] ./configure output
@ 2004-09-17 10:29 Andrey Rybak
  2004-09-17 10:55 ` Andrey Rahmatullin
  2004-09-17 11:25 ` Yury Aliaev
  0 siblings, 2 replies; 13+ messages in thread
From: Andrey Rybak @ 2004-09-17 10:29 UTC (permalink / raw)
  To: community

Привет, Linux!
Пытаюсь собрать из исходников программу, которой нет в Сизифе.

./configure говорит:

...
checking for g++... g++
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executables
See `config.log' for more details.

Разработка установлена (rpm-build). gcc в системе присутствует.
Вот кусочки этого `config.log', которые вызвали у меня подозрения:

uname -m = i686
uname -r = 2.4.26-std-up-alt5
uname -s = Linux
uname -v = #1 Mon Jun 28 21:59:23 MSD 2004

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

Что это за команды uname -pХ, arch, getsysinfo, hostinfo, machine, 
oslevel, universe и чего это их нет в мастере?



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

* Re: [Comm] ./configure output
  2004-09-17 10:29 [Comm] ./configure output Andrey Rybak
@ 2004-09-17 10:55 ` Andrey Rahmatullin
  2004-09-17 11:42   ` Andrey Rybak
  2004-09-17 11:25 ` Yury Aliaev
  1 sibling, 1 reply; 13+ messages in thread
From: Andrey Rahmatullin @ 2004-09-17 10:55 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 442 bytes --]

On Fri, Sep 17, 2004 at 01:29:59PM +0300, Andrey Rybak wrote:
>Разработка установлена (rpm-build). gcc в системе присутствует.
А g++ ?
>Вот кусочки этого `config.log', которые вызвали у меня подозрения:
Они вызывают подозрения только у Вас. У остальных подозрения должен
вызывать последний тест, который не удался.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

Один в поле не voins...
		-- mike in devel@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Comm] ./configure output
  2004-09-17 10:29 [Comm] ./configure output Andrey Rybak
  2004-09-17 10:55 ` Andrey Rahmatullin
@ 2004-09-17 11:25 ` Yury Aliaev
  2004-09-17 11:38   ` Andrey Rybak
  1 sibling, 1 reply; 13+ messages in thread
From: Yury Aliaev @ 2004-09-17 11:25 UTC (permalink / raw)
  To: community

Andrey Rybak пишет:
> Привет, Linux!
> Пытаюсь собрать из исходников программу, которой нет в Сизифе.
> 
> ./configure говорит:
> 
> ...
> checking for g++... g++
> checking for C++ compiler default output file name...
> configure: error: C++ compiler cannot create executables
> See `config.log' for more details.
> 
> Разработка установлена (rpm-build). gcc в системе присутствует.
> Вот кусочки этого `config.log', которые вызвали у меня подозрения:

Надо поставить gcc-c++


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

* Re: [Comm] ./configure output
  2004-09-17 11:25 ` Yury Aliaev
@ 2004-09-17 11:38   ` Andrey Rybak
  0 siblings, 0 replies; 13+ messages in thread
From: Andrey Rybak @ 2004-09-17 11:38 UTC (permalink / raw)
  To: community

Yury Aliaev wrote:

> Andrey Rybak пишет:
>
>> Привет, Linux!
>> Пытаюсь собрать из исходников программу, которой нет в Сизифе.
>>
>> ./configure говорит:
>>
>> ...
>> checking for g++... g++
>> checking for C++ compiler default output file name...
>> configure: error: C++ compiler cannot create executables
>> See `config.log' for more details.
>>
>> Разработка установлена (rpm-build). gcc в системе присутствует.
>> Вот кусочки этого `config.log', которые вызвали у меня подозрения:
>
>
> Надо поставить gcc-c++

Поставлена уже




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

* Re: [Comm] ./configure output
  2004-09-17 10:55 ` Andrey Rahmatullin
@ 2004-09-17 11:42   ` Andrey Rybak
  2004-09-17 11:59     ` Andrey Rahmatullin
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Rybak @ 2004-09-17 11:42 UTC (permalink / raw)
  To: community

Andrey Rahmatullin wrote:

> On Fri, Sep 17, 2004 at 01:29:59PM +0300, Andrey Rybak wrote:
>
>> Разработка установлена (rpm-build). gcc в системе присутствует.
>
> А g++ ?
>
>> Вот кусочки этого `config.log', которые вызвали у меня подозрения:
>
> Они вызывают подозрения только у Вас. У остальных подозрения должен
> вызывать последний тест, который не удался. 

checking for g++... g++
checking for C++ compiler default output file name...
configure: error: C++ compiler cannot create executables

Вот этот последний текст


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

* Re: [Comm] ./configure output
  2004-09-17 11:42   ` Andrey Rybak
@ 2004-09-17 11:59     ` Andrey Rahmatullin
  2004-09-17 12:25       ` Andrey Rybak
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Rahmatullin @ 2004-09-17 11:59 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 299 bytes --]

On Fri, Sep 17, 2004 at 02:42:38PM +0300, Andrey Rybak wrote:
>Вот этот последний текст
Последний _тест_ в config.log.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

[...] я его [адрес] узнаю только в момент понтажа стенда - в понедельник.
		-- cornet in community@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Comm] ./configure output
  2004-09-17 11:59     ` Andrey Rahmatullin
@ 2004-09-17 12:25       ` Andrey Rybak
  2004-09-17 12:44         ` Andrey Rahmatullin
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Rybak @ 2004-09-17 12:25 UTC (permalink / raw)
  To: community

Andrey Rahmatullin wrote:

> On Fri, Sep 17, 2004 at 02:42:38PM +0300, Andrey Rybak wrote:
>
>> Вот этот последний текст
>
> Последний _тест_ в config.log.
>
configure:1875: g++ --version </dev/null >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:1878: $? = 1
configure:1880: g++ -v </dev/null >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:1883: $? = 1
configure:1885: g++ -V </dev/null >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:1888: $? = 1
configure:1911: checking for C++ compiler default output file name
configure:1914: g++    conftest.cc  >&5
/usr/bin/i586-alt-linux-g++: No such file or directory
configure:1917: $? = 1

Поставить g++?
В каком пакете он есть?


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

* Re: [Comm] ./configure output
  2004-09-17 12:25       ` Andrey Rybak
@ 2004-09-17 12:44         ` Andrey Rahmatullin
  2004-09-17 13:00           ` Andrey Rybak
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Rahmatullin @ 2004-09-17 12:44 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

On Fri, Sep 17, 2004 at 03:25:27PM +0300, Andrey Rybak wrote:
>Поставить g++?
>В каком пакете он есть?
gcc3.3-g++

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

> А в чем минусы-то наличия статических библиотек?
Большинство из них никогда, никому и нигде не нужны.
		-- mhz in devel@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Comm] ./configure output
  2004-09-17 12:44         ` Andrey Rahmatullin
@ 2004-09-17 13:00           ` Andrey Rybak
  2004-09-17 13:15             ` Andrey Rahmatullin
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Rybak @ 2004-09-17 13:00 UTC (permalink / raw)
  To: community

Andrey Rahmatullin wrote:

> On Fri, Sep 17, 2004 at 03:25:27PM +0300, Andrey Rybak wrote:
>
>> Поставить g++?
>> В каком пакете он есть?
>
> gcc3.3-g++
>
[root@hostname]# apt-get install gcc3.3-g++
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package gcc3.3-g

[root@hostname]# apt-cache search gcc3.3-g++
gcc3.3-g77 - Fortran 77 support for gcc
gcc3.3-gnat - Ada 95 support for gcc

[root@hostname]# apt-cache search gcc3.3
gcc3.3 - GNU Compiler Collection
gcc3.3-c++ - C++ support for gcc
gcc3.3-doc - GCC documentation
gcc3.3-g77 - Fortran 77 support for gcc
gcc3.3-gnat - Ada 95 support for gcc
gcc3.3-java - Java support for gcc
gcc3.3-objc - Objective C support for gcc
gcc3.3-treelang - Treelang support for gcc
libgcc3.3-debug - GNU GCC library with debugging information
libgcc3.3 - GNU GCC library

Или Вы имели ввиду gcc3.3-с++?


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

* Re: [Comm] ./configure output
  2004-09-17 13:00           ` Andrey Rybak
@ 2004-09-17 13:15             ` Andrey Rahmatullin
  2004-09-17 13:25               ` Andrey Rybak
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Rahmatullin @ 2004-09-17 13:15 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 377 bytes --]

On Fri, Sep 17, 2004 at 04:00:26PM +0300, Andrey Rybak wrote:
>Или Вы имели ввиду gcc3.3-с++?
Ну разумеется. И ведь всё это Вы могли сделать сами. Не говоря уж о том,
что, по Вашим словам, оно уже стоит.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

> А есть ли где по subfs подробнее почитать?
Вообще-то в README. :)
		-- mike in sisyphus@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Comm] ./configure output
  2004-09-17 13:15             ` Andrey Rahmatullin
@ 2004-09-17 13:25               ` Andrey Rybak
  2004-09-17 14:55                 ` Andrey Rahmatullin
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Rybak @ 2004-09-17 13:25 UTC (permalink / raw)
  To: community

Andrey Rahmatullin wrote:

> On Fri, Sep 17, 2004 at 04:00:26PM +0300, Andrey Rybak wrote:
>
>> Или Вы имели ввиду gcc3.3-с++?
>
> Ну разумеется. И ведь всё это Вы могли сделать сами. Не говоря уж о том,
> что, по Вашим словам, оно уже стоит.
>
gcc-c++-common было, а вот gcc3.3-с++ - нет, а потому не мудрено и 
запутаться...

 rpm -aq|grep gcc

gcc-common-1.4.3-alt2
gcc3.3-c++-3.3.3-alt5 (теперь уже стоит (...) )
libgcc3.3-3.3.3-alt5
gcc3.3-3.3.3-alt5
gcc-c++-common-1.4.3-alt2



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

* Re: [Comm] ./configure output
  2004-09-17 13:25               ` Andrey Rybak
@ 2004-09-17 14:55                 ` Andrey Rahmatullin
  2004-09-17 15:56                   ` Andrey Rybak
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Rahmatullin @ 2004-09-17 14:55 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 272 bytes --]

On Fri, Sep 17, 2004 at 04:25:39PM +0300, Andrey Rybak wrote:
>gcc3.3-c++-3.3.3-alt5 (теперь уже стоит (...) )
Софтина-то собирается?

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

Вас всегда тянет так всё усложнять? :)
		-- ldv in devel@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [Comm] ./configure output
  2004-09-17 14:55                 ` Andrey Rahmatullin
@ 2004-09-17 15:56                   ` Andrey Rybak
  0 siblings, 0 replies; 13+ messages in thread
From: Andrey Rybak @ 2004-09-17 15:56 UTC (permalink / raw)
  To: community

Andrey Rahmatullin wrote:

> On Fri, Sep 17, 2004 at 04:25:39PM +0300, Andrey Rybak wrote:
>
>> gcc3.3-c++-3.3.3-alt5 (теперь уже стоит (...) )
>
> Софтина-то собирается?

Скажем так: сконфигурировалась. После этого еще пару библиотек надо было 
из сизифа вытащить - но все вродебы прошло. Сейчас правда проблемы при 
запуске полученного make появились, но сначала сам покручу, а если не 
выйдет, то опять сюда...


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

end of thread, other threads:[~2004-09-17 15:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-17 10:29 [Comm] ./configure output Andrey Rybak
2004-09-17 10:55 ` Andrey Rahmatullin
2004-09-17 11:42   ` Andrey Rybak
2004-09-17 11:59     ` Andrey Rahmatullin
2004-09-17 12:25       ` Andrey Rybak
2004-09-17 12:44         ` Andrey Rahmatullin
2004-09-17 13:00           ` Andrey Rybak
2004-09-17 13:15             ` Andrey Rahmatullin
2004-09-17 13:25               ` Andrey Rybak
2004-09-17 14:55                 ` Andrey Rahmatullin
2004-09-17 15:56                   ` Andrey Rybak
2004-09-17 11:25 ` Yury Aliaev
2004-09-17 11:38   ` Andrey Rybak

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