igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] compile problem


From: Tamas Nepusz
Subject: Re: [igraph] compile problem
Date: Tue, 24 Nov 2009 09:51:38 +0000

Hi Roberto,

> I'm sorry once again, I think it's a nightmare...
> 
> Vongolo:Desktop Bob$ gcc -I /usr/local/include/igraph -L /usr/local/lib 
> -ligraph -o igraph_test igraph_test.c
> ld: in /usr/local/lib, can't map file, errno=22
> collect2: ld returned 1 exit status
Don't put a space after -L and after -I, the options should be:

-I/usr/local/include/igraph -L/usr/local/lib

-- 
T.





reply via email to

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