Форум программистов, компьютерный форум, киберфорум
Debian, Kali Linux, Raspbian, Astra Linux
Войти
Регистрация
Восстановить пароль
Блоги Сообщество Поиск Заказать работу  
 
Рейтинг 4.86/14: Рейтинг темы: голосов - 14, средняя оценка - 4.86
 Аватар для alkagolik
1599 / 622 / 113
Регистрация: 15.07.2011
Сообщений: 3,548

gcc.4.6.2

03.11.2011, 03:21. Показов 2900. Ответов 2
Метки нет (Все метки)

Студворк — интернет-сервис помощи студентам
собираю gcc.4.6.2. это уже на этапе make.
Code
1
2
3
4
5
6
7
8
9
10
checking for x86_64-unknown-linux-gnu-gcc... /home/deadman/downloads/gcc-4.6.2/host-x86_64-unknown-linux-gnu/gcc/xgcc -B/home/deadman/downloads/gcc-4.6.2/host-x86_64-unknown-linux-gnu/gcc/ -B/usr/local/x86_64-unknown-linux-gnu/bin/ -B/usr/local/x86_64-unknown-linux-gnu/lib/ -isystem /usr/local/x86_64-unknown-linux-gnu/include -isystem /usr/local/x86_64-unknown-linux-gnu/sys-include   
checking for suffix of object files... configure: error: in `/home/deadman/downloads/gcc-4.6.2/x86_64-unknown-linux-gnu/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
make[2]: *** [configure-stage1-target-libgcc] Ошибка 1
make[2]: Leaving directory `/home/deadman/downloads/gcc-4.6.2'
make[1]: *** [stage1-bubble] Ошибка 2
make[1]: Leaving directory `/home/deadman/downloads/gcc-4.6.2'
make: *** [all] Ошибка 2
root@debian:/home/deadman/downloads/gcc-4.6.2#
configure.log
Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char PWL_handle_timeout ();
| int
| main ()
| {
| return PWL_handle_timeout ();
|   ;
|   return 0;
| }
configure:5758: result: no
configure:5772: checking for version 0.11 (revision 0 or later) of PPL
configure:5789: gcc -c -g -O2    conftest.c >&5
conftest.c:10:19: error: ppl_c.h: No such file or directory
conftest.c: In function 'main':
conftest.c:16: error: 'choke' undeclared (first use in this function)
conftest.c:16: error: (Each undeclared identifier is reported only once
conftest.c:16: error: for each function it appears in.)
conftest.c:16: error: expected ';' before 'me'
configure:5789: $? = 1
configure: failed program was:
| /* confdefs.h */
примечание:
при выполнении ./configure было сказано о нехватке gmp, mpfr, mpc. gmp, mpfr поставил нормально, make check отработал. установку mpc конфигурятор вернул с нулевым кодом, но make check показал вот что
mpc make check
Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
root@debian:/home/deadman/downloads/mpc# make check
Making check in src
make[1]: Entering directory `/home/deadman/downloads/mpc/src'
make[1]: Цель `check' не требует выполнения команд.
make[1]: Leaving directory `/home/deadman/downloads/mpc/src'
Making check in tests
make[1]: Entering directory `/home/deadman/downloads/mpc/tests'
make  libmpc-tests.la tabs tacos tacosh tadd tadd_fr tadd_ui targ tasin tasinh tatan tatanh tconj tcos tcosh tdiv tdiv_2exp tdiv_fr tdiv_ui texp tfr_div tfr_sub timag tio_str tlog tmul tmul_2exp tmul_fr tmul_i tmul_si tmul_ui tneg tnorm tpow tpow_ld tpow_d tpow_fr tpow_si tpow_ui tpow_z tprec tproj treal treimref tset tsin tsinh tsqr tsqrt tstrtoc tsub tsub_fr tsub_ui ttan ttanh tui_div tui_ui_sub tget_version
make[2]: Entering directory `/home/deadman/downloads/mpc/tests'
make[2]: `libmpc-tests.la' не требует обновления.
make[2]: `tabs' не требует обновления.
make[2]: `tacos' не требует обновления.
make[2]: `tacosh' не требует обновления.
make[2]: `tadd' не требует обновления.
make[2]: `tadd_fr' не требует обновления.
make[2]: `tadd_ui' не требует обновления.
make[2]: `targ' не требует обновления.
make[2]: `tasin' не требует обновления.
make[2]: `tasinh' не требует обновления.
make[2]: `tatan' не требует обновления.
make[2]: `tatanh' не требует обновления.
make[2]: `tconj' не требует обновления.
make[2]: `tcos' не требует обновления.
make[2]: `tcosh' не требует обновления.
make[2]: `tdiv' не требует обновления.
make[2]: `tdiv_2exp' не требует обновления.
make[2]: `tdiv_fr' не требует обновления.
make[2]: `tdiv_ui' не требует обновления.
make[2]: `texp' не требует обновления.
make[2]: `tfr_div' не требует обновления.
make[2]: `tfr_sub' не требует обновления.
make[2]: `timag' не требует обновления.
make[2]: `tio_str' не требует обновления.
make[2]: `tlog' не требует обновления.
make[2]: `tmul' не требует обновления.
make[2]: `tmul_2exp' не требует обновления.
make[2]: `tmul_fr' не требует обновления.
make[2]: `tmul_i' не требует обновления.
make[2]: `tmul_si' не требует обновления.
make[2]: `tmul_ui' не требует обновления.
make[2]: `tneg' не требует обновления.
make[2]: `tnorm' не требует обновления.
make[2]: `tpow' не требует обновления.
make[2]: `tpow_ld' не требует обновления.
make[2]: `tpow_d' не требует обновления.
make[2]: `tpow_fr' не требует обновления.
make[2]: `tpow_si' не требует обновления.
make[2]: `tpow_ui' не требует обновления.
make[2]: `tpow_z' не требует обновления.
make[2]: `tprec' не требует обновления.
make[2]: `tproj' не требует обновления.
make[2]: `treal' не требует обновления.
make[2]: `treimref' не требует обновления.
make[2]: `tset' не требует обновления.
make[2]: `tsin' не требует обновления.
make[2]: `tsinh' не требует обновления.
make[2]: `tsqr' не требует обновления.
make[2]: `tsqrt' не требует обновления.
make[2]: `tstrtoc' не требует обновления.
make[2]: `tsub' не требует обновления.
make[2]: `tsub_fr' не требует обновления.
make[2]: `tsub_ui' не требует обновления.
make[2]: `ttan' не требует обновления.
make[2]: `ttanh' не требует обновления.
make[2]: `tui_div' не требует обновления.
make[2]: `tui_ui_sub' не требует обновления.
make[2]: `tget_version' не требует обновления.
make[2]: Leaving directory `/home/deadman/downloads/mpc/tests'
make  check-TESTS
make[2]: Entering directory `/home/deadman/downloads/mpc/tests'
/home/deadman/downloads/mpc/tests/.libs/lt-tabs: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tabs
/home/deadman/downloads/mpc/tests/.libs/lt-tacos: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tacos
/home/deadman/downloads/mpc/tests/.libs/lt-tacosh: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tacosh
/home/deadman/downloads/mpc/tests/.libs/lt-tadd: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tadd
/home/deadman/downloads/mpc/tests/.libs/lt-tadd_fr: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tadd_fr
/home/deadman/downloads/mpc/tests/.libs/lt-tadd_ui: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tadd_ui
/home/deadman/downloads/mpc/tests/.libs/lt-targ: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: targ
/home/deadman/downloads/mpc/tests/.libs/lt-tasin: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tasin
/home/deadman/downloads/mpc/tests/.libs/lt-tasinh: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tasinh
/home/deadman/downloads/mpc/tests/.libs/lt-tatan: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tatan
/home/deadman/downloads/mpc/tests/.libs/lt-tatanh: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tatanh
/home/deadman/downloads/mpc/tests/.libs/lt-tconj: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tconj
/home/deadman/downloads/mpc/tests/.libs/lt-tcos: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tcos
/home/deadman/downloads/mpc/tests/.libs/lt-tcosh: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tcosh
/home/deadman/downloads/mpc/tests/.libs/lt-tdiv: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tdiv
/home/deadman/downloads/mpc/tests/.libs/lt-tdiv_2exp: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tdiv_2exp
/home/deadman/downloads/mpc/tests/.libs/lt-tdiv_fr: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tdiv_fr
/home/deadman/downloads/mpc/tests/.libs/lt-tdiv_ui: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tdiv_ui
/home/deadman/downloads/mpc/tests/.libs/lt-texp: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: texp
/home/deadman/downloads/mpc/tests/.libs/lt-tfr_div: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tfr_div
/home/deadman/downloads/mpc/tests/.libs/lt-tfr_sub: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tfr_sub
/home/deadman/downloads/mpc/tests/.libs/lt-timag: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: timag
/home/deadman/downloads/mpc/tests/.libs/lt-tio_str: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tio_str
/home/deadman/downloads/mpc/tests/.libs/lt-tlog: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tlog
/home/deadman/downloads/mpc/tests/.libs/lt-tmul: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tmul
/home/deadman/downloads/mpc/tests/.libs/lt-tmul_2exp: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tmul_2exp
/home/deadman/downloads/mpc/tests/.libs/lt-tmul_fr: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tmul_fr
/home/deadman/downloads/mpc/tests/.libs/lt-tmul_i: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tmul_i
/home/deadman/downloads/mpc/tests/.libs/lt-tmul_si: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tmul_si
/home/deadman/downloads/mpc/tests/.libs/lt-tmul_ui: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tmul_ui
/home/deadman/downloads/mpc/tests/.libs/lt-tneg: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tneg
/home/deadman/downloads/mpc/tests/.libs/lt-tnorm: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tnorm
/home/deadman/downloads/mpc/tests/.libs/lt-tpow: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tpow
/home/deadman/downloads/mpc/tests/.libs/lt-tpow_ld: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tpow_ld
/home/deadman/downloads/mpc/tests/.libs/lt-tpow_d: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tpow_d
/home/deadman/downloads/mpc/tests/.libs/lt-tpow_fr: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tpow_fr
/home/deadman/downloads/mpc/tests/.libs/lt-tpow_si: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tpow_si
/home/deadman/downloads/mpc/tests/.libs/lt-tpow_ui: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tpow_ui
/home/deadman/downloads/mpc/tests/.libs/lt-tpow_z: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tpow_z
/home/deadman/downloads/mpc/tests/.libs/lt-tprec: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tprec
/home/deadman/downloads/mpc/tests/.libs/lt-tproj: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tproj
/home/deadman/downloads/mpc/tests/.libs/lt-treal: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: treal
/home/deadman/downloads/mpc/tests/.libs/lt-treimref: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: treimref
/home/deadman/downloads/mpc/tests/.libs/lt-tset: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tset
/home/deadman/downloads/mpc/tests/.libs/lt-tsin: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tsin
/home/deadman/downloads/mpc/tests/.libs/lt-tsinh: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tsinh
/home/deadman/downloads/mpc/tests/.libs/lt-tsqr: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tsqr
/home/deadman/downloads/mpc/tests/.libs/lt-tsqrt: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tsqrt
/home/deadman/downloads/mpc/tests/.libs/lt-tstrtoc: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tstrtoc
/home/deadman/downloads/mpc/tests/.libs/lt-tsub: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tsub
/home/deadman/downloads/mpc/tests/.libs/lt-tsub_fr: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tsub_fr
/home/deadman/downloads/mpc/tests/.libs/lt-tsub_ui: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tsub_ui
/home/deadman/downloads/mpc/tests/.libs/lt-ttan: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: ttan
/home/deadman/downloads/mpc/tests/.libs/lt-ttanh: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: ttanh
/home/deadman/downloads/mpc/tests/.libs/lt-tui_div: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tui_div
/home/deadman/downloads/mpc/tests/.libs/lt-tui_ui_sub: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tui_ui_sub
/home/deadman/downloads/mpc/tests/.libs/lt-tget_version: error while loading shared libraries: libmpc.so.2: cannot open shared object file: No such file or directory
FAIL: tget_version
==================================================
57 of 57 tests failed
Please report to mpc-discuss@lists.gforge.inria.fr
==================================================
make[2]: *** [check-TESTS] Ошибка 1
make[2]: Leaving directory `/home/deadman/downloads/mpc/tests'
make[1]: *** [check-am] Ошибка 2
make[1]: Leaving directory `/home/deadman/downloads/mpc/tests'
make: *** [check-recursive] Ошибка 1


