ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Vitaly Gorshkov <vita55555@mail.ru>
To: community@altlinux.ru
Subject: Re[2]: [Comm] make ругается
Date: Fri, 24 Jun 2005 15:07:49 +0400
Message-ID: <186938383.20050624150749@mail.ru> (raw)
In-Reply-To: <20050624130156.27b03be7@nikon.office.e-nk.ru>

DK> ...и gcc3.x-c++
DK> вместо 3.x поставьте версию, которая у вас есть.


[root@linux_alt stargazer-2.014.7.6]# apt-get install gcc3.3-c++
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  gcc3.3 libstdc++3.3-devel
The following NEW packages will be installed:
  gcc3.3 gcc3.3-c++ libstdc++3.3-devel
0 upgraded, 3 newly installed, 0 removed and 98 not upgraded.
Need to get 6995kB of archives.
After unpacking 16.4MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 ftp://ftp.altlinux.com ALTLinux/main gcc3.3 3.3.3-alt5 [4112kB]
Get:2 ftp://ftp.altlinux.com ALTLinux/main libstdc++3.3-devel 3.3.3-alt5 [976kB]
Get:3 ftp://ftp.altlinux.com ALTLinux/main gcc3.3-c++ 3.3.3-alt5 [1907kB]
Fetched 6995kB in 2m59s (38.9kB/s)
Committing changes...
Preparing...                 ######################################################################################### [100%]
1: gcc3.3                    ######################################################################################### [ 33%]
2: libstdc++3.3-devel        ######################################################################################### [ 66%]
3: gcc3.3-c++                ######################################################################################### [100%]
Done.


------------------------------------------------------

[root@linux_alt stargazer-2.014.7.6]# make
cat inst_linux > .install
chmod +x .install
make -f make.linux
make[1]: Entering directory `/home/vita/!distr/stg/src_stg/stargazer-2.014.7.6'
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     main.o                          main.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     tariff.o                        tariff2.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     conffiles.o                     conffiles.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     common.o                        common.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     settings.o                      settings.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     recivecl.o                      recivecl.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     users.o                         users.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     user.o                          user.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     admin.o                         admin.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     admins.o                        admins.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     rsconf.o                        rsconf.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     list.o                          list.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     configproto.o                   configproto.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     bsp.o                           bsp.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     traffcounter.o                  traffcounter.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     linux/libipq.o                  linux/libipq.c
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     linux/cap.o                     linux/cap.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     parser.o                                parser.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     parser_admin.o                          parser_admin.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     parser_tariff.o                         parser_tariff.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     blowfish.o                      blowfish.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     hostallow.o                             hostallow.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     antiflood.o                     antiflood.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     ping.o                          ping.cpp
g++ -c -Wall -gstabs+ -Dlinux -DTARIFF2  -o     linux/capipq.o                  linux/capipq.cpp
g++ -Wall -gstabs+ -o stargazer main.o tariff.o conffiles.o common.o settings.o user.o \
users.o recivecl.o /lib/libpthread.so.0  blowfish.o admin.o admins.o rsconf.o \
list.o configproto.o bsp.o traffcounter.o linux/cap.cpp parser.o parser_admin.o \
parser_tariff.o hostallow.o antiflood.o ping.o /usr/lib/libexpat.a linux/capipq.o linux/libipq.o
make[1]: Leaving directory `/home/vita/!distr/stg/src_stg/stargazer-2.014.7.6'

-----------------------------------------------

процесс нормально прошел?


-- 
С уважением,
 Vitaly                          mailto:vita55555@mail.ru



  reply	other threads:[~2005-06-24 11:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-24  8:05 Vitaly Gorshkov
2005-06-24  8:12 ` Denis Klykvin
2005-06-24  8:59   ` Re[2]: " Vitaly Gorshkov
2005-06-24  8:59     ` Re[3]: " Anton Gorlov
2005-06-24  9:13       ` Michael Isachenkov
2005-06-24  9:41         ` Re[5]: " Anton Gorlov
2005-06-24  9:01     ` Denis Klykvin
2005-06-24 11:07       ` Vitaly Gorshkov [this message]
2005-06-24 11:16         ` Denis Klykvin
2005-06-24  9:05 ` Mike Lykov
2005-06-24  9:04   ` Denis Klykvin
2005-06-24 14:02   ` Andrey Rahmatullin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=186938383.20050624150749@mail.ru \
    --to=vita55555@mail.ru \
    --cc=community@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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