<?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/156" />

	<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>2001-10-14T10:03:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-14T10:03:00-04:00</updated>

		<published>2001-10-14T10:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=584#p584</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=584#p584"/>
		<title type="html"><![CDATA[Error code 1 while compiling in FreeBSD3.2 shell]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=584#p584"><![CDATA[
When doing ./configure, eggdrop should tell you what path, and what version of TCL it is gonna use.<br><br>To get the version type this at the shell<blockquote class="uncited"><div>[blah:blah]~# tclsh<br>% info patchlevel<br><em class="text-italics">8.3.2</em><br>%exit</div></blockquote>Note, if you can't locate a newer version of TCL on that system, it is recomended that you upgrade the TCL on the system. To do this, as the system admin to do it, or install it in your home directory.<br><br>Then, once you have done this, use the configure command<blockquote class="uncited"><div>./configure --with-tclinc=/path/to/tcl.h --with-tcllib=/path/to/tcl8.2.so</div></blockquote>Replacing the paths and files acordingly<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Oct 14, 2001 10:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-14T02:03:00-04:00</updated>

		<published>2001-10-14T02:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=581#p581</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=581#p581"/>
		<title type="html"><![CDATA[Error code 1 while compiling in FreeBSD3.2 shell]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=581#p581"><![CDATA[
I *think* it's 7.6<br>On /usr/local/lib/ there is 4 tcl dirs:<br><br>    2 drwxr-xr-x   2 bin     bin        512 Oct 10  1996 tcl/<br>    2 drwxr-xr-x   2 root    bin        512 Apr 13  1996 tcl7.4/<br>    2 drwxr-xr-x   2 root    bin        512 Oct 10  1996 tcl7.5/<br>    2 drwxr-xr-x   2 root    wheel      512 May  4  1998 tcl7.6/<br><br>I'm assuming it to be the latest there, 7.6<br>Any command I could issue to know for sure? Also, is that the common/default tcl path (or i'd have to change some path before the 'make' to point there)?<br><br>Thanks<br><br><p>Statistics: Posted by Guest — Sun Oct 14, 2001 2:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2001-10-14T01:50:00-04:00</updated>

		<published>2001-10-14T01:50:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=580#p580</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=580#p580"/>
		<title type="html"><![CDATA[Error code 1 while compiling in FreeBSD3.2 shell]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=580#p580"><![CDATA[
what version tcl is installed on the system?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Sun Oct 14, 2001 1:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-14T01:21:00-04:00</updated>

		<published>2001-10-14T01:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=579#p579</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=579#p579"/>
		<title type="html"><![CDATA[Error code 1 while compiling in FreeBSD3.2 shell]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=579#p579"><![CDATA[
I'm trying to compile an eggdrop bot on a FreeBSD 3.2-RELEASE shell, for months, withoug success. I thought maybe someone here could point me to my ignorance.<br><br>./configure seems to go fine, so does 'make install'<br>It autodetecs and install it as static. But when i finally do 'make', at a certain point it breaks. Here are the last lines, maybe someone here will understand it better than I, and maybe the problem is evident (although not to me, unfortunately).<br><br>--<br>/usr/home/user/hyperspace/eggdrop1.6.6/src/mod/transfer.mod/.././transfer.mod/transfer.c:607: undefined reference to `Tcl_AppendResult'<br>/usr/home/user/hyperspace/eggdrop1.6.6/src/mod/transfer.mod/.././transfer.mod/transfer.c:622: undefined reference to `Tcl_AppendResult'<br>mod/transfer.o: In function `tcl_getfilesendtime':<br>/usr/home/user/hyperspace/eggdrop1.6.6/src/mod/transfer.mod/.././transfer.mod/transfer.c:632: undefined reference to `Tcl_AppendResult'<br>mod/transfer.o:/usr/home/user/hyperspace/eggdrop1.6.6/src/mod/transfer.mod/.././transfer.mod/transfer.c:643: more undefined references to `Tcl_AppendResult' follow<br>collect2: ld returned 1 exit status<br>*** Error code 1<br><br>Stop.<br>*** Error code 1<br><br>Stop.<br><br><br>---<br><br>I tried both the 1.6.0 and 1.6.6 releases.<br>Thanks in advance.<br><p>Statistics: Posted by Guest — Sun Oct 14, 2001 1:21 am</p><hr />
]]></content>
	</entry>
	</feed>
