«make» 태그된 질문

Make는 대상 프로그램을 파생하는 방법을 지정하는 makefile이라는 파일을 읽어 소스 코드에서 실행 가능한 프로그램과 라이브러리를 자동으로 빌드하는 유틸리티입니다.

3
qemu-1.4.0 작성 중“autoreconf : 찾을 수 없음”오류
나는 ./configureqemu-1.4.0이었고 그 동안 발생 make했습니다 : (cd /home/amin/Simulate/qemu-1.4.0/pixman; autoreconf -v --install) /bin/sh: 1: autoreconf: not found make: *** [/home/amin/Simulate/qemu-1.4.0/pixman/configure] Error 127 이제이 오류를 전달하는 방법을 찾을 수 없습니다. 감사.
112 make  qemu 

3
명령을 찾을 수 없음
다양한 포럼을 검색 할 때 일반적이지 않은 문제가 있습니다. Make 명령을 실행할 수 없습니다. 메시지: The program 'make' is currently not installed. You can install it by typing: sudo apt-get install make 이렇게하십시오 : sudo apt-get install make Reading package lists... Done Building dependency tree Reading state information... Done make …
67 make 

2
make는 어떻게 설치합니까?
/usr/bin/perl install-module.pl --all ERROR: Using install-module.pl requires that you install "make". AWS EC2의 우분투에 make를 설치해야합니다. 어떻게해야합니까? 마침내 빌드 필수도 성공적으로 설치할 수 있습니다. # make make: *** No targets specified and no makefile found. Stop.

3
소스 코드를 얻은 다음`sudo make install`을 실행하여 프로그램을 설치했습니다. 'apt-get'을 어떻게 알 수 있습니까?
나는 (예를 들어, 전화를 프로그램을 설치 한 progA소스 코드에서 구축 한 다음 마지막으로 호출하여) sudo make install와 sudo ldconfig. 그러나, 보인다 apt-get설치할 때 때문에, 메모를 못 잊는 progB에 의존하는, progA, apt-get나는 또한 설치하는 것이 좋습니다 progA. 왜 이런 일이며 어떻게해야합니까?


4
멈추지 않고 어떤 명령이 실행되고 있는지 아는 방법?
내 예에서는 실행하는 데 시간이 오래 걸리는 명령을 실행하고 있습니다 (몇 시간). make 또는 make -j4를 입력했는지 실제로 기억하지 못합니다. 물론 중지하고 키를 누르거나 기록을 확인하여 프로세스를 중지 할 수는 있지만 프로세스가 중지되지는 않습니다 (이미 make -j4를 수행하는 경우). 프로세스를 멈추지 않고 어떤 명령이 실행되고 있는지 알 수있는 방법이 있습니까?

4
make를 사용하는“치명적 오류 : gtk / gtk.h : 해당 파일 또는 디렉토리 없음”
make 명령을 사용하여 빌드하려고합니다. 나는 이것을 따르고 있다 . GTK + 2와 C 언어를 사용하여 코드를 컴파일하고 있습니다 hp@ubuntu:~/amhello$ make make all-recursive make[1]: Entering directory `/home/hp/amhello' Making all in src make[2]: Entering directory `/home/hp/amhello/src' gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c …
18 compiling  gtk  make 

3
debuild로 병렬 make를 실행하는 방법은 무엇입니까?
필자가 작성한 공동 소프트웨어 패키지를 만들려고합니다. 나는 사용하고있다 debuild -i -us -uc -b 그리고 원칙적으로 잘 작동합니다. 컴파일 시간을 단축하기 위해 make를 병렬로 실행하여 빌드하고 싶습니다 ( make -j4예를 들어 일반적으로을 실행하여 수행 ). 웹에서 다음을 제안하는 몇 가지 위치를 찾았습니다. debuild -eDEB_BUILD_OPTIONS="parallel=4" -us -uc -b debuild -j4 -us -uc …

6
configure를 수정하는 방법 : 오류 : C 컴파일러가 실행 파일을 만들 수 없습니다
익숙한 ./configure DFLAGS="-03" 그리고 이것은 config.log입니다 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make …