я решил все таки продолжить инсталяцию, запустил make install (для mpc)
configure.log
Code
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
configure:3998: checking how to run the C preprocessor
configure:4029: gcc -E  conftest.c
configure:4029: $? = 0
configure:4043: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4043: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpc"
| #define PACKAGE_TARNAME "mpc"
| #define PACKAGE_VERSION "0.8.1"
| #define PACKAGE_STRING "mpc 0.8.1"
| #define PACKAGE_BUGREPORT "mpc-discuss@lists.gforge.inria.fr"
| #define PACKAGE_URL ""
| #define PACKAGE "mpc"
| #define VERSION "0.8.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4068: result: gcc -E
configure:4088: gcc -E  conftest.c
configure:4088: $? = 0
configure:4102: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4102: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "mpc"
| #define PACKAGE_TARNAME "mpc"
| #define PACKAGE_VERSION "0.8.1"
| #define PACKAGE_STRING "mpc 0.8.1"
| #define PACKAGE_BUGREPORT "mpc-discuss@lists.gforge.inria.fr"
| #define PACKAGE_URL ""
| #define PACKAGE "mpc"
| #define VERSION "0.8.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>

но как видно это аукнулось в дальнейшем.
0
Programming
Эксперт
39485 / 9562 / 3019
Регистрация: 12.04.2006
Сообщений: 41,671
Блог
03.11.2011, 03:21
Ответы с готовыми решениями:

