igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] compile problem


From: Roberto Pagliari
Subject: Re: [igraph] compile problem
Date: Tue, 24 Nov 2009 01:54:33 -0800

thanks a lot, now it works!! :)

On Tue, Nov 24, 2009 at 1:51 AM, Tamas Nepusz <address@hidden> wrote:
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.



_______________________________________________
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]