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

	<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>2004-07-11T04:18:22-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-11T04:18:22-04:00</updated>

		<published>2004-07-11T04:18:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38431#p38431</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38431#p38431"/>
		<title type="html"><![CDATA[configure script problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38431#p38431"><![CDATA[
turns out i had the filesystem i was using mounted noexec<br><br>thanks for your time<p>Statistics: Posted by Guest — Sun Jul 11, 2004 4:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2004-07-05T03:52:42-04:00</updated>

		<published>2004-07-05T03:52:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38216#p38216</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38216#p38216"/>
		<title type="html"><![CDATA[configure script problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38216#p38216"><![CDATA[
For some reason, configure think's you are trying to cross-compile. What Eggdrop version is this? Try 1.6.16 and 1.6.17 CVS (see README).<br><br>Can you compile other things ok?<br><br>Either this is an autoconf bug or a debian bug.. ./configure is generated by GNU Autoconf, not directly written by Eggdev...<br><br>This is just an idea, but try:<br><div class="codebox"><p>Code: </p><pre><code>unset CHOSTunset CFLAGSunset CFLGSunset CCsh configure</code></pre></div>Wcc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Mon Jul 05, 2004 3:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-06-29T17:19:36-04:00</updated>

		<published>2004-06-29T17:19:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38031#p38031</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38031#p38031"/>
		<title type="html"><![CDATA[configure script problem]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38031#p38031"><![CDATA[
hey i'm trying to get the configure script to go <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br>hopefuly this isn't a flat out dupe or anything<br>running debian unstable<br>running the script as superuser doesn't make a difference<br><br>this is what it sayssssss;<br><div class="codebox"><p>Code: </p><pre><code>This is Eggdrop's GNU configure script.It's going to run a bunch of tests to hopefully make your compilework without much twiddling.checking for gcc... gccchecking for C compiler default output file name... a.outchecking whether the C compiler works... configure: error: cannot run C compiled programs.If you meant to cross compile, use `--host'.See `config.log' for more details.</code></pre></div>and this is what i beleive the relevant parts of config.log are<br><div class="codebox"><p>Code: </p><pre><code>This file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by Eggdrop configure 1.6.16, which wasgenerated by GNU Autoconf 2.59.  Invocation command line was  $ configure## --------- #### Platform. #### --------- ##hostname = arnolduname -m = i686uname -r = 2.6.6-1-686uname -s = Linuxuname -v = #1 Wed May 12 14:57:57 EST 2004/usr/bin/uname -p = unknown/bin/uname -X     = unknown/bin/arch              = i686/usr/bin/arch -k       = unknown/usr/convex/getsysinfo = unknownhostinfo               = unknown/bin/machine           = unknown/usr/bin/oslevel       = unknown/bin/universe          = unknownPATH: /usr/local/binPATH: /usr/binPATH: /binPATH: /usr/bin/X11PATH: /usr/games## ----------- #### Core tests. #### ----------- ##configure:1353: result:configure:1355: result: This is Eggdrop's GNU configure script.configure:1357: result: It's going to run a bunch of tests to hopefully make your compileconfigure:1359: result: work without much twiddling.configure:1361: result:configure:1437: checking for gccconfigure:1453: found /usr/bin/gccconfigure:1463: result: gccconfigure:1707: checking for C compiler versionconfigure:1710: gcc --version &lt;/dev/null &gt;&amp;5gcc (GCC) 3.3.4 (Debian 1:3.3.4-2)Copyright (C) 2003 Free Software Foundation, Inc.This is free software; see the source for copying conditions.  There is NOwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.configure:1713: $? = 0configure:1715: gcc -v &lt;/dev/null &gt;&amp;5Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.4/specsConfigured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr $Thread model: posixgcc version 3.3.4 (Debian 1:3.3.4-2)configure:1718: $? = 0configure:1720: gcc -V &lt;/dev/null &gt;&amp;5gcc: `-V' option must have argumentconfigure:1723: $? = 1configure:1746: checking for C compiler default output file nameconfigure:1749: gcc    conftest.c  &gt;&amp;5configure:1752: $? = 0configure:1798: result: a.outconfigure:1803: checking whether the C compiler worksconfigure:1809: ./a.outconfigure: line 1: ./a.out: Permission deniedconfigure:1812: $? = 126configure:1821: error: cannot run C compiled programs.If you meant to cross compile, use `--host'.See `config.log' for more details.</code></pre></div>thanks for any assistance<p>Statistics: Posted by Guest — Tue Jun 29, 2004 5:19 pm</p><hr />
]]></content>
	</entry>
	</feed>
