ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] g++
@ 2002-10-05  8:07 Андрей Новосёлов
  2002-10-05  8:14 ` Sergey Vlasov
  0 siblings, 1 reply; 12+ messages in thread
From: Андрей Новосёлов @ 2002-10-05  8:07 UTC (permalink / raw)
  To: ALTLinux

Пытаюсь поставить Scribus или ImPress. Не получается, причём сообщения
об ошибкахссылаются на недостачу практически одного и того же. Ниже
пример:
[root@localhost scribus-0.6]# ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for _cmsChannelsOf in -llcms... no
checking for TIFFOpen in -ltiff... no
checking for dlopen in -lc... no
checking for a C-Compiler...
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking how to run the C preprocessor... gcc -E
checking for a C++-Compiler...
checking for g++... no
checking for CC... no
checking for xlC... no
checking for DCC... no
configure: error: no acceptable C++-compiler found in $PATH
[root@localhost scribus-0.6]#
У меня Юниор 2 с добавками недостающего с дисков Мастера. Может кто
сталкиваллся, что нужно добавить (пакеты, библиотеки), чтобы всё же
заработало? Заранее спасибо откликнувшимся. Может, если это не в
тематике рассылки, в приват.
-- 
With best wishes & kindest regards, Andrey.
##ALT Linux ##  ## Registered Linux user ##
##JUNIOR 2  ##  ##      282220           ##



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

* Re: [Comm] g++
  2002-10-05  8:07 [Comm] g++ Андрей Новосёлов
@ 2002-10-05  8:14 ` Sergey Vlasov
  2002-10-05  9:10   ` Андрей Новосёлов
  0 siblings, 1 reply; 12+ messages in thread
From: Sergey Vlasov @ 2002-10-05  8:14 UTC (permalink / raw)
  To: community

On 05 Oct 2002 11:07:25 +0300
Андрей Новосёлов <ksynolog@aip.mk.ua> wrote:

> checking for a C++-Compiler...
> checking for g++... no

Видимо, не хватает пакета gcc-c++ (не может найти компилятор C++).


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

* Re: [Comm] g++
  2002-10-05  8:14 ` Sergey Vlasov
@ 2002-10-05  9:10   ` Андрей Новосёлов
  2002-10-05  9:24     ` Denis S. Filimonov
  0 siblings, 1 reply; 12+ messages in thread
From: Андрей Новосёлов @ 2002-10-05  9:10 UTC (permalink / raw)
  To: ALTLinux

В Сбт, 05.10.2002, в 11:14, Sergey Vlasov написал:
> On 05 Oct 2002 11:07:25 +0300
> Андрей Новосёлов <ksynolog@aip.mk.ua> wrote:
> 
> > checking for a C++-Compiler...
> > checking for g++... no
> 
> Видимо, не хватает пакета gcc-c++ (не может найти компилятор C++).
Поставил, а теперь вот что :
[root@localhost scribus-0.6]# ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... /bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for _cmsChannelsOf in -llcms... no
checking for TIFFOpen in -ltiff... no
checking for dlopen in -lc... no
checking for a C-Compiler...
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking how to run the C preprocessor... gcc -E
checking for a C++-Compiler...
checking for g++... g++
checking whether the C++ compiler (g++  ) works... yes
checking whether the C++ compiler (g++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wnon-virtual-dtor... yes
checking whether g++ supports -fno-builtin... yes
checking whether g++ supports -fexceptions... yes
checking whether g++ supports -frtti... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -frepo... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for ranlib... ranlib
checking for strip... strip
checking for Cygwin environment... no
checking for mingw32 environment... no
updating cache ./config.cache
loading cache ./config.cache within ltconfig
checking whether -lc should be explicitly linked in... yes
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/bin/ld) supports shared libraries...
yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for dlopen in -ldl... yes
checking for dlfcn.h... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
creating libtool
updating cache ./config.cache
loading cache ./config.cache
loading cache ./config.cache within ltconfig
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
ltcf-cxx: with_gcc=yes ; with_gnu_ld=yes
checking for objdir... .libs
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (g++) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for dlfcn.h... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself...
(cached) no
appending configuration tag "CXX" to libtool
checking for object suffix... o
checking for executable suffix... no
checking for extra includes... no
checking for extra libs... no
checking for msgfmt... msgfmt
checking for gmsgfmt... msgfmt
found msgfmt program is not GNU msgfmt; ignore it
checking for xgettext... :
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for the third argument of getsockname... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for res_init... no
checking for res_init in -lresolv... no
checking for killpg in -lucb... no
checking size of int... 4
checking size of long... 4
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for libz... configure: error: not found. Check your
installation and look into config.log
[root@localhost scribus-0.6]#
Я не пойму, каких lib ему не достаёт.
-- 
With best wishes & kindest regards, Andrey.
##ALT Linux ##  ## Registered Linux user ##
##JUNIOR 2  ##  ##      282220           ##



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

