Hi,
iscsi-test is deprecated, you should use iscsi-test-cu instead. It is
based on CUnit and is much much better :-)
Building iscsi-test and iscsi-test-cu is dune by running make.
But, both depent on libpopt-dev so if you dont have that installed,
make will only build the library but none of the tools.
iscsi-test-cu also depends on having the cunit libraries installed.
Please re-run configure. It should test for both popt and cunit
towards the end :
...
checking whether libpopt is available... yes
checking whether libcunit is available... yes
...
So as long as you have both libpopt and libcunit available the test
tool will be built when you run 'make'
regards
ronnie sahlberg
On Thu, Apr 11, 2013 at 1:38 PM, <
ban...@gmail.com> wrote:
> Hi all,
> I've clone the latest source from github. How do I build iscsi-test? The
> instructions in the README don't work for me.
>
> root@andken-deb:~/iscsi_test# ls
> aclocal.m4 config.h config.sub depcomp install-sh
> LICENCE-LGPL-2.1.txt Makefile.am patches test-tool
> autogen.sh
config.h.in configure examples lib
> ltmain.sh Makefile.in README TODO
> bin config.log
configure.ac include libtool m4
> missing src win32
> config.guess config.status COPYING INSTALL LICENCE-GPL-2.txt
> Makefile packaging stamp-h1
> root@andken-deb:~/iscsi_test# make iscsi-test
> make: *** No rule to make target `iscsi-test'. Stop.
> root@andken-deb:~/iscsi_test#
>
>
>
> For what it's worth, this is on a Debian machine:
> root@andken-deb:~/iscsi_test# uname -a
> Linux andken-deb 2.6.32-5-686 #1 SMP Sun Sep 23 09:49:36 UTC 2012 i686
> GNU/Linux
>
> --
> You received this message because you are subscribed to the Google Groups
> "libiscsi" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
libiscsi+u...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>