Hi,
I have to install and run some files of USB/IP., to see its working and later make changes in it..its an open source project developed by hirofuchi.
The point is:
I have downloaded the source code..but unable to compile it.getting n no. of errors.
These are some of the contents of readme given in src folder of that complete package having code.
There is one file named autogen.sh in src folder which i have to open as given in first instruction.
i went til that file by using multiple cd.
but when i write that command this comes:
so when i tried installing the needed package,this comes:
command written by me:
response:
There is another file called install, some of its contents are:
there is a file called configure.ac in src
which is not getting opened either!
by ./configure command and ./configure --help is also not working.
I have to install and run some files of USB/IP., to see its working and later make changes in it..its an open source project developed by hirofuchi.
The point is:
I have downloaded the source code..but unable to compile it.getting n no. of errors.
These are some of the contents of readme given in src folder of that complete package having code.
Code:
[Install]
0. Skip here if you see a configure script.
$ ./autogen.sh
1. Compile & install.
$ ./configure
$ make install
2. Compile & install USB/IP drivers if not yet.
i went til that file by using multiple cd.
but when i write that command this comes:
Code:
+ autoreconf -i -f -v ./autogen.sh: 1: autoreconf: not found
command written by me:
Code:
sudo apt-get install autoconf
Code:
Reading package lists... Done Building dependency tree Reading state information... Done Package autoconf is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package autoconf has no installation candidate
Code:
The simplest way to compile this package is:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system.
Running `configure' might take a while. While running, it prints
some messages telling which features it is checking for.
which is not getting opened either!
by ./configure command and ./configure --help is also not working.
Comment