Флаги GCC
Здравствуйте. При сборке возникли пару вопросов: Сохраняются ли переменные-флаги при конфигурации исходников? (./configure) Просто видел,...

Как обновить gcc?
У меня Linux Mint Debian Edition 17. Через менеджер обновлений вроде всё обновил - галочка стоит и пустой список. Но текущая версия gcc...

Не могу установить gcc
Hello. I can't install gcc. When I run# apt-get install gccI get this error Чтение списков пакетов... Готово Построение дерева...

2
Эксперт С++
 Аватар для odip
7176 / 3234 / 82
Регистрация: 17.06.2009
Сообщений: 14,164
03.11.2011, 12:01
Начнем с начала заново
1) Какая версия Debian
2) Какие команды для сборки подаются в самом начале ?
В том числе - собственно какой дистриб был взят ?
0
 Аватар для alkagolik
1599 / 622 / 113
Регистрация: 15.07.2011
Сообщений: 3,548
04.11.2011, 02:32  [ТС]
Цитата Сообщение от odip Посмотреть сообщение
1) Какая версия Debian
http://cdimage.debian.org/debi... 86/bt-dvd/
Установлен 1й образ с рабочим окружением LXDE.
Цитата Сообщение от odip Посмотреть сообщение
2) Какие команды для сборки подаются в самом начале ?
./configure
make
make check
make install

