ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] Каких библиотек не хватает системе ? :)
@ 2001-10-04  7:17 Хлызов Сергей Александрович
  2001-10-04  8:29 ` Баталов Григорий
  0 siblings, 1 reply; 3+ messages in thread
From: Хлызов Сергей Александрович @ 2001-10-04  7:17 UTC (permalink / raw)
  To: mandrake-russian

Доброе утро.

Каких библиотек не хватает моему компилятору ? 
А то некоторые программы не могу скомпилировать...
Вот какие ошибки make выдает... (не всегда - но например при компиляции нового ядра на make menuconfig так ругается...)

[root@serg linux-2.4.9-alt5]# make menuconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts/lxdialog all
make[1]: Вход в каталог `/usr/src/kernel/linux-2.4.9-alt5/scripts/lxdialog'
gcc -pipe -Wall -O2 -fexpensive-optimizations -march=i586 -mcpu=i686 -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2 -mpreferred-stack-boundary=2 -Wstrict-prototypes -fno-strict-aliasing -DLOCALE  -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -c -o checklist.o checklist.c
{standard input}: Assembler messages:
{standard input}:4: Warning: Unrecognized .section attribute: want a,w,x
{standard input}:4: Warning: Unrecognized .section attribute: want a,w,x
{standard input}:4: Error: Rest of line ignored. First ignored character is `,'.
{standard input}:154: Warning: Unrecognized .section attribute: want a,w,x
{standard input}:154: Warning: Unrecognized .section attribute: want a,w,x
{standard input}:154: Error: Rest of line ignored. First ignored character is `,'.
{standard input}:277: Warning: Unrecognized .section attribute: want a,w,x
{standard input}:277: Warning: Unrecognized .section attribute: want a,w,x
{standard input}:277: Error: Rest of line ignored. First ignored character is `,'.
{standard input}:340: Warning: Unrecognized .section attribute: want a,w,x
{standard input}:340: Warning: Unrecognized .section attribute: want a,w,x
{standard input}:340: Error: Rest of line ignored. First ignored character is `,'.
{standard input}:344: Warning: Unrecognized .section attribute: want a,w,x
{standard input}:344: Warning: Unrecognized .section attribute: want a,w,x
{standard input}:344: Error: Rest of line ignored. First ignored character is `,'.
make[1]: *** [checklist.o] Ошибка 1
make[1]: Выход из каталог `/usr/src/kernel/linux-2.4.9-alt5/scripts/lxdialog'
make: *** [menuconfig] Ошибка 2

С Уважением, Сергей.



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

* Re: [mdk-re] Каких библиотек не хватает системе ? :)
  2001-10-04  7:17 [mdk-re] Каких библиотек не хватает системе ? :) Хлызов Сергей Александрович
@ 2001-10-04  8:29 ` Баталов Григорий
  2001-10-04 10:45   ` Dmitry V. Levin
  0 siblings, 1 reply; 3+ messages in thread
From: Баталов Григорий @ 2001-10-04  8:29 UTC (permalink / raw)
  To: mandrake-russian

Thu, 4 Oct 2001 09:17:03 +0600
Хлызов Сергей Александрович <serj@kalina.org> писал:

ХА> Каких библиотек не хватает моему компилятору ? 
ХА> А то некоторые программы не могу скомпилировать...
ХА> Вот какие ошибки make выдает... (не всегда - но например при компиляции нового ядра на make menuconfig так ругается...)
ХА> 
ХА> [root@serg linux-2.4.9-alt5]# make menuconfig
ХА> rm -f include/asm
ХА> ( cd include ; ln -sf asm-i386 asm)
ХА> make -C scripts/lxdialog all
ХА> make[1]: Вход в каталог `/usr/src/kernel/linux-2.4.9-alt5/scripts/lxdialog'
ХА> gcc -pipe -Wall -O2 -fexpensive-optimizations -march=i586 -mcpu=i686 -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2 -mpreferred-stack-boundary=2 -Wstrict-prototypes -fno-strict-aliasing -DLOCALE  -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -c -o checklist.o checklist.c
ХА> {standard input}: Assembler messages:
ХА> {standard input}:4: Warning: Unrecognized .section attribute: want a,w,x
ХА> {standard input}:4: Warning: Unrecognized .section attribute: want a,w,x

    Если не ошибаюсь, libbfd (и libbfd-devel).

-- 
 Баталов Григорий.
---------------------------------------------------------------------------
 I am the "ILOVEGNU" signature virus. Just copy me to your signature.
 This email was infected under the terms of the GNU General Public License.



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

* Re: [mdk-re] Каких библиотек не хватает системе ? :)
  2001-10-04  8:29 ` Баталов Григорий
@ 2001-10-04 10:45   ` Dmitry V. Levin
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry V. Levin @ 2001-10-04 10:45 UTC (permalink / raw)
  To: ALT Linux Spring mailing list

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

On Thu, Oct 04, 2001 at 08:29:13AM +0400, Баталов Григорий wrote:
> ХА> Каких библиотек не хватает моему компилятору ? 
> ХА> А то некоторые программы не могу скомпилировать...
> ХА> Вот какие ошибки make выдает... (не всегда - но например при компиляции нового ядра на make menuconfig так ругается...)
> ХА> 
> ХА> [root@serg linux-2.4.9-alt5]# make menuconfig
> ХА> rm -f include/asm
> ХА> ( cd include ; ln -sf asm-i386 asm)
> ХА> make -C scripts/lxdialog all
> ХА> make[1]: Вход в каталог `/usr/src/kernel/linux-2.4.9-alt5/scripts/lxdialog'
> ХА> gcc -pipe -Wall -O2 -fexpensive-optimizations -march=i586 -mcpu=i686 -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2 -mpreferred-stack-boundary=2 -Wstrict-prototypes -fno-strict-aliasing -DLOCALE  -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -c -o checklist.o checklist.c
> ХА> {standard input}: Assembler messages:
> ХА> {standard input}:4: Warning: Unrecognized .section attribute: want a,w,x
> ХА> {standard input}:4: Warning: Unrecognized .section attribute: want a,w,x
> 
>     Если не ошибаюсь, libbfd (и libbfd-devel).

И binutils (все должны быть достаточно свежей версии, лучше всего
>= 2.11.90.0.31-alt1).


Regards,
	Dmitry

+-------------------------------------------------------------------------+
Dmitry V. Levin     mailto://ldv@alt-linux.org
ALT Linux Team      http://www.altlinux.ru/
Fandra Project      http://www.fandra.org/
+-------------------------------------------------------------------------+
UNIX is user friendly. It's just very selective about who its friends are.

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

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

end of thread, other threads:[~2001-10-04 10:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-04  7:17 [mdk-re] Каких библиотек не хватает системе ? :) Хлызов Сергей Александрович
2001-10-04  8:29 ` Баталов Григорий
2001-10-04 10:45   ` Dmitry V. Levin

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