* Re: [Comm] g++
  2002-10-05  9:10   ` Андрей Новосёлов
@ 2002-10-05  9:24     ` Denis S. Filimonov
  2002-10-05  9:37       ` Андрей Новосёлов
  0 siblings, 1 reply; 12+ messages in thread
From: Denis S. Filimonov @ 2002-10-05  9:24 UTC (permalink / raw)
  To: community

5 Октябрь 2002 16:10, АндрейНовосёлов написал:
> В Сбт, 05.10.2002, в 11:14, Sergey Vlasov написал:
> > On 05 Oct 2002 11:07:25 +0300
> >
> > Андрей Новосёлов <ksynolog@aip.mk.ua> wrote:
> > > checking for a C++-Compiler...
> > > checking for g++... no
> >
> > Видимо, не хватает пакета gcc-c++ (не может найти компилятор C++).
>
> Поставил, а теперь вот что :
> [root@localhost scribus-0.6]# ./configure
> loading cache ./config.cache
.........
> checking for shl_unload in -ldld... no
> checking for libz... configure: error: not found. Check your
> installation and look into config.log
> [root@localhost scribus-0.6]#
> Я не пойму, каких lib ему не достаёт.
очевидно libz из пакета zlib


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

* Re: [Comm] g++
  2002-10-05  9:24     ` Denis S. Filimonov
@ 2002-10-05  9:37       ` Андрей Новосёлов
  2002-10-05  9:56         ` Sergey Vlasov
  2002-10-05 10:04         ` ASA
  0 siblings, 2 replies; 12+ messages in thread
From: Андрей Новосёлов @ 2002-10-05  9:37 UTC (permalink / raw)
  To: ALTLinux

В Сбт, 05.10.2002, в 12:24, Denis S. Filimonov написал:

> .........
> > checking for shl_unload in -ldld... no
> > checking for libz... configure: error: not found. Check your
> > installation and look into config.log
> > [root@localhost scribus-0.6]#
> > Я не пойму, каких lib ему не достаёт.
> очевидно libz из пакета zlib
Стоит zlib, в том то и удивление. Не могу понять, что там с
конфигурацией ему не нравится, и если не хватает, то чего.
-- 
With best wishes & kindest regards, Andrey.
##ALT Linux ##  ## Registered Linux user ##
##JUNIOR 2  ##  ##      282220           ##

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

* Re: [Comm] g++
  2002-10-05  9:37       ` Андрей Новосёлов
@ 2002-10-05  9:56         ` Sergey Vlasov
  2002-10-05 18:23           ` Андрей Новосёлов
  2002-10-05 10:04         ` ASA
  1 sibling, 1 reply; 12+ messages in thread
From: Sergey Vlasov @ 2002-10-05  9:56 UTC (permalink / raw)
  To: community

On 05 Oct 2002 12:37:17 +0300
Андрей Новосёлов <ksynolog@aip.mk.ua> wrote:

> В Сбт, 05.10.2002, в 12:24, Denis S. Filimonov написал:
> 
> > .........
> > > checking for shl_unload in -ldld... no
> > > checking for libz... configure: error: not found. Check your
> > > installation and look into config.log
> > > [root@localhost scribus-0.6]#
> > > Я не пойму, каких lib ему не достаёт.
> > очевидно libz из пакета zlib
> Стоит zlib, в том то и удивление. Не могу понять, что там с
> конфигурацией ему не нравится, и если не хватает, то чего.

zlib-devel; и еще куча *-devel потребуется.


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

* Re[2]: [Comm] g++
  2002-10-05  9:37       ` Андрей Новосёлов
  2002-10-05  9:56         ` Sergey Vlasov
@ 2002-10-05 10:04         ` ASA
  2002-10-05 10:29           ` Андрей Новосёлов
  1 sibling, 1 reply; 12+ messages in thread
From: ASA @ 2002-10-05 10:04 UTC (permalink / raw)
  To: Àíäðåé
	Íîâîñ¸ëîâ

Hello Андрей,

Saturday, October 5, 2002, 2:37:17 PM, you wrote:

>> > Я не пойму, каких lib ему не достаёт.
>> очевидно libz из пакета zlib
АН> Стоит zlib, в том то и удивление. Не могу понять, что там с
АН> конфигурацией ему не нравится, и если не хватает, то чего.
zlib-devel, automake и прочей -devel фигни тебе не хватает!

zlib - это runtime
а zlib-devel - это для компиляции.

Денис, к тебе это тоже относится.

-- 
Best regards,
 ASA                            mailto:llb@udm.ru



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

* Re: Re[2]: [Comm] g++
  2002-10-05 10:04         ` ASA
