LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I Installed NS-2.34 on Ubuntu 12.04 LTS, it failed to create symbolic link (https://www.linuxquestions.org/questions/linux-newbie-8/i-installed-ns-2-34-on-ubuntu-12-04-lts-it-failed-to-create-symbolic-link-4175518559/)

akhtar husain 09-14-2014 11:51 AM

I Installed NS-2.34 on Ubuntu 12.04 LTS, it failed to create symbolic link
 
Sir I Installed NS-2.34 on Ubuntu 12.04 LTS, it gives follwing errors:

ln: failed to create symbolic link `ns': File exists
ln: failed to create symbolic link `nam': File exists
Please compile your xgraph separately.
ln: failed to create symbolic link `sgb2ns': File exists
ln: failed to create symbolic link `sgb2hierns': File exists
ln: failed to create symbolic link `sgb2comns': File exists
ln: failed to create symbolic link `itm': File exists
ln: failed to create symbolic link `sgb2alt': File exists
ln: failed to create symbolic link `edriver': File exists

help me to solve the problem. What the steps to be followed to sole the problem of ns-2.34 on Ubuntu12.0LTS.

knudfl 09-14-2014 12:21 PM

Welcome to LQ.

I don't remember that I have ever experienced those outputs. (Errors ?)

The build procedure is :
$ sudo apt-get install \
g++ g++-4.4 autoconf automake libtool patch libxmu-dev xgraph

$ tar xvf ns-allinone-2.34.tar.gz
http://sourceforge.net/projects/nsna...allinone-2.34/
$ cd ns-allinone-2.34/
$ export CC=gcc-4.4 CXX=g++-4.4 && ./install

-

knudfl 12-25-2014 12:46 PM

← #3 .

`ns-allinone-2.34.tar.gz“ :
http://sourceforge.net/projects/nsna...allinone-2.34/
http://sourceforge.net/projects/nsna...ar.gz/download

* If the build of ns-allinone-2.34 fails :
Please show all your commands.
* So far you have also not shown any errors :
Please tell what's failing.

Post #1 : »failed to create symbolic link `ns'«
... actually indicates that the executable 'ns' was created OK.

-


All times are GMT -5. The time now is 04:02 PM.