5
흰개미를 설치하는 방법
UbuntuGnome에서 openbox를 사용하고 있습니다. 도움이된다면. 그래서 여기에있는 설명서를 검토했습니다. https://wiki.archlinux.org/index.php/Termite 설치 방법을 알 수 없습니다. 나는 매우 초보자이며 간단한 설명이 가능하거나 적어도 올바른 방향으로 조금씩 움직입니다. 나는 또한 여기에 지시를 따르십시오 : https://github.com/thestinger/termite 다음을 수행했습니다. git clone --recursive https://github.com/thestinger/termite.git cd termite && make 그런 다음 이것을 얻으십시오 : ask @ …

1
g13-driver를 컴파일하는 동안“기호 추가 오류 : 명령 줄에 DSO가 없습니다”
여기에서받은 다운로드를 컴파일하려고합니다 .make https://code.google.com/p/linux-g13-driver/를 실행하면 웹에서 검색 한 후 프로그래머의 결함 인 것처럼 보이지만 여기에 오류가 발생합니다. g++ c-source/G13.o c-source/G13Action.o c-source/Macro.o c-source/MacroAction.o c-source/Main.o c-source/Output.o c-source/PassThroughAction.o -o Linux-G13-Driver -lusb-1.0 /usr/bin/ld: c-source/Main.o: undefined reference to symbol 'pthread_kill@@GLIBC_2.2.5' //lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1 …
13 compiling  make 

2
'make'명령 사용시 오류 발생 (Ubuntu 12.04에 aircrack-ng 설치)
나는 이 지시를 따랐다 . common.mak파일을 성공적으로 편집했으며 실행했을 make때이 오류가 발생합니다. mohd-arafat-hossain@TUD:~/aircrack-ng-1.1$ make make -C src all make[1]: Entering directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src' make -C osdep make[2]: Entering directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src/osdep' Building for Linux make[3]: Entering directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src/osdep' make[3]: `.os.Linux' is up to date. make[3]: Leaving directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src/osdep' make[2]: Leaving directory `/home/mohd-arafat-hossain/aircrack-ng-1.1/src/osdep' …

5
“/ usr / bin / ld : -lcudart를 찾을 수 없습니다”
나는 우분투 초보자이며 우분투 14.04 64 비트를 사용하고 있습니다. 내가 원하는 make사용하는 프로젝트 cuda및 opencv실행할 때 나는 다음과 같은 오류가 발생했습니다cmake . && make Linking CXX executable ground_estimation /usr/bin/ld: cannot find -lcudart collect2: error: ld returned 1 exit status make[2]: *** [ground_estimation] Error 1 make[1]: *** [CMakeFiles/ground_estimation.dir/all] Error 2 make: …
13 compiling  make  cuda  opencv 

5
내 이맥스를 완전히 제거하는 방법?
Emacs 소스 파일을 다운로드하고를 사용하여 설치했습니다 make. Emacs를 성공적으로 설치 한 후, 다운로드 한 소스 파일을 수동으로 제거하여 디스크 공간을 절약했습니다. 이제 Emacs를 제거하고 싶습니다 sudo apt-get purge emacs. 그러나 Emacs가 설치되지 않았으며 제거되지 않을 것입니다. 그러나 emacs터미널 에 입력하여 Emacs를 실행할 수 있습니다 . 또한 명령 which emacs은 결과를 …
12 apt  uninstall  make  emacs 

4
반응 형 네이티브 우분투 18.04에 경비원을 설치하는 방법은 무엇입니까? make 명령 오류
이 솔루션 을 읽었습니다 . 나는 node-man을 react-native의 의존성으로 원했다. ./configure명령 까지 오류가 없으며 주어진 솔루션으로 정상적으로 작동합니다. gd@gd10:/tmp$ git clone https://github.com/facebook/watchman.git Cloning into 'watchman'... remote: Counting objects: 18852, done. remote: Compressing objects: 100% (103/103), done. remote: Total 18852 (delta 50), reused 64 (delta 27), pack-reused 18718 Receiving objects: 100% …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.