Installing v4l-utils using make install fails when using a parallel build. 
The build itself using "make" works fine.  I can reproduce the make install 
failure, the error is as follows:

/usr/bin/ld: cannot find -lv4l1
collect2: error: ld returned 1 exit status

  I think the install command should be changed, from
make install
to
MAKEFLAGS="-j1" make install

This is also what Arch Linux uses in their build scripts and fixes the error.

--Willie
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to