<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Linux-Noob Forums - Compiling]]></title>
		<link>https://www.linux-noob.com/forums/</link>
		<description><![CDATA[Linux-Noob Forums - https://www.linux-noob.com/forums]]></description>
		<pubDate>Thu, 14 May 2026 00:12:42 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Compiling error]]></title>
			<link>https://www.linux-noob.com/forums/thread-157.html</link>
			<pubDate>Tue, 05 Jun 2012 22:01:35 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=3946">arctos</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-157.html</guid>
			<description><![CDATA[<br />
Hi,<br />
<br />
I recently started using linux (three days ago) so please excuse the potentially trivial problem that I can't seem to resolve. I am trying to compile a program called FRANz found <a href="https://github.com/lima1/franzpedigree" target="_blank" rel="noopener" class="mycode_url">here</a>. I asked a few linux users at the university here and they can't seem to get the program compiled. I have also searched using the errors that pop up after running ./configure, and after installing a few packages that I apparently needed and am still at a loss. After running ./configure I get the error <span style="font-style: italic;" class="mycode_i">config.status: error: cannot find input file: `Makefile.in'</span>. I recently updated the OS from Ubuntu to Mint 13 Maya to see if it was a problem with having a really old OS, that didn't help either.<br />
<br />
 <br />
<br />
Looking back up at what gets spit out during configure these are the errors I see:<br />
<br />
 <br />
<br />
<span style="font-style: italic;" class="mycode_i">checking gvc.h usability... no</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">checking gvc.h presence... no</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">checking for gvc.h... no</span><br />
<br />
 <br />
<br />
<span style="font-style: italic;" class="mycode_i">checking for _doprnt... no</span><br />
<br />
 <br />
<br />
For the gvc erros I installed packages graphviz and libgvc5, but they did not change anything.<br />
<br />
I can't find much on doprnt, so maybe it is specific to the program I am trying to compile. I have gone throug the conf.log and included what I thought might be relevant. I really appreciate any help anyone could offer me. Let me know if more of the config log would be helpful.<br />
<br />
Thanks,<br />
<br />
AR<br />
<br />
 <br />
<br />
Config.log output<br />
<br />
Thread model: posix<br />
<br />
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)<br />
<br />
configure:3019: &#36;? = 0<br />
<br />
configure:3008: gcc -V &gt;&amp;5<br />
<br />
<span style="color: #ff0000;" class="mycode_color">gcc: error: unrecognized option '-V'</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">gcc: fatal error: no input files</span><br />
<br />
<br />
compilation terminated.<br />
<br />
configure:3019: &#36;? = 4<br />
<br />
configure:3008: gcc -qversion &gt;&amp;5<br />
<br />
<span style="color: #ff0000;" class="mycode_color">gcc: error: unrecognized option '-qversion'</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">gcc: fatal error: no input files</span><br />
<br />
<br />
compilation terminated.<br />
<br />
configure:3019: &#36;? = 4<br />
<br />
configure:3039: checking whether the C compiler works<br />
<br />
configure:3061: gcc	conftest.c  &gt;&amp;5<br />
<br />
configure:3065: &#36;? = 0<br />
<br />
...<br />
<br />
configure:3881: gcc -E  conftest.c<br />
<br />
configure:3881: &#36;? = 0<br />
<br />
configure:3895: gcc -E  conftest.c<br />
<br />
<span style="color: #ff0000;" class="mycode_color">conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory</span><br />
<br />
<br />
compilation terminated.<br />
<br />
...<br />
<br />
configure:3920: result: gcc -E<br />
<br />
configure:3940: gcc -E  conftest.c<br />
<br />
configure:3940: &#36;? = 0<br />
<br />
configure:3954: gcc -E  conftest.c<br />
<br />
<span style="color: #ff0000;" class="mycode_color">conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory</span><br />
<br />
<br />
compilation terminated.<br />
<br />
...<br />
<br />
configure:4259: checking for pthread.h<br />
<br />
configure:4259: result: yes<br />
<br />
configure:4259: checking gvc.h usability<br />
<br />
configure:4259: gcc -c -g -O2  conftest.c &gt;&amp;5<br />
<br />
<span style="color: #ff0000;" class="mycode_color">conftest.c:62:17: fatal error: gvc.h: No such file or directory</span><br />
<br />
<br />
compilation terminated.<br />
<br />
...<br />
<br />
<span style="color: #ff0000;" class="mycode_color">configure:4259: checking gvc.h presence</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">configure:4259: gcc -E  conftest.c</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">conftest.c:29:17: fatal error: gvc.h: No such file or directory</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">compilation terminated.</span><br />
<br />
<br />
configure:4259: &#36;? = 1<br />
<br />
...<br />
<br />
| <span style="color: #ff0000;" class="mycode_color">/* Define _doprnt to an innocuous variant, in case &lt;limits.h&gt; declares _doprnt.</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">|	For example, HP-UX 11i &lt;limits.h&gt; declares gettimeofday.  */</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">| #define _doprnt innocuous__doprnt</span><br />
<br />
<br />
|<br />
<br />
| /* S<span style="color: #ff0000;" class="mycode_color">ystem header to define __stub macros and hopefully few prototypes,</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">|	 which can conflict with char _doprnt (); below.</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">|	 Prefer &lt;limits.h&gt; to &lt;assert.h&gt; if __STDC__ is defined, since</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">|	 &lt;limits.h&gt; exists even on freestanding compilers.  */</span><br />
<br />
<br />
|<br />
<br />
| #ifdef __STDC__<br />
<br />
| # include &lt;limits.h&gt;<br />
<br />
| #else<br />
<br />
| # include &lt;assert.h&gt;<br />
<br />
| #endif<br />
<br />
|<br />
<br />
| #undef _doprnt<br />
<br />
|<br />
<br />
| /* Override any GCC internal prototype to avoid an error.<br />
<br />
|	Use char because int might match the return type of a GCC<br />
<br />
|	builtin and then its argument prototype would still apply.  */<br />
<br />
| #ifdef __cplusplus<br />
<br />
| extern "C"<br />
<br />
| #endif<br />
<br />
| char _doprnt ();<br />
<br />
| /* The GNU C library defines this for functions which it implements<br />
<br />
|	 to always fail with ENOSYS.  Some functions are actually named<br />
<br />
|	 something starting with __ and the normal name is an alias.  */<br />
<br />
| #if defined __stub__doprnt || defined __stub____doprnt<br />
<br />
| choke me<br />
<br />
| #endif<br />
<br />
|<br />
<br />
| int<br />
<br />
| main ()<br />
<br />
| {<br />
<br />
| return _doprnt ();<br />
<br />
|   ;<br />
<br />
|   return 0;<br />
<br />
| }<br />
<br />
configure:4412: result: no<br />
<br />
configure:4426: checking for memset<br />
<br />
...<br />
<br />
<span style="color: #ff0000;" class="mycode_color">config.status:889: error: cannot find input file: `Makefile.in'</span><br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi,<br />
<br />
I recently started using linux (three days ago) so please excuse the potentially trivial problem that I can't seem to resolve. I am trying to compile a program called FRANz found <a href="https://github.com/lima1/franzpedigree" target="_blank" rel="noopener" class="mycode_url">here</a>. I asked a few linux users at the university here and they can't seem to get the program compiled. I have also searched using the errors that pop up after running ./configure, and after installing a few packages that I apparently needed and am still at a loss. After running ./configure I get the error <span style="font-style: italic;" class="mycode_i">config.status: error: cannot find input file: `Makefile.in'</span>. I recently updated the OS from Ubuntu to Mint 13 Maya to see if it was a problem with having a really old OS, that didn't help either.<br />
<br />
 <br />
<br />
Looking back up at what gets spit out during configure these are the errors I see:<br />
<br />
 <br />
<br />
<span style="font-style: italic;" class="mycode_i">checking gvc.h usability... no</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">checking gvc.h presence... no</span><br />
<br />
<span style="font-style: italic;" class="mycode_i">checking for gvc.h... no</span><br />
<br />
 <br />
<br />
<span style="font-style: italic;" class="mycode_i">checking for _doprnt... no</span><br />
<br />
 <br />
<br />
For the gvc erros I installed packages graphviz and libgvc5, but they did not change anything.<br />
<br />
I can't find much on doprnt, so maybe it is specific to the program I am trying to compile. I have gone throug the conf.log and included what I thought might be relevant. I really appreciate any help anyone could offer me. Let me know if more of the config log would be helpful.<br />
<br />
Thanks,<br />
<br />
AR<br />
<br />
 <br />
<br />
Config.log output<br />
<br />
Thread model: posix<br />
<br />
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)<br />
<br />
configure:3019: &#36;? = 0<br />
<br />
configure:3008: gcc -V &gt;&amp;5<br />
<br />
<span style="color: #ff0000;" class="mycode_color">gcc: error: unrecognized option '-V'</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">gcc: fatal error: no input files</span><br />
<br />
<br />
compilation terminated.<br />
<br />
configure:3019: &#36;? = 4<br />
<br />
configure:3008: gcc -qversion &gt;&amp;5<br />
<br />
<span style="color: #ff0000;" class="mycode_color">gcc: error: unrecognized option '-qversion'</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">gcc: fatal error: no input files</span><br />
<br />
<br />
compilation terminated.<br />
<br />
configure:3019: &#36;? = 4<br />
<br />
configure:3039: checking whether the C compiler works<br />
<br />
configure:3061: gcc	conftest.c  &gt;&amp;5<br />
<br />
configure:3065: &#36;? = 0<br />
<br />
...<br />
<br />
configure:3881: gcc -E  conftest.c<br />
<br />
configure:3881: &#36;? = 0<br />
<br />
configure:3895: gcc -E  conftest.c<br />
<br />
<span style="color: #ff0000;" class="mycode_color">conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory</span><br />
<br />
<br />
compilation terminated.<br />
<br />
...<br />
<br />
configure:3920: result: gcc -E<br />
<br />
configure:3940: gcc -E  conftest.c<br />
<br />
configure:3940: &#36;? = 0<br />
<br />
configure:3954: gcc -E  conftest.c<br />
<br />
<span style="color: #ff0000;" class="mycode_color">conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory</span><br />
<br />
<br />
compilation terminated.<br />
<br />
...<br />
<br />
configure:4259: checking for pthread.h<br />
<br />
configure:4259: result: yes<br />
<br />
configure:4259: checking gvc.h usability<br />
<br />
configure:4259: gcc -c -g -O2  conftest.c &gt;&amp;5<br />
<br />
<span style="color: #ff0000;" class="mycode_color">conftest.c:62:17: fatal error: gvc.h: No such file or directory</span><br />
<br />
<br />
compilation terminated.<br />
<br />
...<br />
<br />
<span style="color: #ff0000;" class="mycode_color">configure:4259: checking gvc.h presence</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">configure:4259: gcc -E  conftest.c</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">conftest.c:29:17: fatal error: gvc.h: No such file or directory</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">compilation terminated.</span><br />
<br />
<br />
configure:4259: &#36;? = 1<br />
<br />
...<br />
<br />
| <span style="color: #ff0000;" class="mycode_color">/* Define _doprnt to an innocuous variant, in case &lt;limits.h&gt; declares _doprnt.</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">|	For example, HP-UX 11i &lt;limits.h&gt; declares gettimeofday.  */</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">| #define _doprnt innocuous__doprnt</span><br />
<br />
<br />
|<br />
<br />
| /* S<span style="color: #ff0000;" class="mycode_color">ystem header to define __stub macros and hopefully few prototypes,</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">|	 which can conflict with char _doprnt (); below.</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">|	 Prefer &lt;limits.h&gt; to &lt;assert.h&gt; if __STDC__ is defined, since</span><br />
<br />
<br />
<span style="color: #ff0000;" class="mycode_color">|	 &lt;limits.h&gt; exists even on freestanding compilers.  */</span><br />
<br />
<br />
|<br />
<br />
| #ifdef __STDC__<br />
<br />
| # include &lt;limits.h&gt;<br />
<br />
| #else<br />
<br />
| # include &lt;assert.h&gt;<br />
<br />
| #endif<br />
<br />
|<br />
<br />
| #undef _doprnt<br />
<br />
|<br />
<br />
| /* Override any GCC internal prototype to avoid an error.<br />
<br />
|	Use char because int might match the return type of a GCC<br />
<br />
|	builtin and then its argument prototype would still apply.  */<br />
<br />
| #ifdef __cplusplus<br />
<br />
| extern "C"<br />
<br />
| #endif<br />
<br />
| char _doprnt ();<br />
<br />
| /* The GNU C library defines this for functions which it implements<br />
<br />
|	 to always fail with ENOSYS.  Some functions are actually named<br />
<br />
|	 something starting with __ and the normal name is an alias.  */<br />
<br />
| #if defined __stub__doprnt || defined __stub____doprnt<br />
<br />
| choke me<br />
<br />
| #endif<br />
<br />
|<br />
<br />
| int<br />
<br />
| main ()<br />
<br />
| {<br />
<br />
| return _doprnt ();<br />
<br />
|   ;<br />
<br />
|   return 0;<br />
<br />
| }<br />
<br />
configure:4412: result: no<br />
<br />
configure:4426: checking for memset<br />
<br />
...<br />
<br />
<span style="color: #ff0000;" class="mycode_color">config.status:889: error: cannot find input file: `Makefile.in'</span><br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can't make]]></title>
			<link>https://www.linux-noob.com/forums/thread-1747.html</link>
			<pubDate>Sun, 29 Oct 2006 12:06:44 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1485">Giraffe</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1747.html</guid>
			<description><![CDATA[<br />
Just Installed Ubuntu 6.06LTS, from a downloaded ISO. was connected to the net during install and all looks good, I have used "Synaptic package manager" to add some bizzo and ticked all the repository boxes so I could get Aircrack and Kismet instaled.  That much was surprisingly easy for someone who has only ever installed fedora and red hat, but never been able to do much with them, however Ubuntu has my interest and I want to do more.<br />
<br />
  I intend to do some security checking of Wlans, my own first, I am told these two apps (Aircrack and Kismet) can crack a wpa-psk in under an hour.  I have downloaded the Atheros drivers for the Cisco-CB21AG pcmcia card I intend to use but am a bit stumped as to how to get them into the notebook (IBM thinkpad R52).  Following the newbie guide at aircrack-ng. I would get an error message in the terminal telling me that "make" was an unknown command, so I went back into synaptic and found "make", "makedev" and "makedepend".  I installed these and now make tries to run but gives me...<br />
<br />
 <br />
<br />
tsp10402@SN-GHG:~/Desktop/madwifi-0.9.2&#36; make<br />
<br />
/bin/sh: line 0: cd: /lib/modules/2.6.15-27-386/build: No such file or directoryMakefile.inc:89: *** /lib/modules/2.6.15-27-386/build is missing, please set KERNELPATH.  Stop.<br />
<br />
tsp10402@SN-GHG:~/Desktop/madwifi-0.9.2&#36;<br />
<br />
 <br />
<br />
  I assume I am missing some of the kernel files but don't know what they are or how to get them installed.<br />
<br />
 <br />
<br />
Thanks for any assistance.<br />
<br />
G.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Just Installed Ubuntu 6.06LTS, from a downloaded ISO. was connected to the net during install and all looks good, I have used "Synaptic package manager" to add some bizzo and ticked all the repository boxes so I could get Aircrack and Kismet instaled.  That much was surprisingly easy for someone who has only ever installed fedora and red hat, but never been able to do much with them, however Ubuntu has my interest and I want to do more.<br />
<br />
  I intend to do some security checking of Wlans, my own first, I am told these two apps (Aircrack and Kismet) can crack a wpa-psk in under an hour.  I have downloaded the Atheros drivers for the Cisco-CB21AG pcmcia card I intend to use but am a bit stumped as to how to get them into the notebook (IBM thinkpad R52).  Following the newbie guide at aircrack-ng. I would get an error message in the terminal telling me that "make" was an unknown command, so I went back into synaptic and found "make", "makedev" and "makedepend".  I installed these and now make tries to run but gives me...<br />
<br />
 <br />
<br />
tsp10402@SN-GHG:~/Desktop/madwifi-0.9.2&#36; make<br />
<br />
/bin/sh: line 0: cd: /lib/modules/2.6.15-27-386/build: No such file or directoryMakefile.inc:89: *** /lib/modules/2.6.15-27-386/build is missing, please set KERNELPATH.  Stop.<br />
<br />
tsp10402@SN-GHG:~/Desktop/madwifi-0.9.2&#36;<br />
<br />
 <br />
<br />
  I assume I am missing some of the kernel files but don't know what they are or how to get them installed.<br />
<br />
 <br />
<br />
Thanks for any assistance.<br />
<br />
G.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Using older libraries]]></title>
			<link>https://www.linux-noob.com/forums/thread-1937.html</link>
			<pubDate>Fri, 09 Jun 2006 16:23:06 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1304">Tom R</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1937.html</guid>
			<description><![CDATA[<br />
I am currently running SuSE 10.0 which uses kde3 (3.4.2) and qt 3.3.4<br />
<br />
 <br />
<br />
I am trying to compile an app that was built with older versions of the kde and qt libraries.  Specifically, kdelibs-1.1.2 and qt-1.4.4.  If I install these lib's will it screw up my desktop and/or other apps that rely on kde/qt?<br />
<br />
 <br />
<br />
I should note that I have tried to load the rpm and Yast gives me package dependancy errors referring to these libs.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I am currently running SuSE 10.0 which uses kde3 (3.4.2) and qt 3.3.4<br />
<br />
 <br />
<br />
I am trying to compile an app that was built with older versions of the kde and qt libraries.  Specifically, kdelibs-1.1.2 and qt-1.4.4.  If I install these lib's will it screw up my desktop and/or other apps that rely on kde/qt?<br />
<br />
 <br />
<br />
I should note that I have tried to load the rpm and Yast gives me package dependancy errors referring to these libs.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[problems with compiling]]></title>
			<link>https://www.linux-noob.com/forums/thread-2189.html</link>
			<pubDate>Thu, 02 Feb 2006 15:20:06 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1099">Aragon</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2189.html</guid>
			<description><![CDATA[<br />
Hi im trying to set up(chessd) a chess server on my linux suse 10.0 box <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />now i have some compiling problems i have installed gcc and gcc++ i have also installed some packages needed for those compilers including libpqxx the chess server is working with postgreSQL.this is what happens <br />
<br />
 <br />
<br />
 checking for ld used by g++... /usr/i586-suse-linux/bin/ld<br />
<br />
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes<br />
<br />
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes<br />
<br />
checking for g++ option to produce PIC... -fPIC<br />
<br />
checking if g++ PIC flag -fPIC works... yes<br />
<br />
checking if g++ supports -c -o file.o... yes<br />
<br />
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes<br />
<br />
checking dynamic linker characteristics... GNU/Linux ld.so<br />
<br />
checking how to hardcode library paths into programs... immediate<br />
<br />
checking whether stripping libraries is possible... yes<br />
<br />
checking for shl_load... (cached) no<br />
<br />
checking for shl_load in -ldld... (cached) no<br />
<br />
checking for dlopen... (cached) no<br />
<br />
checking for dlopen in -ldl... (cached) yes<br />
<br />
checking whether a program can dlopen itself... (cached) yes<br />
<br />
checking whether a statically linked program can dlopen itself... (cached) yes<br />
<br />
appending configuration tag "F77" to libtool<br />
<br />
checking for main in -lc... yes<br />
<br />
checking for main in -lm... yes<br />
<br />
checking for PQconnectdb in -lpq... no<br />
<br />
Required libpq library missing!<br />
<br />
 <br />
<br />
 <br />
<br />
anyone have some ideas how to solve this? /Richard<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi im trying to set up(chessd) a chess server on my linux suse 10.0 box <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />now i have some compiling problems i have installed gcc and gcc++ i have also installed some packages needed for those compilers including libpqxx the chess server is working with postgreSQL.this is what happens <br />
<br />
 <br />
<br />
 checking for ld used by g++... /usr/i586-suse-linux/bin/ld<br />
<br />
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes<br />
<br />
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes<br />
<br />
checking for g++ option to produce PIC... -fPIC<br />
<br />
checking if g++ PIC flag -fPIC works... yes<br />
<br />
checking if g++ supports -c -o file.o... yes<br />
<br />
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports shared libraries... yes<br />
<br />
checking dynamic linker characteristics... GNU/Linux ld.so<br />
<br />
checking how to hardcode library paths into programs... immediate<br />
<br />
checking whether stripping libraries is possible... yes<br />
<br />
checking for shl_load... (cached) no<br />
<br />
checking for shl_load in -ldld... (cached) no<br />
<br />
checking for dlopen... (cached) no<br />
<br />
checking for dlopen in -ldl... (cached) yes<br />
<br />
checking whether a program can dlopen itself... (cached) yes<br />
<br />
checking whether a statically linked program can dlopen itself... (cached) yes<br />
<br />
appending configuration tag "F77" to libtool<br />
<br />
checking for main in -lc... yes<br />
<br />
checking for main in -lm... yes<br />
<br />
checking for PQconnectdb in -lpq... no<br />
<br />
Required libpq library missing!<br />
<br />
 <br />
<br />
 <br />
<br />
anyone have some ideas how to solve this? /Richard<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[help building daemontools]]></title>
			<link>https://www.linux-noob.com/forums/thread-2368.html</link>
			<pubDate>Sat, 22 Oct 2005 06:09:33 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=990">cyris</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2368.html</guid>
			<description><![CDATA[<br />
hello. im trying to build daemontools 0.76 on fedora core 4 and i am having some issues.<br />
<br />
 <br />
<br />
[root@atari daemontools-0.76]# package/install<br />
<br />
Linking ./src/* into ./compile...<br />
<br />
Compiling everything in ./compile...<br />
<br />
./load svscan unix.a byte.a<br />
<br />
/usr/bin/ld: cannot open output file svscan: Is a directory<br />
<br />
collect2: ld returned 1 exit status<br />
<br />
make: *** [svscan] Error 1<br />
<br />
Copying commands into ./command...<br />
<br />
cp: omitting directory `compile/svscan'<br />
<br />
[root@atari daemontools-0.76]#<br />
<br />
 <br />
<br />
Thanks for taking the time to read this and hopfully someone can help me <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
hello. im trying to build daemontools 0.76 on fedora core 4 and i am having some issues.<br />
<br />
 <br />
<br />
[root@atari daemontools-0.76]# package/install<br />
<br />
Linking ./src/* into ./compile...<br />
<br />
Compiling everything in ./compile...<br />
<br />
./load svscan unix.a byte.a<br />
<br />
/usr/bin/ld: cannot open output file svscan: Is a directory<br />
<br />
collect2: ld returned 1 exit status<br />
<br />
make: *** [svscan] Error 1<br />
<br />
Copying commands into ./command...<br />
<br />
cp: omitting directory `compile/svscan'<br />
<br />
[root@atari daemontools-0.76]#<br />
<br />
 <br />
<br />
Thanks for taking the time to read this and hopfully someone can help me <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[QT & GTK]]></title>
			<link>https://www.linux-noob.com/forums/thread-2376.html</link>
			<pubDate>Tue, 18 Oct 2005 09:04:13 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=856">hybrid</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2376.html</guid>
			<description><![CDATA[<br />
I've been having this problem for a while now, but have not managed to fix it yet.<br />
<br />
 <br />
<br />
I'm using SuSE 9.0 Personal and I want to install new versions of the graphical apps it has. Whenever I try to <span style="font-weight: bold;" class="mycode_b">./configure</span> any of these apps - I get:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>checking for Qt... configure: error: Qt (&gt;= Qt 3.3) (library qt-mt) not found. Please check your installation!<br />
For more details about this problem, look at the end of config.log.<br />
Make sure that you have compiled Qt with thread support!</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
I have tried recompiling it numerous times (with and without thread support), installing an RPM, but the funny thing is, the graphical apps using QT that come with SuSE are already installed and working fine. How do I install QT stuff?<br />
<br />
 <br />
<br />
Also, I now seem to have a similar problem with GTK apps. I tried to <span style="font-weight: bold;" class="mycode_b">./configure</span> The GIMP 2.2.8, and I get:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>checking for pkg-config... no<br />
checking for GLIB - version &gt;= 2.4.5... no<br />
*** A new enough version of pkg-config was not found.<br />
*** See http://www.freedesktop.org/software/pkgconfig/<br />
configure: error: Test for GLIB failed. See the file 'INSTALL' for help.</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
 <br />
<br />
I don't understand what I'm doing wrong to prevent installation of graphical apps  o_O<br />
<br />
 <br />
<br />
Any help would be greatly appreciated. <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I've been having this problem for a while now, but have not managed to fix it yet.<br />
<br />
 <br />
<br />
I'm using SuSE 9.0 Personal and I want to install new versions of the graphical apps it has. Whenever I try to <span style="font-weight: bold;" class="mycode_b">./configure</span> any of these apps - I get:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>checking for Qt... configure: error: Qt (&gt;= Qt 3.3) (library qt-mt) not found. Please check your installation!<br />
For more details about this problem, look at the end of config.log.<br />
Make sure that you have compiled Qt with thread support!</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
I have tried recompiling it numerous times (with and without thread support), installing an RPM, but the funny thing is, the graphical apps using QT that come with SuSE are already installed and working fine. How do I install QT stuff?<br />
<br />
 <br />
<br />
Also, I now seem to have a similar problem with GTK apps. I tried to <span style="font-weight: bold;" class="mycode_b">./configure</span> The GIMP 2.2.8, and I get:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>checking for pkg-config... no<br />
checking for GLIB - version &gt;= 2.4.5... no<br />
*** A new enough version of pkg-config was not found.<br />
*** See http://www.freedesktop.org/software/pkgconfig/<br />
configure: error: Test for GLIB failed. See the file 'INSTALL' for help.</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
 <br />
<br />
I don't understand what I'm doing wrong to prevent installation of graphical apps  o_O<br />
<br />
 <br />
<br />
Any help would be greatly appreciated. <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Install file .bz2]]></title>
			<link>https://www.linux-noob.com/forums/thread-2448.html</link>
			<pubDate>Thu, 01 Sep 2005 15:50:25 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=948">newbie linux</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2448.html</guid>
			<description><![CDATA[iiiiii,anyone can help me to teach me how to install for file .bz2,it is source code for Suse, i can't use ./configure in terminal.thanks<br />
]]></description>
			<content:encoded><![CDATA[iiiiii,anyone can help me to teach me how to install for file .bz2,it is source code for Suse, i can't use ./configure in terminal.thanks<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I install CMake]]></title>
			<link>https://www.linux-noob.com/forums/thread-2455.html</link>
			<pubDate>Tue, 30 Aug 2005 03:43:52 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=939">Complitric</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2455.html</guid>
			<description><![CDATA[<br />
<a href="http://www.cmake.org/HTML/Install.html" target="_blank" rel="noopener" class="mycode_url">[/url]<a href="http://www.cmake.org/HTML/Install.html" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://www.cmake.org/HTML/Install.html" target="_blank" rel="noopener" class="mycode_url"></a>[url=http://www.cmake.org/HTML/Install.html]http://www.cmake.org/HTML/Install.html</a><br />
<br />
 <br />
<br />
I have downloaded the program, and extracted both the initial file, and the included<br />
<br />
tar. The tar extracted to /usr/local/<br />
<br />
 <br />
<br />
The instructions then tell me to do ./bootstrap? I typed that and there is no such<br />
<br />
file. I did a updatedb, and a locate, but still I don't see it. I am confused, what do<br />
<br />
I do now? (Fedora Core 4)<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
<a href="http://www.cmake.org/HTML/Install.html" target="_blank" rel="noopener" class="mycode_url">[/url]<a href="http://www.cmake.org/HTML/Install.html" target="_blank" rel="noopener" class="mycode_url"></a><a href="http://www.cmake.org/HTML/Install.html" target="_blank" rel="noopener" class="mycode_url"></a>[url=http://www.cmake.org/HTML/Install.html]http://www.cmake.org/HTML/Install.html</a><br />
<br />
 <br />
<br />
I have downloaded the program, and extracted both the initial file, and the included<br />
<br />
tar. The tar extracted to /usr/local/<br />
<br />
 <br />
<br />
The instructions then tell me to do ./bootstrap? I typed that and there is no such<br />
<br />
file. I did a updatedb, and a locate, but still I don't see it. I am confused, what do<br />
<br />
I do now? (Fedora Core 4)<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[UAE - Compiling for network access]]></title>
			<link>https://www.linux-noob.com/forums/thread-2559.html</link>
			<pubDate>Sat, 09 Jul 2005 04:11:11 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=819">Memphisartguy</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-2559.html</guid>
			<description><![CDATA[<br />
So I used WinUAE to set up a nice Amiga OS 3.9, with a Cnet Pro BBS, debugged the telser.deviced and telnetd.device to work with the CnEt Pro. Every thing runs great. <br />
<br />
 <br />
<br />
So when moving to the Linux platform I have to compile the configure file with the bsddevice-=new uncommented. <br />
<br />
 <br />
<br />
How do I Compile this? Nothing has yet to make a binary I can use.<br />
<br />
 <br />
<br />
I am using the latest version of E-UAE<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
So I used WinUAE to set up a nice Amiga OS 3.9, with a Cnet Pro BBS, debugged the telser.deviced and telnetd.device to work with the CnEt Pro. Every thing runs great. <br />
<br />
 <br />
<br />
So when moving to the Linux platform I have to compile the configure file with the bsddevice-=new uncommented. <br />
<br />
 <br />
<br />
How do I Compile this? Nothing has yet to make a binary I can use.<br />
<br />
 <br />
<br />
I am using the latest version of E-UAE<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[FC3 cannot find C compilers]]></title>
			<link>https://www.linux-noob.com/forums/thread-3038.html</link>
			<pubDate>Mon, 29 Nov 2004 15:52:57 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=604">brent</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3038.html</guid>
			<description><![CDATA[<br />
Hi.<br />
<br />
Whenever i try to ./configure a program  I get the following output:<br />
<br />
checking for style of include used by make... GNU<br />
<br />
checking for gcc... no<br />
<br />
checking for cc... no<br />
<br />
checking for cc... no<br />
<br />
checking for cl... no<br />
<br />
configure: error: no acceptable C compiler found in &#36;PATH<br />
<br />
 <br />
<br />
when i do ./configure CC=/usr/local2/bin/gcc it finds gcc but still says there is no C compiler<br />
<br />
 <br />
<br />
how do i specify a c compiler, and where would one be found?  or how do i permanantly add it to &#36;PATH so it is used everytime?<br />
<br />
thanks<br />
<br />
brent<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi.<br />
<br />
Whenever i try to ./configure a program  I get the following output:<br />
<br />
checking for style of include used by make... GNU<br />
<br />
checking for gcc... no<br />
<br />
checking for cc... no<br />
<br />
checking for cc... no<br />
<br />
checking for cl... no<br />
<br />
configure: error: no acceptable C compiler found in &#36;PATH<br />
<br />
 <br />
<br />
when i do ./configure CC=/usr/local2/bin/gcc it finds gcc but still says there is no C compiler<br />
<br />
 <br />
<br />
how do i specify a c compiler, and where would one be found?  or how do i permanantly add it to &#36;PATH so it is used everytime?<br />
<br />
thanks<br />
<br />
brent<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I get a compiler?]]></title>
			<link>https://www.linux-noob.com/forums/thread-3394.html</link>
			<pubDate>Mon, 10 May 2004 21:33:04 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=302">justin1911</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3394.html</guid>
			<description><![CDATA[<br />
So far everything I have installed on my new Fedora machine has been an RPM.  I am now working on installing Apache/MySQL/PHP using the instructions in Anyweb's tutorial (btw its been great so far!)  I'm getting up to the point of compiling, and I do not have a compiler, cc or gcc.  I've read several things, tried installing GCC from an RPM I found on google, but it did not work.  I'm not sure if it's installed or not.<br />
<br />
 <br />
<br />
Does anyone know of a working GCC RPM I can use?   Is it possible to get a compiler on a machine that doesn't have one to begin with? <br />
<br />
 <br />
<br />
Thanks in advance.<br />
<br />
 <br />
<br />
Justin<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
So far everything I have installed on my new Fedora machine has been an RPM.  I am now working on installing Apache/MySQL/PHP using the instructions in Anyweb's tutorial (btw its been great so far!)  I'm getting up to the point of compiling, and I do not have a compiler, cc or gcc.  I've read several things, tried installing GCC from an RPM I found on google, but it did not work.  I'm not sure if it's installed or not.<br />
<br />
 <br />
<br />
Does anyone know of a working GCC RPM I can use?   Is it possible to get a compiler on a machine that doesn't have one to begin with? <br />
<br />
 <br />
<br />
Thanks in advance.<br />
<br />
 <br />
<br />
Justin<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[compiling]]></title>
			<link>https://www.linux-noob.com/forums/thread-3434.html</link>
			<pubDate>Sat, 24 Apr 2004 11:12:09 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=270">smorken</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3434.html</guid>
			<description><![CDATA[<br />
hi I am trying to compile a game using make and it returns the following error: <br />
<br />
 <br />
<br />
/usr/bin/ld: cannot find -ltermlib<br />
<br />
 <br />
<br />
does anyone know what package this is that i need to d/l and where i can find it?  Google didnt help as far as I can tell.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
hi I am trying to compile a game using make and it returns the following error: <br />
<br />
 <br />
<br />
/usr/bin/ld: cannot find -ltermlib<br />
<br />
 <br />
<br />
does anyone know what package this is that i need to d/l and where i can find it?  Google didnt help as far as I can tell.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[installing some shit]]></title>
			<link>https://www.linux-noob.com/forums/thread-3437.html</link>
			<pubDate>Fri, 23 Apr 2004 13:52:55 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=207">zeratuel</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3437.html</guid>
			<description><![CDATA[a friend of my did something trucked. So that when i run ps, last and who my comp is trucked. so how can i re install them ?<br />
]]></description>
			<content:encoded><![CDATA[a friend of my did something trucked. So that when i run ps, last and who my comp is trucked. so how can i re install them ?<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problems installing...]]></title>
			<link>https://www.linux-noob.com/forums/thread-3476.html</link>
			<pubDate>Sat, 10 Apr 2004 15:59:38 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=239">Cirelo</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3476.html</guid>
			<description><![CDATA[<br />
I am a total Linux noob, and I have been reading help files on how to install programs.  So far the best idea I have is that I have to unpack the package, go into the new created folder, and then run: ./configure, make, make install;  in that order.  I am running into a problem with "make".     Here is the problem:<br />
<br />
 <br />
<br />
[root@jonas xmms-kde-3.1]# make<br />
<br />
make: *** No targets specified and no makefile found.  Stop.<br />
<br />
 <br />
<br />
this has happened with several different programs.  Can anyone explain why this is happening?  I am running Mandrake 9.2 with the KDE desktop.  Thanks!<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I am a total Linux noob, and I have been reading help files on how to install programs.  So far the best idea I have is that I have to unpack the package, go into the new created folder, and then run: ./configure, make, make install;  in that order.  I am running into a problem with "make".     Here is the problem:<br />
<br />
 <br />
<br />
[root@jonas xmms-kde-3.1]# make<br />
<br />
make: *** No targets specified and no makefile found.  Stop.<br />
<br />
 <br />
<br />
this has happened with several different programs.  Can anyone explain why this is happening?  I am running Mandrake 9.2 with the KDE desktop.  Thanks!<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[gcc]]></title>
			<link>https://www.linux-noob.com/forums/thread-3482.html</link>
			<pubDate>Fri, 09 Apr 2004 01:50:54 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=159">seeno</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-3482.html</guid>
			<description><![CDATA[<br />
when i try to compile this simple c++ source <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#include&lt;iostream.h&gt;<br />
void main()<br />
{<br />
cout&lt;&lt;"HELLO WORLD";<br />
}</code></div></div><br />
<br />
<br />
<br />
with <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[seeno@localhost seeno]&#36; gcc helloworld.cpp</code></div></div><br />
<br />
<br />
<br />
i get this <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>In file included from /usr/include/c++/3.2.2/backward/iostream.h:31,<br />
                from helloworld.cpp:1:<br />
/usr/include/c++/3.2.2/backward/backward_warning.h:32:2: warning: #warning This file includes at<br />
least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the &lt;X&gt; header for the &lt;X.h&gt; header for C++ includes, or &lt;sstream&gt; instead of the deprecated header &lt;strstream.h&gt;. To disable this warning use -Wno-deprecated.<br />
helloworld.cpp:3: `main' must return `int'</code></div></div><br />
<br />
<br />
<br />
and when i compile with the -Wno-deprecated option, i just get this<br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[seeno@localhost seeno]&#36; gcc -Wno-deprecated helloworld.cpp<br />
helloworld.cpp:3: `main' must return `int'</code></div></div><br />
<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
when i try to compile this simple c++ source <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>#include&lt;iostream.h&gt;<br />
void main()<br />
{<br />
cout&lt;&lt;"HELLO WORLD";<br />
}</code></div></div><br />
<br />
<br />
<br />
with <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[seeno@localhost seeno]&#36; gcc helloworld.cpp</code></div></div><br />
<br />
<br />
<br />
i get this <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>In file included from /usr/include/c++/3.2.2/backward/iostream.h:31,<br />
                from helloworld.cpp:1:<br />
/usr/include/c++/3.2.2/backward/backward_warning.h:32:2: warning: #warning This file includes at<br />
least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the &lt;X&gt; header for the &lt;X.h&gt; header for C++ includes, or &lt;sstream&gt; instead of the deprecated header &lt;strstream.h&gt;. To disable this warning use -Wno-deprecated.<br />
helloworld.cpp:3: `main' must return `int'</code></div></div><br />
<br />
<br />
<br />
and when i compile with the -Wno-deprecated option, i just get this<br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[seeno@localhost seeno]&#36; gcc -Wno-deprecated helloworld.cpp<br />
helloworld.cpp:3: `main' must return `int'</code></div></div><br />
<br />
<br />
<br />
]]></content:encoded>
		</item>
	</channel>
</rss>