Bug 1978 - c and c++ is working in my system , how to resolve following error
c and c++ is working in my system , how to resolve following error
Status: RESOLVED INVALID
Product: ns-3
Classification: Unclassified
Component: buildings
ns-3.13
PC Linux
: P5 major
Assigned To: Nicola Baldo
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-09 10:43 UTC by sukla satapathy
Modified: 2014-09-09 10:47 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sukla satapathy 2014-09-09 10:43:01 UTC
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
Comment 1 Tommaso Pecorella 2014-09-09 10:47:59 UTC
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