<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/19730" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2014-07-08T11:35:02-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/19730</id>

		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-07-08T11:35:02-04:00</updated>

		<published>2014-07-08T11:35:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102974#p102974</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102974#p102974"/>
		<title type="html"><![CDATA[Tips on ./configure errors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102974#p102974"><![CDATA[
I hope somebody comes along soon, that can advise you on it.   I'm curious now.<br><br>At least you got <br>/usr/lib/x86_64-linux-gnu/libtcl8.6.so<br>which jives with<br><a href="http://eggwiki.org/Libdir" class="postlink">http://eggwiki.org/Libdir</a><br><br>I understand that it is the "x86_64-linux-gnu"  part that is the snag.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Tue Jul 08, 2014 11:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2014-07-08T11:03:01-04:00</updated>

		<published>2014-07-08T11:03:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102973#p102973</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102973#p102973"/>
		<title type="html"><![CDATA[Tips on ./configure errors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102973#p102973"><![CDATA[
<blockquote class="uncited"><div>Delta ~ # find / -type f -name "libtcl*" 2&gt;/dev/null<br>/usr/lib/x86_64-linux-gnu/libtcl8.6.so</div></blockquote>Can't find the tcl.h file...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jul 08, 2014 11:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-07-08T08:10:35-04:00</updated>

		<published>2014-07-08T08:10:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102972#p102972</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102972#p102972"/>
		<title type="html"><![CDATA[Tips on ./configure errors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102972#p102972"><![CDATA[
<blockquote class="uncited"><div>...<br>Anything else I should try to locate that file? Oh, <em class="text-italics">locate</em> doesn't find anything either.</div></blockquote>Unfortunately, I am not a linux guru.  I think you need somebody more knowledgeable than me.<br>I made the post here because I couldn't find any reference to this problem here, and wanted to have at least something for others.  <br>I've had this problem a couple times now, and each time had to ask for help, or fumble through it.  So I'm thinking that it is going to keep appearing.<br><br>While you wait for somebody else to come along here, just for the heck of it, try:<br>dpkg -l |grep tcl<br>to see what is installed.<br>Is tcl-dev installed too?  corresponding to the version of tcl that is installed?  <br>Without tcl-dev installed, ./configure will bark at you.<br><br>Next -<br><br>To find where tcl is installed:<br>dpkg -L tcl<br>and<br>dpkg -L tcl-dev<br><br><br>By the way, did this:<br>find / -type f -name "libtcl*" 2&gt;/dev/null <br>find the .so file ?<br><br><br>I wonder if finding that tclsh that does run, would be a clue?<br>Have you tried:<br>find / -type f -name "tclsh*" 2&gt;/dev/null<br>Again, I'm not your linux wizard, so I'm grasping here.   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>Can't hurt ....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Tue Jul 08, 2014 8:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2014-07-08T01:07:53-04:00</updated>

		<published>2014-07-08T01:07:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102971#p102971</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102971#p102971"/>
		<title type="html"><![CDATA[Tips on ./configure errors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102971#p102971"><![CDATA[
I have this problem on a Linux Mint x64 and the "find / -type f -name "tcl.h" 2&gt;/dev/null" doesn't return anything. The ./configure complains about missing TCL yet it's fine installed on the system:<div class="codebox"><p>Code: </p><pre><code>Delta ~ # tclsh% info patchlevel8.6.1% puts $tcl_version8.6%</code></pre></div>Anything else I should try to locate that file? Oh, <em class="text-italics">locate</em> doesn't find anything either.<br><br>What's even stranger is that if I install the eggdrop version that I can find in the repository it works just fine cos it's installing TCL 8.5 too.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jul 08, 2014 1:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2014-07-07T10:35:48-04:00</updated>

		<published>2014-07-07T10:35:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=102969#p102969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=102969#p102969"/>
		<title type="html"><![CDATA[Tips on ./configure errors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=102969#p102969"><![CDATA[
Are you having problems running ./configure?<br><br>Here are a couple tips for some somewhat recent occurrences :<br><br>1.)<br>Can't find tcl .  Perhaps with Ubuntu 14    64 bit<br><br>This might be the solution:<br><a href="http://eggwiki.org/Libdir" class="postlink">http://eggwiki.org/Libdir</a><br><br><br>(You can google for instructions on how to list installed packages on your system or shell. )<br><br>The symptom will be:<br>./configure fails, telling you that tcl is not found.<br>Yet you can check installed packages, and it is there.  Check for tcl-dev, and it is there too.<br><br>Use:<br>uname -a<br>Is it a 64 bit system?<br>Then this might be the problem.<br><br>Next, do:<br>find / -type f -name "tcl.h" 2&gt;/dev/null<br>to find that file's path.<br><br>Next, do:<br>find / -type f -name "libtcl*" 2&gt;/dev/null<br>to find the .so file<br>watch the filename too.<br><br>Now see the link mentioned above:<br><a href="http://eggwiki.org/Libdir" class="postlink">http://eggwiki.org/Libdir</a><br>and compare to the info you found with the find command.<br>I suppose you might need to substitute.<br><br>I hope this helps.<br><br><br><br>2.)<br>Can't compile on FreeBSD  or  OSX <br><br>Clang error<br><br>Try here:<br><a href="http://eggwiki.org/Clang" class="postlink">http://eggwiki.org/Clang</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Mon Jul 07, 2014 10:35 am</p><hr />
]]></content>
	</entry>
	</feed>