Добавлено через 11 часов 56 минут
Linux debian 2.6.32-5-amd64
0
Надоела реклама? Зарегистрируйтесь и она исчезнет полностью.
inter-admin
Эксперт
29715 / 6470 / 2152
Регистрация: 06.03.2009
Сообщений: 28,500
Блог
04.11.2011, 02:32
Помогаю со студенческими работами здесь

Как узнать есть ли компилятор gcc?
Приветствую. Хочу научиться программировать. Начал читать книгу &quot;Программирование в Линукс с нуля&quot;. Столкнулся с требованием, что...

Установщик dpkg сообщает, что пакет gcc-4.3 не настроен
Здравствуйте! Продолжая эту тему https://www.cyberforum.ru/debian-gnu-linux/thread818522.html (вопрос существенно отличается, поэтому...

флаги GCC
Привет)) проблема с флагом ftree-vectorize, он ничего не вектаризирует, но улучшает время исполнения программы. единственное...

Система не видит gcc
Прошу помощи в решении следующей проблемы: Работаю на MacBook в режиме командной строки. Для учебы необходимо запускать программы с...

Gcc для arm
какой компилятор нужен, для кросскомпиляции? смотрел на linaro , но так и не понял, из чего его собирать. есть что-нибудь в...


Искать еще темы с ответами

Или воспользуйтесь поиском по форуму:
3
Ответ Создать тему
Новые блоги и статьи
YAFU@home — распределённые вычисления для математики. На CPU
Programma_Boinc 20.01.2026
YAFU@home — распределённые вычисления для математики. На CPU YAFU@home — это BOINC-проект, который занимается факторизацией больших чисел и исследованием aliquot-последовательностей. Звучит. . .
http://iceja.net/ математические сервисы
iceja 20.01.2026
Обновила свой сайт http:/ / iceja. net/ , приделала Fast Fourier Transform экстраполяцию сигналов. Однако предсказывает далеко не каждый сигнал (см ограничения http:/ / iceja. net/ fourier/ docs ). Также. . .
http://iceja.net/ сервер решения полиномов
iceja 18.01.2026
Выкатила http:/ / iceja. net/ сервер решения полиномов (находит действительные корни полиномов методом Штурма). На сайте документация по API, но скажу прямо VPS слабенький и 200 000 полиномов. . .
Расчёт переходных процессов в цепи постоянного тока
igorrr37 16.01.2026
/ * Дана цепь постоянного тока с R, L, C, k(ключ), U, E, J. Программа составляет систему уравнений по 1 и 2 законам Кирхгофа, решает её и находит: токи, напряжения и их 1 и 2 производные при t = 0;. . .
Восстановить юзерскрипты Greasemonkey из бэкапа браузера
damix 15.01.2026
Если восстановить из бэкапа профиль Firefox после переустановки винды, то список юзерскриптов в Greasemonkey будет пустым. Но восстановить их можно так. Для этого понадобится консольная утилита. . .
Сукцессия микоризы: основная теория в виде двух уравнений.
anaschu 11.01.2026
https:/ / rutube. ru/ video/ 7a537f578d808e67a3c6fd818a44a5c4/
WordPad для Windows 11
Jel 10.01.2026
WordPad для Windows 11 — это приложение, которое восстанавливает классический текстовый редактор WordPad в операционной системе Windows 11. После того как Microsoft исключила WordPad из. . .
Classic Notepad for Windows 11
Jel 10.01.2026
Old Classic Notepad for Windows 11 Приложение для Windows 11, позволяющее пользователям вернуть классическую версию текстового редактора «Блокнот» из Windows 10. Программа предоставляет более. . .
КиберФорум - форум программистов, компьютерный форум, программирование
Powered by vBulletin
Copyright ©2000 - 2026, CyberForum.ru