On 24.01.2017 12:24, P-M wrote: > I have set `export LD_LIBRARY_PATH="-L/home/pmj27/anaconda/lib"` in > `~/.bashrc` and `~/.profile`. If I type `echo $LD_LIBRARY_PATH` the shell > returns `-L/home/pmj27/anaconda/lib` as I would expect.
This is incorrect. This environment variable expects a path, not compiler
flag. The correct would be:
LD_LIBRARY_PATH="/home/pmj27/anaconda/lib"
(provided this is really where the cairo library resides)
--
Tiago de Paula Peixoto <[email protected]>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
