<div dir="ltr"><div>It might be a library/header location problem.</div><div>in the source if it says</div><div>#include <filename.h></div><div>then it looks in a specified place.</div><div>if it says</div><div>#include "filename.h"</div><div>then it looks in the same path given with the -I option.</div><div><br></div><div>So it sounds like it might be related to locations of header / include files.</div><div><br></div><div>Here's the link that reminded me of that:</div><div><a href="http://stackoverflow.com/questions/13938298/g-cant-find-headers-even-when-its-specified">http://stackoverflow.com/questions/13938298/g-cant-find-headers-even-when-its-specified</a><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 17, 2016 at 4:45 PM, Matthew O'Gorman <span dir="ltr"><<a href="mailto:mog@rldn.net" target="_blank">mog@rldn.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">david <<a href="mailto:ainut@knology.net">ainut@knology.net</a>> writes:<br>
<br>
> 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>
<br>
</span>What does ls -l say?  If I had to guess your g++ is not an executable.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Matthew O'Gorman<br>
BM-NBUmia4p88Jny5bZbRGcMt64SWWp5WVv<br>
TorChat: 5w3dtk7nhkkijcpc<br>
Site: <a href="https://b.rldn.net" rel="noreferrer" target="_blank">https://b.rldn.net</a><br>
Xim/Email: <a href="mailto:mog@rldn.net">mog@rldn.net</a><br>
mog@rldn:~$ fortune wisdom -s|cowsay -f /dev/null<br>
 ________________________________________<br>
/ He is truly wise who gains wisdom from \<br>
\ another's mishap.                      /<br>
 ----------------------------------------<br>
</font></span><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><br></blockquote></div><br></div>