<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 25, 2016 at 7:12 AM, Karl Dietz <span dir="ltr"><<a href="mailto:dekarl@spaetfruehstuecken.org" target="_blank">dekarl@spaetfruehstuecken.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On <a href="tel:25.03.2016%2002" value="+12503201602" target="_blank">25.03.2016 02</a>:49, Dave Badia wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Thanks for the all the replies.  I already have libtag1-dev (and every<br>
other libtag library I could find) installed.<br>
<br>
Here's my config.ep: <a href="http://pastebin.com/zXW1BZj5" rel="noreferrer" target="_blank">http://pastebin.com/zXW1BZj5</a><br>
</blockquote>
<br></span>
this is the relevant part:<br>
/usr/bin/ld: cannot find -lstdc++<br>
collect2: error: ld returned 1 exit status<span class=""><br>
ERROR: cannot find taglib 1.6 or later.<br>
<br></span>
Is libstdc++.so in the library search path? Maybe we need to explicitly<br>
depend on another package for building.<div class=""><div class="h5"><br>
<br>
Regards,<br>
Karl<br>
<br>
</div></div></blockquote></div><br></div><div class="gmail_extra">Yes, I think so, as I found this:<br><br>dave@mccoy:~/pvr/myth27d/mythtv$ ls -alt /usr/lib/x86_64-linux-gnu/libstdc++.so.6<br>lrwxrwxrwx 1 root root 19 Mar 16 12:43 /usr/lib/x86_64-linux-gnu/libstdc++.so.6 -> libstdc++.so.6.0.21<br>dave@mccoy:~/pvr/myth27d/mythtv$  ls -alt /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21<br>-rw-r--r-- 1 root root 1537736 Mar 16 12:48 /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21<br><br><br>Here are the libstdc packages that are installed<br>dave@mccoy:~/pvr/myth27d/mythtv$ dpkg-query -f '${binary:Package}\n' -W | grep libstdc<br>libstdc++-4.9-dev:amd64<br>libstdc++6:amd64<br><br></div><div class="gmail_extra">hmm... do I need the dev one included the search path?<br></div><br><div class="gmail_extra">Thanks for the help<br></div><div class="gmail_extra">Dave<br></div></div>