[plt-scheme] Slackware package

From: Lieven De Keyzer (lieven_dekeyzer at hotmail.com)
Date: Tue Feb 7 20:48:34 EST 2006

I'm trying to make a Slackware package of DrScheme and downloaded the source 
of version 301. This is what I do to compile and install:

CFLAGS="-O2 -march=i486 -mcpu=i686" \
./configure \
  --build=i486-slackware-linux \
  --prefix=/usr/local \
  --enable-shared \
  --enable-phtread
make
make install DESTDIR=/tmp/package-plt-scheme

But the DESTDIR variable does not seem to make a difference, since DrScheme 
is installed in /usr/local.




Posted on the users mailing list.