A
A
Alexander Karpov2016-10-09 13:47:28
ubuntu
Alexander Karpov, 2016-10-09 13:47:28

How to install a package if there is no ./configure?

I'm trying to build and install this package, but without success.
https://github.com/lwfinger/rtlwifi_new/
I found the instruction
here askubuntu.com/questions/590414/wifi-problems-with-...
but the step with running ./configure is missing there
I'm surprised that the answer is marked 33 times as right. For me, if I enter the make command, nothing comes out. Falls out the following

make -C /lib/modules/4.4.0-31-generic/build M=/home/hp/Рабочий стол/rtlwifi_new modules
make[1]: вход в каталог «/usr/src/linux-headers-4.4.0-31-generic»
arch/x86/Makefile:148: CONFIG_X86_X32 enabled but no binutils support
Makefile:676: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
make[1]: *** Нет правила для сборки цели «стол/rtlwifi_new».  Останов.
make[1]: выход из каталога «/usr/src/linux-headers-4.4.0-31-generic»
Makefile:57: ошибка выполнения рецепта для цели «all»
make: *** [all] Ошибка 2

Help to understand, please.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2016-10-09
@Inkognitoss

Build in /tmp
In the normal version of Ubuntu, there are no spaces or Cyrillic characters in the system paths.
I also do not recommend doing make install

I
Igor Nikolaev, 2016-10-09
@nightvich

Everything is assembled perfectly, the instructions that you are surprised by are fully working. Checked on ubuntu 16.04

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question