|
Bugzilla – Full Text Bug Listing |
| Summary: | c and c++ is working in my system , how to resolve following error | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | sukla satapathy <sukla.iit> |
| Component: | buildings | Assignee: | Nicola Baldo <nicola> |
| Status: | RESOLVED INVALID | ||
| Severity: | major | CC: | ns-bugs, tommaso.pecorella |
| Priority: | P5 | ||
| Version: | ns-3.13 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Bugzilla is not meant to be used to track user's PC configuration errors. Please use the ns-3-users Google group: https://groups.google.com/forum/#!forum/ns-3-users |
sukla@sukla-OptiPlex-9010:~/SUKLA/ns-allinone-3.13$ ./build.py --enable-examples --enable-tests # Build NSC Entering directory `nsc-0.5.2' => /usr/bin/python scons.py scons: Reading SConscript files ... Checking target architecure...(cached) amd64, checking userland ...amd64 Checking for C library fl... no Did not find libfl.a and/or flex. Please install flex and its development libraries. # Build NSC: failure (ignoring NSC) Leaving directory `nsc-0.5.2' # Building examples (by user request) # Building tests (by user request) # Build NS-3 Entering directory `./ns-3.13' Note: configuring ns-3 without NSC => /usr/bin/python waf configure --enable-examples --enable-tests --with-pybindgen ../pybindgen-0.15.0.795 Setting top to : /home/sukla/SUKLA/ns-allinone-3.13/ns-3.13 Setting out to : /home/sukla/SUKLA/ns-allinone-3.13/ns-3.13/build Checking for 'gcc' (c compiler) : /usr/bin/gcc Checking for 'g++' (c++ compiler) : not found Checking for 'icpc' (c++ compiler) : not found could not configure a c++ compiler! (complete log in /home/sukla/SUKLA/ns-allinone-3.13/ns-3.13/build/config.log) Traceback (most recent call last): File "./build.py", line 147, in <module> sys.exit(main(sys.argv)) File "./build.py", line 138, in main build_ns3(config, build_examples, build_tests, args, build_options) File "./build.py", line 60, in build_ns3 run_command(cmd) # waf configure ... File "/home/sukla/SUKLA/ns-allinone-3.13/util.py", line 24, in run_command raise CommandError("Command %r exited with code %i" % (argv, retval)) util.CommandError: Command ['/usr/bin/python', 'waf', 'configure', '--enable-examples', '--enable-tests', '--with-pybindgen', u'../pybindgen-0.15.0.795'] exited with code 1