Backslashes appear in simulateion instead of slashes
Backslashes appear when shared library is linked. This was traced back to the __UNIX__ define and should be working now. Please check again.
WORKAROUND for backslash instead of slash
for F in src/Makefile src/region/Makefile src/variation/Makefile ; do gsed -i '/LIBS =/s#-lSiSi#sisi/lib/.libs/libSiSi.a#' $F; done
Still present in 1.1.15
Log in to post a comment.
Backslashes appear when shared library is linked. This was traced back to the __UNIX__ define and should be working now. Please check again.
WORKAROUND for backslash instead of slash
for F in src/Makefile src/region/Makefile src/variation/Makefile ; do
gsed -i '/LIBS =/s#-lSiSi#sisi/lib/.libs/libSiSi.a#' $F;
done
Still present in 1.1.15