Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
this page to do the necessary changes into the necessary files and then i am requires to build the NCTUns by running the install.sh script. I did this as :
$ ./install.sh -c install.conf
but then i am constantly getting this error :
"ERROR : gcc or g++ missing" though i save gcc installed on my system. has this to to anything with the PATH variable?? please help..
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,302
Rep:
Well, I haven't tried installing NCTUns on Ubuntu, only on a couple of Fedora.
But to have a working gcc , etc. for NCTUns, please do :
sudo apt-get install g++
I.e. the g++ install will provide the files, that makes gcc usable.
Did you install the other prerequisites ?
> rpm tcl8.5 tcl8.5-dev xinetd rsh-server libncurses5-dev libqt3-mt
( build-essential ) ?
( Synaptic can also be used to install g++ , etc.)
..
Distribution: pclos2010.12, Slack1337 DebSqueeze, +50+ other Linux OS, for test only.
Posts: 9,302
Rep:
NCTUns , Ubuntu 9.10 Karmic
The link, post #1 http://wiki.ehas.org/index.php?title..._Debian/Ubuntu
.. shows the lines, you have to edit (add) in E00common + S06check.
Did you do that ?
Uncomment a line / lines with a hash mark (#), and add a new line, etc.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.