On 07.03.2016 16:49, P-M wrote:
> Hopefully final question on this matter:
>
> I have compiled boost and now need to point the graph-tool ./compile command
> to the correct location. I presume this is the --with-boost option? What
> target am I looking for here? I have compiled boost to
> "/home/pmj27/software/boost1.60" which includes a "lib" and an "include"
> directory. Are there any other options that I need to pass so that it uses
> the correct boost version?

You do not need to set the --with-boost option. You should only have to
pass the following environment variables to configure:

    LDFLAGS="-L/home/pmj27/software/boost1.60/lib"
    CPPFLAGS="-I/home/pmj27/software/boost1.60/lib"

Also, you must set the variable:

    LD_LIBRARY_PATH="/home/pmj27/software/boost1.60/lib"

before you import the library, after compilation.

Best,
Tiago

-- 
Tiago de Paula Peixoto <[email protected]>

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
graph-tool mailing list
[email protected]
http://lists.skewed.de/mailman/listinfo/graph-tool

Reply via email to