Nmap Development mailing list archives
Re: I cant make 6.49 on fedora 22.
From: Robin Wood <robin@digi.ninja>
Date: Sun, 28 Jun 2015 08:01:50 +0100
Your problem is: make[1]: g++: Command not found You need to install the gcc-c++ package: sudo yum install gcc-c++ As you are missing this you may be missing other key build packages, read the errors and you should be able to spot which ones. Robin On 28 Jun 2015 02:15, "marfree" <marfree () telus net> wrote:
Hello, running into an error on make, configure went fine. Any suggestions would be appreciated: [nmap-6.49BETA3]$ uname -r 4.0.5-300.fc22.x86_64 [nmap-6.49BETA3]$ make Compiling liblua make[1]: Entering directory '/nmap-6.49BETA3/liblua' make[1]: 'liblua.a' is up to date. make[1]: Leaving directory '/nmap-6.49BETA3/liblua' Compiling liblinear make[1]: Entering directory '/nmap-6.49BETA3/liblinear' g++ -Wno-uninitialized -c -o linear.o linear.cpp make[1]: g++: Command not found Makefile:29: recipe for target 'linear.o' failed make[1]: *** [linear.o] Error 127 make[1]: Leaving directory '/nmap-6.49BETA3/liblinear' Makefile:156: recipe for target 'liblinear_build' failed make: *** [liblinear_build] Error 2 [nmap-6.49BETA3]$ marfree. _______________________________________________ Sent through the dev mailing list https://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/
_______________________________________________ Sent through the dev mailing list https://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/
Current thread:
- I cant make 6.49 on fedora 22. marfree (Jun 27)
- Re: I cant make 6.49 on fedora 22. Jacek Wielemborek (Jun 28)
- Re: I cant make 6.49 on fedora 22. David Fifield (Jun 28)
- Re: I cant make 6.49 on fedora 22. Robin Wood (Jun 28)
- RESOLVED: I cant make 6.49 on fedora 22. Marcus (Jun 28)
- Re: I cant make 6.49 on fedora 22. Jacek Wielemborek (Jun 28)
