hexhex / core

DLVHEX solver: core system and plugin API
http://www.kr.tuwien.ac.at/research/systems/dlvhex/
GNU Lesser General Public License v2.1
24 stars 8 forks source link

configure script for OS X #11

Closed credl closed 11 years ago

credl commented 11 years ago

The ld linker option -R is called -rpath under OS X. This is currently disregarded by autoconf.

As a workaround there is currently the script osxconfigure.sh which replaces all -R in configure.sh by -rpath and then delegates the call to configure.sh. This solution is not elegant and in fact a proper use of autoconf should automatically guarantee platform independence.

credl commented 11 years ago

fixed