<div dir="ltr">Thanks Mike, when i ran ./bootstrap, after that, i ran the ./configure and then it generated the make file. So it worked. Make is running now then after that, i will do make install. So when i install it, i will use it i know that. But is there a way i can use the built version? That is using make and not make install.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 17, 2015 at 1:01 PM, Mike Frysinger <span dir="ltr"><<a href="mailto:vapier@gentoo.org" target="_blank">vapier@gentoo.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 17 Feb 2015 11:35, Alangi Derick wrote:<br>
>        I want to install Strace in my system, i am using Linux operating<br>
> system which is debian + wheezy and when i run autoconf <a href="http://configure.ac" target="_blank">configure.ac</a> to<br>
> generate configure script, it gives me an error and the conversion fails<br>
> making me not to be able to install Strace. What can i do? This is the<br>
> error it gives me:<br>
<br>
</span>as Justin mentioned, you rarely run just autoconf.  standard autotools behavior<br>
is to run something like `autoreconf -fi`.<br>
<br>
however, in strace's case, you should just run:<br>
        $ ./bootstrap<br>
<span class="HOEnZb"><font color="#888888">-mike<br>
</font></span><br>------------------------------------------------------------------------------<br>
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server<br>
from Actuate! Instantly Supercharge Your Business Reports and Dashboards<br>
with Interactivity, Sharing, Native Excel Exports, App Integration & more<br>
Get technology previously reserved for billion-dollar corporations, FREE<br>
<a href="http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk" target="_blank">http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk</a><br>_______________________________________________<br>
Strace-devel mailing list<br>
<a href="mailto:Strace-devel@lists.sourceforge.net">Strace-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/strace-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/strace-devel</a><br>
<br></blockquote></div><br></div>