hexhex/core

configure script for OS X

Closed this issue · 1 comments

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.

fixed