If I remember correctly, I was going through a tutorial on the autotools and it made reference to needing the file and didn&#39;t say what went into it.<br><br>I ended up at the autotools via the links in the Chinook pages somewhere. I would prefer to follow a standard layout/environment and after looking at a couple examples and not really seeing one, this is where I ended up.
<br><br>I&#39;m new to the Linux programming environment and at work I&#39;ve always had to setup the build environment myself.<br><br>Thanks for you time.<br><br>Bill<br><br><div class="gmail_quote">On Dec 17, 2007 3:07 AM, Eero Tamminen &lt;
<a href="mailto:eero.tamminen@nokia.com">eero.tamminen@nokia.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">
Hi,<br><br>ext William Hope wrote:<br></div><div class="Ih2E3d">&gt; Thanks for replying. No, no .o is produced. Based on your emal, I tired to<br>&gt; narrow it down.<br>&gt;<br>&gt; This doesn&#39;t work:<br>&gt;<br>&gt; [sbox-SDK_BETA_X86: ~/prgms/ppim/trunk/src] &gt; source=&#39;
pPimString.cpp&#39;<br>&gt; object=&#39;pPimString.o&#39; libtool=no depfile=&#39;.deps/pPimString.Po&#39;<br>&gt; tmpdepfile=&#39;.deps/pPimString.TPo&#39; depmode=none /bin/sh ../config/depcomp g++<br>&gt; -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o 
pPimString.o pPimString.cpp<br>&gt;<br>&gt; This does:<br>&gt;<br>&gt; [sbox-SDK_BETA_X86: ~/prgms/ppim/trunk/src] &gt; source=&#39;pPimString.cpp&#39;<br>&gt; object=&#39;pPimString.o&#39; libtool=no depfile=&#39;.deps/pPimString.Po&#39;
<br>&gt; tmpdepfile=&#39;.deps/pPimString.TPo&#39; depmode=none &nbsp;g++ -DHAVE_CONFIG_H -I. -I.<br>&gt; -I.. -g -O2 -c -o pPimString.o pPimString.cpp<br>&gt;<br>&gt; So the /bin/sh ../config/depcomp part is what&#39;s screwing me up. I looked at
<br>&gt; the depcomp scripts that came with the hello-world-app-0.5.1 &amp; maemopad-2.1.<br>&gt; These were identical, so I copied it and I seem to be in business.<br><br></div>I&#39;m not that familiar with autotools (I use just make &amp; pkg-config
<br>myself). Where did you got the depcomp you were using earlier?<br><font color="#888888"><br><br> &nbsp; &nbsp; &nbsp; &nbsp;- Eero<br></font><br>PS. Please put CC on the devel list, other developers might have<br>a similar problem (and I haven&#39;t seen this mentioned earlier on
<br>the list), so it helps if they can find the answer with Google. :-)<br><div><div></div><div class="Wj3C7c"><br><br>&gt; Thank you very much!<br>&gt;<br>&gt; Bill<br>&gt;<br>&gt;<br>&gt; On Dec 14, 2007 6:25 AM, Eero Tamminen &lt;
<a href="mailto:eero.tamminen@nokia.com">eero.tamminen@nokia.com</a>&gt; wrote:<br>&gt;<br>&gt;&gt; Hi,<br>&gt;&gt;<br>&gt;&gt; ext William Hope wrote:<br>&gt;&gt;&gt; &nbsp;I&#39;m having a problem getting the build tools properly configured. I&#39;ve
<br>&gt;&gt; read<br>&gt;&gt;&gt; various online articles/books/docs and I have a start. The problem is<br>&gt;&gt; that<br>&gt;&gt;&gt; it doesn&#39;t compile anything. Below is output &amp; directory structure. I<br>&gt;&gt; can&#39;t
<br>&gt;&gt;&gt; really concentrate on developing until I can simplify builds.<br>&gt;&gt;&gt; I know it&#39;s not invoking the compiler as some of the files have errors.<br>&gt;&gt; If I<br>&gt;&gt;&gt; compile by hand, then it doesn&#39;t &#39;attempt&#39; to compile them.
<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Can anyone help? Point me to a better place to ask?<br>&gt;&gt; So calls like this don&#39;t produce .o files:<br>&gt;&gt;&gt; source=&#39;sio.cpp&#39; object=&#39;sio.o&#39; libtool=no \<br>
&gt;&gt;&gt; depfile=&#39;.deps/sio.Po&#39; tmpdepfile=&#39;.deps/sio.TPo&#39; \<br>&gt;&gt;&gt; depmode=none /bin/sh ../config/depcomp \<br>&gt;&gt;&gt; g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o sio.o sio.cpp<br>&gt;&gt; What if you call it with -v from the command line:
<br>&gt;&gt; &nbsp; g++ -v -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c -o sio.o sio.cpp<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;- Eero<br>&gt;&gt;<br>&gt;<br><br></div></div></blockquote></div><br>