<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FAQ</title><link>https://sourceforge.net/p/cosparallel/wiki/FAQ/</link><description>Recent changes to FAQ</description><atom:link href="https://sourceforge.net/p/cosparallel/wiki/FAQ/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 27 Jun 2012 14:36:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cosparallel/wiki/FAQ/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage FAQ modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/FAQ/</link><description>&lt;pre&gt;--- v4
+++ v5
@@ -1,5 +1,8 @@
 ##### `make` terminates with `fatal error: igraph.h: No such file or directory`#####
 Be sure that [igraph][1] header files are placed in a standard system include directory. If these headers are in non-standard places, you have to tell the `gcc` where to find them. Open the `Makefile` and assign to `IGRAPH_INCDIR_1` (or, equivalently, to `IGRAPH_INCDIR_2`) the path to the folder containing [igraph][1] header files on your system.
+
+##### `make` terminates with `ld: cannot find -ligraph` #####
+This is the linker which cannot find the [igraph][1] shared library. Make sure that this library is installed in a directory in the default library path. The directory should be listed in the file `/etc/ld.so.conf`. The [igraph][1] installation procedure should place it in a standard place so you might want to try reinstalling it.
 
 ##### Why does the utility `maximal_cliques` take too long to terminate?#####
 As discussed in [MaximalCliquesListing], the executable `maximal_cliques` uses the [igraph][1] C library to extract maximal cliques. Versions of igraph less than 0.6 (e.g. 0.5.4) do not implement the fast Bron-Kerbosh algorithm. Therefore you should be sure to have at least version 0.6 installed.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 14:36:16 -0000</pubDate><guid>https://sourceforge.net1e0c172c12b7961eae774ceb6dca142c8734ee75</guid></item><item><title>WikiPage FAQ modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/FAQ/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,7 @@
-#### Why does the utility `maximal_cliques` take too long to terminate?####
+##### `make` terminates with `fatal error: igraph.h: No such file or directory`#####
+Be sure that [igraph][1] header files are placed in a standard system include directory. If these headers are in non-standard places, you have to tell the `gcc` where to find them. Open the `Makefile` and assign to `IGRAPH_INCDIR_1` (or, equivalently, to `IGRAPH_INCDIR_2`) the path to the folder containing [igraph][1] header files on your system.
+
+##### Why does the utility `maximal_cliques` take too long to terminate?#####
 As discussed in [MaximalCliquesListing], the executable `maximal_cliques` uses the [igraph][1] C library to extract maximal cliques. Versions of igraph less than 0.6 (e.g. 0.5.4) do not implement the fast Bron-Kerbosh algorithm. Therefore you should be sure to have at least version 0.6 installed.
 
 [1]: http://igraph.sourceforge.net/
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 14:13:13 -0000</pubDate><guid>https://sourceforge.netd117471bbc6721e6b2b2e547ab678fdc163b8db4</guid></item><item><title>WikiPage FAQ modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/FAQ/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-#### Why does the program `maximal_cliques` take too long to terminate?####
+#### Why does the utility `maximal_cliques` take too long to terminate?####
 As discussed in [MaximalCliquesListing], the executable `maximal_cliques` uses the [igraph][1] C library to extract maximal cliques. Versions of igraph less than 0.6 (e.g. 0.5.4) do not implement the fast Bron-Kerbosh algorithm. Therefore you should be sure to have at least version 0.6 installed.
 
 [1]: http://igraph.sourceforge.net/
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 13:59:39 -0000</pubDate><guid>https://sourceforge.net4142f421b799e1cdd8f19fe2fa1ee4acdf99f3f0</guid></item><item><title>WikiPage FAQ modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/FAQ/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,4 +1,4 @@
 #### Why does the program `maximal_cliques` take too long to terminate?####
-As discussed in [ListingMaximalCliques], the executable `maximal_cliques` uses the [igraph][1] C library to extract maximal cliques. Versions of igraph less than 0.6 (e.g. 0.5.4) do not implement the fast Bron-Kerbosh algorithm. Therefore you should be sure to have at least version 0.6 installed.
+As discussed in [MaximalCliquesListing], the executable `maximal_cliques` uses the [igraph][1] C library to extract maximal cliques. Versions of igraph less than 0.6 (e.g. 0.5.4) do not implement the fast Bron-Kerbosh algorithm. Therefore you should be sure to have at least version 0.6 installed.
 
 [1]: http://igraph.sourceforge.net/
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 13:59:19 -0000</pubDate><guid>https://sourceforge.netc47535246bb674223d2782f35387a3fb081bfbd4</guid></item><item><title>WikiPage FAQ modified by Simone Mainardi</title><link>https://sourceforge.net/p/cosparallel/wiki/FAQ/</link><description>#### Why does the program `maximal_cliques` take too long to terminate?####
As discussed in [ListingMaximalCliques], the executable `maximal_cliques` uses the [igraph][1] C library to extract maximal cliques. Versions of igraph less than 0.6 (e.g. 0.5.4) do not implement the fast Bron-Kerbosh algorithm. Therefore you should be sure to have at least version 0.6 installed.

[1]: http://igraph.sourceforge.net/</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Simone Mainardi</dc:creator><pubDate>Wed, 27 Jun 2012 13:56:30 -0000</pubDate><guid>https://sourceforge.netb6fb6393cc7bcd47608367ffd92c7b680e7559d4</guid></item></channel></rss>