[dpdk-users] Problem building DPDK libraries

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Nov 17 18:31:50 CET 2016


2016-11-17 17:23, David Aldrich:
> # make install T=x86_64-native-linuxapp-gcc install
> Installation cannot run with T defined and DESTDIR undefined

Extract of "make help":
        install T=       configure, build and install a target in DESTDIR
        install          install optionally staged in DESTDIR

So "install T=" is equivalent to
	make config
	make
	make install
But install cannot be done without DESTDIR.


More information about the users mailing list