Re: [graph-tool] how to install the pre-compiled files?

2007-10-01 Thread Daniel LIU
Hi Andrea, I copied the precompiled files in my graph-tool folder (the folder where I unpacked the files into). When I run './graph-tool', I got the error: [EMAIL PROTECTED]:~/graph-tool-1.1.2$ ./graph-tool Traceback (most recent call last): File "./graph-tool", line 24, in from libgraph_

Re: [graph-tool] how to install the pre-compiled files?

2007-10-01 Thread Andrea Perna
I don't have any idea. Do you have libstdc++ installed? (I guess yes). For simplicity, have you tried the precompiled static version of graph-tool? Cheers, Andrea On Monday 01 October 2007, Daniel LIU wrote: > Hi Andrea, > > I copied the precompiled files in my graph-tool folder (the folder wh

Re: [graph-tool] how to install the pre-compiled files?

2007-10-01 Thread Tiago de Paula Peixoto
On 10/01/2007 05:16 AM, Daniel LIU wrote: > Hi Andrea, > > I copied the precompiled files in my graph-tool folder (the folder where I > unpacked the files into). When I run './graph-tool', I got the error: > > [EMAIL PROTECTED]:~/graph-tool-1.1.2$ ./graph-tool > Traceback (most recent call last)