Em 06-08-2015 17:19, Tim Tassonis escreveu: > Hi all > > > Contrary to the README and the description in Chapter 45, > > make install > > will not install the binaries > - gst-inspect-1.0 > - gst-launch-1.0 > - gst-typefind-1.0 > > An additional > > (cd tools && make install) > > > fixes this. > > This is from the svn version of blfs > > > Kind regards > Tim
Here, it works fine: $ porg -f gstreamer-1.4.5 | \ grep -E 'gst-inspect-1.0$|gst-launch-1.0$|gst-typefind-1.0$' /usr/bin/gst-inspect-1.0 /usr/bin/gst-launch-1.0 /usr/bin/gst-typefind-1.0 $ xzgrep -E \ 'bin/gst-inspect-1.0|bin/gst-launch-1.0|bin/gst-typefind-1.0' /logs/gstreamer-1.4.5-2015.04.06-13h00m33s.log.xz libtool: install: /usr/bin/install -c .libs/gst-inspect-1.0 /usr/bin/gst-inspect-1.0 libtool: install: /usr/bin/install -c .libs/gst-typefind-1.0 /usr/bin/gst-typefind-1.0 libtool: install: /usr/bin/install -c .libs/gst-launch-1.0 /usr/bin/gst-launch-1.0 (Ken, finally remembered the reason I prefer -E to egrep: I need when using xzgrep. I was surprised to know something that you didn't, it's always the contrary.) -- []s, Fernando -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