@ 2002-10-05 10:29           ` Андрей Новосёлов
  2002-10-05 11:09             ` Re[4]: " ASA
  0 siblings, 1 reply; 12+ messages in thread
From: Андрей Новосёлов @ 2002-10-05 10:29 UTC (permalink / raw)
  To: ALTLinux

В Сбт, 05.10.2002, в 13:04, ASA написал:
> Hello Андрей,

> zlib-devel, automake и прочей -devel фигни тебе не хватает!
> 
> zlib - это runtime
> а zlib-devel - это для компиляции.
> 
> Денис, к тебе это тоже относится.
zlib-devel, automake стоят, но на выходе:
[root@localhost scribus-0.6]# ./configure
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for a BSD compatible install... (cached) /bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... missing
checking for working automake... found
checking for working autoheader... missing
checking for working makeinfo... found
checking for _cmsChannelsOf in -llcms... (cached) no
checking for TIFFOpen in -ltiff... (cached) no
checking for dlopen in -lc... (cached) no
checking for a C-Compiler...
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for a C++-Compiler...
checking for g++... (cached) g++
checking whether the C++ compiler (g++  ) works... yes
checking whether the C++ compiler (g++  ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether g++ supports -fno-exceptions... (cached) yes
checking whether g++ supports -fno-check-new... (cached) yes
checking whether g++ supports -Wno-long-long... (cached) yes
checking whether g++ supports -Wnon-virtual-dtor... (cached) yes
checking whether g++ supports -fno-builtin... (cached) yes
checking whether g++ supports -fexceptions... (cached) yes
checking whether g++ supports -frtti... (cached) yes
checking how to run the C++ preprocessor... (cached) g++ -E
checking whether g++ supports -frepo... (cached) yes
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking how to recognise dependant libraries... (cached) pass_all
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
loading cache ./config.cache within ltconfig
checking whether -lc should be explicitly linked in... (cached) yes
checking for objdir... .libs
checking for gcc option to produce PIC...  -fPIC -DPIC
checking if gcc PIC flag  -fPIC -DPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/bin/ld) supports shared libraries...
yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for dlfcn.h... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself...
(cached) no
creating libtool
loading cache ./config.cache
loading cache ./config.cache within ltconfig
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
ltcf-cxx: with_gcc=yes ; with_gnu_ld=yes
checking for objdir... .libs
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (g++) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for dlfcn.h... (cached) yes
checking whether a program can dlopen itself... (cached) yes
checking whether a statically linked program can dlopen itself...
(cached) no
appending configuration tag "CXX" to libtool
checking for object suffix... o
checking for executable suffix... no
checking for extra includes... no
checking for extra libs... no
checking for msgfmt... msgfmt
checking for gmsgfmt... msgfmt
found msgfmt program is not GNU msgfmt; ignore it
checking for xgettext... :
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for the third argument of getsockname... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for res_init... no
checking for res_init in -lresolv... no
checking for killpg in -lucb... no
checking size of int... 4
checking size of long... 4
checking size of char *... 4
checking for dlopen in -ldl... (cached) yes
checking for shl_unload in -ldld... no
checking for libz... -lz
checking for X... configure: error: Can't find X includes. Please check
your installation and add the correct paths!
[root@localhost scribus-0.6]#
-- 
With best wishes & kindest regards, Andrey.
##ALT Linux ##  ## Registered Linux user ##
##JUNIOR 2  ##  ##      282220           ##



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

* Re[4]: [Comm] g++
  2002-10-05 10:29           ` Андрей Новосёлов
@ 2002-10-05 11:09             ` ASA
  0 siblings, 0 replies; 12+ messages in thread
From: ASA @ 2002-10-05 11:09 UTC (permalink / raw)
  To: Àíäðåé
	Íîâîñ¸ëîâ

Hello Андрей,

