So to confirm the observations and comments above:<br><br>My environment worked without any errors.  The following give some detail as to why.<br><br>bash-3.00# which ar<br>/usr/ccs/bin/ar<br><br>bash-3.00# echo $PATH<br>/usr/local/bin:/usr/bin:/usr/ccs/bin:/usr/sbin
<br><br>ar is a command line tool that is not in your path, so I guess ./configure sets it to false... and then tries to run it with the command "false".<br>Fix your path to include the location of ar and you will probably have better results.  Thanks to the others on the list for catching this detail.  
<br><br>It may be a good idea to add to the wiki as well.<br><br>Lin<br><br><br><br><div><span class="gmail_quote">On 9/6/06, <b class="gmail_sendername">Rafiqul Ahsan</b> <<a href="mailto:rafiqul.ahsan@gmail.com">rafiqul.ahsan@gmail.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div>Thanks to Lin, Mercel, and Rob for your input. I am not sure about Mercel's comment on value of AR, this has been set to false in the Makefile at libltdl/ directory (where it actually fails). The question is what value should it be ?
</div>
<div> </div>
<div>Also, Rob - when I put the /usr/ccs/bin/ on top of my PATH, it picks a make that gives me error as "make: Fatal error in reader: Makefile, line 41: Unexpected end of line seen". Wheras my earlier picks on make file from /usr/local/bin - did not give me this error. Following is the various command output FYI. Also - I could you please explain a little more on where to put this get -R/path/to/dep alongside the -L linker flags (an example would be appreciated). Is it needed to add on the Makefile on ./libltdl/ directory ?
</div>
<div> </div>
<div>Thanks for your help.</div>
<div> </div>
<div>Rafi</div>
<div> </div>
<div> </div>
<div># /usr/local/bin/make -v<br>GNU Make 3.80<br>Copyright (C) 2002  Free Software Foundation, Inc.<br>This is free software; see the source for copying conditions.<br>There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
<br>PARTICULAR PURPOSE.<br># /usr/ccs/bin/make -v<br>make: Warning: Ignoring DistributedMake -v option<br>make: Fatal error in reader: Makefile, line 41: Unexpected end of line seen<br> </div>
<div>Here is my PATH (after I added /usr/ccs/bin - as suggested by Rob)</div>
<div># echo $PATH<br>/usr/ccs/bin:/usr/sbin:/usr/bin:/usr/sfw/bin/:/usr/local/bin<br> </div></div><div><span class="e" id="q_10d83a8f6fa5cdee_1">
<div> </div>
<div><br> </div>
<div><span class="gmail_quote">On 9/6/06, <b class="gmail_sendername">Rob Shepherd</b> <<a href="mailto:rob@techniumcast.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">rob@techniumcast.com
</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"><a href="mailto:Marcel.De_Boer@alcatel.be" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Marcel.De_Boer@alcatel.be</a> wrote:<br>> Lin Richardson wrote:
<br>>> You should post this to thet userlist (I am cc'ing them on this<br>>> reply).  Perhaps someone there has seen the "false cru" error before...<br>>><br>>> I'm no compiler guru, but google tells me that libtool may be to
<br>>> blame. I don't acutally show libtool installed on my box and don't<br>>> know much about it.<br>> I'm no compiler guru either, but the system appears to be missing 'ar'<br>> (I thought I remembered 'ar' being called with options 'cru' before, and
<br>> the config.log confirms this:)<br><br>For solaris...<br><br>Add /usr/ccs/bin to the top of your path.<br><br>In addition, as mentioned in this thread. The preferable way of<br>satisfying run time lib dependencies on solaris is by get -R/path/to/dep
<br>alongside the -L linker flags.<br><br>Rob<br><br><br><br><br>--<br>Rob Shepherd | Computer and Network Engineer | Technium CAST | LL57 4HJ<br><a href="mailto:rob@techniumcast.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
rob@techniumcast.com</a> | 01248 675024 | 07776 210516
<br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www.freeradius.org/list/users.html</a><br></blockquote>
</div><br><br clear="all"><br></span></div><div><span class="sg">-- <br>Rafiqul Ahsan                630-717-1698(h)
<br>2120 Periwinkle Ln         630-689-1457(h)<br>Naperville, IL 60540        847-812-6176(c)<br>

</span></div><br>-<br>List info/subscribe/unsubscribe? See <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html
</a><br><br></blockquote></div><br>