catherineteosg
Member
- Joined
- Apr 22, 2012
- Messages
- 343
- Reaction score
- 14
I am relatively new to Linux. Need your help with the following error
I am trying to compile on a remote server(using putty to login)
http://downloads.sourceforge.net/mktorrent/mktorrent-1.0.tar.gz
I have downloaded the .tar.gz file.
The instruction on the website says as follows
The README file, the instruction says
When I execute I get the following message
If I type the following
How do I compile?. Appreciate your help.
Thanks
I am trying to compile on a remote server(using putty to login)
http://downloads.sourceforge.net/mktorrent/mktorrent-1.0.tar.gz
I have downloaded the .tar.gz file.
The instruction on the website says as follows
Basics
Get the source code from the links above, extract the files, enter the directory and run make to build the program. However, see the recommend build one-liners below.
To install the program to /usr/bin do make PREFIX=/usr install as root.
The README file, the instruction says
Type 'make' to build the program.
Do 'make install' to install the program to /usr/local/bin.
When I execute I get the following message
root@mysbox:~/mktorrent-1.0# make
cc -O2 -Wall prefix.c -o prefix
make: cc: Command not found
make: *** [prefix] Error 127
If I type the following
root@mysbox:~/mktorrent-1.0# ./configure
-bash: ./configure: No such file or directory
How do I compile?. Appreciate your help.
Thanks