<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><br>
</p>
<div class="moz-cite-prefix">On 01/04/19 1:20 PM, François Duport
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:VI1PR0102MB28327918ED8ABC368966063591550@VI1PR0102MB2832.eurprd01.prod.exchangelabs.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<div dir="auto">Hi,
<div dir="auto"><br>
</div>
<div dir="auto">I try to cross-compile GlusterFS because I don't
want my embedded client Todo it and each time I reset my
client. So I want the compile application to be in my rom
image.</div>
<div dir="auto"><br>
</div>
<div dir="auto">That said in appearance I did succeeded in my
cross compilation but when I do a 'make Destdir='pwd'/out
install' in out there's only a 'lib' and a 'include' folder. I
can't find the associated bin folder.</div>
</div>
</blockquote>
<p>I did not attempt a cross compile but `make install
DESTDIR=/tmp/DELETE/` did put everything including the binaries
inside /tmp/DELETE on a local install. Perhaps you could search
the verbose output during the install for names of binaries to see
if and where they are getting installed. For example, scrolling
through the output and searching for <tt>glfsheal</tt>, I see <br>
</p>
<tt>/usr/bin/mkdir -p '/tmp/DELETE//usr/local/sbin'</tt><tt><br>
</tt><tt> /bin/sh ../../libtool --mode=install /usr/bin/install
-c glfsheal '/tmp/DELETE//usr/local/sbin'</tt><tt><br>
</tt><tt>libtool: install: /usr/bin/install -c .libs/glfsheal
/tmp/DELETE//usr/local/sbin/glfsheal</tt><br>
<p><br>
</p>
<p>Hope that helps.<br>
</p>
Ravi<br>
<blockquote type="cite"
cite="mid:VI1PR0102MB28327918ED8ABC368966063591550@VI1PR0102MB2832.eurprd01.prod.exchangelabs.com">
<div dir="auto">
<div dir="auto"><br>
</div>
<div dir="auto">Can you help me with that?</div>
<div dir="auto">Thanks</div>
<div dir="auto"><br>
</div>
<div dir="auto">Best regards</div>
<div dir="auto">François</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Gluster-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Gluster-users@gluster.org">Gluster-users@gluster.org</a>
<a class="moz-txt-link-freetext" href="https://lists.gluster.org/mailman/listinfo/gluster-users">https://lists.gluster.org/mailman/listinfo/gluster-users</a></pre>
</blockquote>
</body>
</html>