Hi Alex,

With respect to build, I installed root from gentoo repository, and the
problem there is that headers are in /usr/include/root and the actual libs are
in /usr/lib/root, but the pypy build expects libs to be in
/usr/include/root/lib if you specify SYSROOT=/usr/include/root.

now picking up include and libdirs via root-config, but then it does require
that tool to be available through PATH (it should be under $ROOTSYS/bin). If
not (e.g. standalone Reflex), it will still fall back to $ROOTSYS/include etc.

Best regards,
           Wim
--
wlavrij...@lbl.gov    --    +1 (510) 486 6411    --    www.lavrijsen.net
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to