Re: [ns] error in running make file

2013-04-13 Thread Tuan LE HUU NGUYEN

Sorry, it should be like this (there's no asterisk marks):

sudo apt-get update
sudo apt-get install build-essential
gcc -v



Re: [ns] error in running make file

2013-04-13 Thread Tuan LE HUU NGUYEN

On 12/04/2013 9:07 CH, Mallika Sharma wrote:
> ubuntu-12
>

I found a solution on the Internet 
(http://ubuntuforums.org/showthread.php?t=1083933), try these commands 
in Terminal:

sudo apt-get update
sudo apt-get install*build-essential*
gcc -v




Re: [ns] error in running make file

2013-04-12 Thread Tuan LE HUU NGUYEN

On 12/04/2013 4:40 CH, Mallika Sharma wrote:
> While running the make command i got the error that "make: *** no target
> specified and no makefile found. stop." and while running the code "g++ -c
> -o something .o something.cc" the error which i got is g++ and
> pentium-builder packages are not installed.i tried to install the packages
> but they didn't install.
> plz help
>
> regards
What kind of system that you're using? Ubuntu, Feroda, Debian... or sth 
else?



[ns] error in running make file

2013-04-12 Thread Mallika Sharma

While running the make command i got the error that "make: *** no target
specified and no makefile found. stop." and while running the code "g++ -c
-o something .o something.cc" the error which i got is g++ and
pentium-builder packages are not installed.i tried to install the packages
but they didn't install.
plz help

regards