igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Compiling/Installing on SGI with SuSE Linux 9


From: Tamas Nepusz
Subject: Re: [igraph] Compiling/Installing on SGI with SuSE Linux 9
Date: Tue, 17 Mar 2009 13:16:18 +0000
User-agent: Mutt/1.5.17 (2007-11-01)

Hi Chris,

LD_LIBRARY_PATH does not help in this case. What you should do is:

CFLAGS=-I$HOME/include LDFLAGS=-L$HOME/lib ./configure --prefix=$HOME

I think this will do the trick.

-- 
Tamas

On Tue, Mar 17, 2009 at 09:13:20AM -0400, Chris Wj wrote:
> I'm compiling igraph 0.6 from launchpad repo on an SGI with SuSE Linux 9 and
> I have to install to the $HOME directory. I have already compiled and
> installed libxml2 and gmp to --prefix=$HOME. Now, when running configure,
> for igraph, it is not finding the libraries so I can't get GraphML or GMP
> support.
> Configure output:
> ...
> checking for xmlSAXUserParseFile in -lxml2... no
> checking for __gmpz_add in -lgmp... no
> ...
> 
> I have set LD_LIBRARY_PATH to include $HOME/lib as well.
> 
> Any suggestions?

> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help





reply via email to

[Prev in Thread] Current Thread [Next in Thread]