<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Bradley Hand ITC";
        panose-1:3 7 4 2 5 3 2 3 2 3;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal>I’m not actually working with an LFS system, so I have
no idea if anybody on this list is willing to offer any help. I’m hoping
someone might offer some general troubleshooting tips; if not, sorry to waste
your time.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>I’m trying to cross-compile a library that uses GNU
Autotools (Google Coredumper, to be specific) for PPC using the MontaVista tool
chain. Normally, issuing “make” causes a .libs/ directory to be
generating containing .a, .o, and .so files (and variants thereof). When I
cross-compile for PPC, the directory is created and populated with a .a file,
but no .so files. I can see .o and .lo files being generated, so the code *<b>is</b>*
getting compiled, but the linking stage gets skipped. When I review the make
output, there are no error messages or warnings—the commands related to
the .so files are simply missing.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>*<b>Summary</b>*: When I try to cross-compile, make mysteriously
and silently skips one or more parts of the build. (If I build for the same
architecture, it works fine.)<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>I’ve tried diff-ing the Makefiles generated by
./configure for the different architectures, and they look the same (other than
the paths to the compiler executables being different). I’ve also tried
grepping the Makefiles for the relevant commands that I see in the output; I
get no matches in either Makefile, so Autotools is doing <b>something</b>
arcane here.<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>At this point, what else can I try doing to debug this?<o:p></o:p></p>

<p class=MsoNormal><o:p> </o:p></p>

<p class=MsoNormal>Thanks for any help,<o:p></o:p></p>

<p class=MsoNormal>---<o:p></o:p></p>

<p class=MsoNormal><b><span style='font-size:12.0pt;font-family:"Bradley Hand ITC"'>William
Tracy<o:p></o:p></span></b></p>

<p class=MsoNormal><o:p> </o:p></p>

</div>

</body>

</html>