<p dir="ltr">If you can't find another way to figure it out, you can always use strace to figure out where exactly it's looking for those files and adjust your include paths or file locations to match. </p>
<p dir="ltr">Kinsey</p>
<div class="gmail_quote">On Feb 17, 2016 3:20 PM, "david" <<a href="mailto:ainut@knology.net">ainut@knology.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm trying to setup a cross-compile from the pc running Debian jessie to<br>
an RPi2 also running jessie.  This is for a Qt environment so I'm using<br>
Qt recipe on page <a href="http://wiki.qt.io/RaspberryPi2EGLFS" rel="noreferrer" target="_blank">wiki.qt.io/RaspberryPi2EGLFS</a>.  Everything works fine<br>
until I get to the ".configure" command in step 7.  Phase 1 of the<br>
.configure works fine, but in phase 2, where it tries to "make" using a<br>
g++ command, it returns an error "file not found!"  I can go to that<br>
directory and actually SEE the actual g++ file exists!<br>
Further, when I type (this is all using bash shell) "./g++" command name<br>
(leaving out the full name only in this email), it also says "file not<br>
found!"  And I still see it in an "ls" command as well as in the<br>
windowed "file manager."<br>
<br>
This is bizarre.  Unless there is an embedded control character or<br>
something in the filename, I'm totally lost.  I have *never* seen any<br>
version of any operating system do this.<br>
Oh, and that entire directory tree was built using automagic build tools<br>
downloaded from Qt's git site.<br>
<br>
Not even sure how to rename that file if I keep getting "file not found"<br>
errors while using shell command line interface.<br>
<br>
Help, please!<br>
<br>
Thanks,<br>
David Merchant<br>
<br>
<br>
<br>
_______________________________________________<br>
general mailing list - <a href="mailto:general@lists.makerslocal.org">general@lists.makerslocal.org</a><br>
A service of Makers Local 256 - <a href="https://256.makerslocal.org/" rel="noreferrer" target="_blank">https://256.makerslocal.org/</a><br>
<a href="http://lists.makerslocal.org/mailman/listinfo/general" rel="noreferrer" target="_blank">http://lists.makerslocal.org/mailman/listinfo/general</a></blockquote></div>