говорю ./configure
make и он пишет
CONF libjpeg
configure: error: installation or configuration problem: C compiler cannot create executables.
sed: невозможно прочитать Makefile: No such file or directory
sed: невозможно прочитать jerror.c: No such file or directory
make[1]: Entering directory `/root/BOOTSPLASH/fbsplash/splashutils-1.3/objs/jpeglib'
make[1]: *** Нет правила для сборки цели `libjpeg.a'. Останов.
make[1]: Leaving directory `/root/BOOTSPLASH/fbsplash/splashutils-1.3/objs/jpeglib'
MAKE libjpeg
make[1]: *** Нет правила для сборки цели `libjpeg.a'. Останов.
make: *** [jpeglib] Ошибка 2
В чем дело?
В мейкфайле есть что-то про klcc
Гугл на его счет ничего не дал.
Что это такое?
не собирается splashutils 1.3
Модератор: Bizdelnick
-
SapFir
- Сообщения: 65
- ОС: Slackware. Arch
Re: не собирается splashutils 1.3
Меня от этой ошибки избавило чтение документации - надо было поставить klibc
Но теперь
Installation instructions
-------------------------
Before you begin compiling splashutils, please make sure that klibc
1.0.14 or newer is installed on your system. It is essential that
your klibc provides the `klcc' wrapper. Without `klcc' it will be
impossible to build the splash_helper binary.
Но теперь
CC objs/kernel/kernel.o
In file included from kernel.c:23:
util.h:39:36: linux/console_splash.h: No such file or directory
kernel.c: In function `handle_init':
kernel.c:96: error: `FB_SPLASH_IO_ORIG_USER' undeclared (first use in this function)
kernel.c:96: error: (Each undeclared identifier is reported only once
kernel.c:96: error: for each function it appears in.)
kernel.c: In function `main':
kernel.c:262: error: `FB_SPLASH_IO_ORIG_KERNEL' undeclared (first use in this function)
make: *** [objs/kernel/kernel.o] Ошибка 1
Не ищу лёгких путей