Saturday, October 5, 2002, 3:29:50 PM, you wrote:

АН> checking for libz... -lz
вот теперь zlib-devel есть

АН> checking for X... configure: error: Can't find X includes. Please check
нет -devel пакетов для иксов!

Ты еще не понял? продолжаешь в том же духе пока не поставишь все
-devel пакеты

да еще automake и т.п. весьма желательны!!!
для их поиска - apt-cache search, однако

-- 
Best regards,
 ASA                            mailto:llb@udm.ru



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

* Re: [Comm] g++
  2002-10-05  9:56         ` Sergey Vlasov
@ 2002-10-05 18:23           ` Андрей Новосёлов
  2002-10-05 18:39             ` Sergey Vlasov
  2002-10-07  6:26             ` Re[2]: " Sergey Krivulja
  0 siblings, 2 replies; 12+ messages in thread
From: Андрей Новосёлов @ 2002-10-05 18:23 UTC (permalink / raw)
  To: ALTLinux

В Сбт, 05.10.2002, в 12:56, Sergey Vlasov написал:
> Стоит zlib, в том то и удивление. Не могу понять, что там с
> > конфигурацией ему не нравится, и если не хватает, то чего.
> 
> zlib-devel; и еще куча *-devel потребуется.
Какие именно? То, что их может оказаться много, я и сам понимаю.
-- 
With best wishes & kindest regards, Andrey.
##ALT Linux ##  ## Registered Linux user ##
##JUNIOR 2  ##  ##      282220           ##

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

* Re: [Comm] g++
  2002-10-05 18:23           ` Андрей Новосёлов
@ 2002-10-05 18:39             ` Sergey Vlasov
  2002-10-07  6:26             ` Re[2]: " Sergey Krivulja
  1 sibling, 0 replies; 12+ messages in thread
From: Sergey Vlasov @ 2002-10-05 18:39 UTC (permalink / raw)
  To: community

On 05 Oct 2002 21:23:13 +0300
Андрей Новосёлов <ksynolog@aip.mk.ua> wrote:

> В Сбт, 05.10.2002, в 12:56, Sergey Vlasov написал:
> > Стоит zlib, в том то и удивление. Не могу понять, что там с
> > > конфигурацией ему не нравится, и если не хватает, то чего.
> > 
> > zlib-devel; и еще куча *-devel потребуется.
> Какие именно? То, что их может оказаться много, я и сам понимаю.

Смотря что собираете - смотрите по ошибкам. Если программа под KDE -
однозначно потребуется kdelibs-devel (он по зависимостям должен вытянуть
за собой еще кучу).


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

* Re[2]: [Comm] g++
  2002-10-05 18:23           ` Андрей Новосёлов
  2002-10-05 18:39             ` Sergey Vlasov
@ 2002-10-07  6:26             ` Sergey Krivulja
  1 sibling, 0 replies; 12+ messages in thread
From: Sergey Krivulja @ 2002-10-07  6:26 UTC (permalink / raw)
  To: Àíäðåé
	Íîâîñ¸ëîâ

Hello Андрей,

Saturday, October 5, 2002, 10:23:13 PM, you wrote:

АН> В Сбт, 05.10.2002, в 12:56, Sergey Vlasov написал:
>> Стоит zlib, в том то и удивление. Не могу понять, что там с
>> > конфигурацией ему не нравится, и если не хватает, то чего.
>> 
>> zlib-devel; и еще куча *-devel потребуется.
АН> Какие именно? То, что их может оказаться много, я и сам понимаю.
Так в листинге все написано, чего не хватает!!!!!.
Внимательно читайте.

-- 
Best regards,
 Sergey                            mailto:skrivulja@erec.ru




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

end of thread, other threads:[~2002-10-07  6:26 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-05  8:07 [Comm] g++ Андрей Новосёлов
2002-10-05  8:14 ` Sergey Vlasov
2002-10-05  9:10   ` Андрей Новосёлов
2002-10-05  9:24     ` Denis S. Filimonov
2002-10-05  9:37       ` Андрей Новосёлов
2002-10-05  9:56         ` Sergey Vlasov
2002-10-05 18:23           ` Андрей Новосёлов
2002-10-05 18:39             ` Sergey Vlasov
2002-10-07  6:26             ` Re[2]: " Sergey Krivulja
2002-10-05 10:04         ` ASA
2002-10-05 10:29           ` Андрей Новосёлов
2002-10-05 11:09             ` Re[4]: " ASA

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