[Slackbuilds-users] 32-bit fontforge compatibility package in Slackware 64 multilib

Jim Virden vird0001 at yahoo.com
Mon Sep 7 20:28:57 UTC 2009


In trying to create a 32-bit compatibility Fontforge package, I ran across an error where it was looking for libraries in /usr/lib64 instead of /usr/lib.  This is after sourcing /etc/profile.d/32dev.sh and setting LIBDIRSUFFIX="" for the x86_64 architecture.  To fix it, I added this line after CXXFLAGS="$SLKCFLAGS" \ and before ./configure:
LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}" \

reason for LIBDIRSUFFIX="":
http://alien.slackbook.org/dokuwiki/doku.php?id=slackware:multilib

Fix per Alien Bob's suggestion in this thread:
http://www.linuxquestions.org/questions/slackware-14/transcode-will-not-compile-in-slackware64-13.0-multilib-752172/?highlight=transcode+compile

Thanks.


      


More information about the SlackBuilds-users mailing list