Well, as many of you know, Slackware 13.0 is out, and is awesome, and comes with an entirely 64 bit version. Many people use slackbuilds from slackbuilds.org to build packages and when porting over to the 64 bit version there have been a few minor problems in a few packages, usually complaining that it couldn’t find some important thing in /usr/lib, when we know it should be looking in /usr/lib64, this error is because some of the older script functionality passes information incorrectly to the new script options, and hence to get many of these things to compile correctly you need to set the LDFLAGS manually and pass it to the slackbuild script, so I will use an example of compiling the music player exaile for slackware64 13.0
the command I typed to get it to compile was this:
LDFLAGS=”-L/usr/lib64” ARCH=x86_64 ./gst-python.SlackBuild
and it compiled perfectly.
[caption id=”attachment_297” align=”aligncenter” width=”614” caption=”exaile on slackware64 13.0”][/caption]