>From configure.ac:
----------------------------------------
dnl Orc is required
ORC_VER="0.4.3"
PKG_CHECK_MODULES(ORC, orc-0.4 >= $ORC_VER, HAVE_ORC=yes, HAVE_ORC=no)
if test "x${HAVE_ORC}" != xyes ; then
  AC_ERROR([orc-0.4 >= $ORC_VER is required])
fi
SCHRO_PKG_DEPS="$SCHRO_PKG_DEPS orc-0.4 >= $ORC_VER"
ORCC=`$PKG_CONFIG --variable=orcc orc-0.4`
AC_SUBST(ORCC)
----------------------------------------

This means schroedinger uses both liborc and orcc. If liborc was built
for cross-compilation, either orcc won't run or liborc won't link.
David Schleef claims it's not a bug in liborc:
http://bugs.freedesktop.org/show_bug.cgi?id=27103

Either libschroedinger, liborc, or pkg-config (most likely all 3) are wrong.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Schrodinger-devel mailing list
Schrodinger-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/schrodinger-devel

Reply via email to