Nmap Development mailing list archives

Re: I cant make 6.49 on fedora 22.


From: Jacek Wielemborek <d33tah () gmail com>
Date: Sun, 28 Jun 2015 09:00:55 +0200

W dniu 28.06.2015 o 03:15, marfree pisze:
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/


Hi,

Looks like you need to install gcc-c++ package. You can do that by
entering as root:

yum install gcc-c++

In case this leads you to another "command not found" error that you
have no idea how to fix, try running as root:

yum-builddep nmap

This will install all build dependencies for the Nmap package that
Fedora already knows. Those shouldn't have changed a lot since 6.49BETA3.

Cheers,
d33tah

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: