[Gd-hackers] Using opendylan 1.0beta4 on Ubuntu 7.04 x64_64

Faried Nawaz silence-gd at nilpotent.org
Sat Jul 7 00:04:17 CEST 2007


Peter Housel helped me get it working.

- unpack opendylan into /usr/local
- rename /usr/local/opendylan-1.0beta4/bin/opendylan to
  /usr/local/opendylan-1.0beta4/bin/opendylan.real
- create /usr/local/opendylan-1.0beta4/bin/opendylan with

#!/bin/sh

PATH=/usr/local/opendylan-1.0beta4/fixed32:$PATH
export PATH

exec /usr/local/opendylan-1.0beta4/bin/opendylan.real "$@"

- mkdir /usr/local/opendylan-1.0beta4/fixed32
- create /usr/local/opendylan-1.0beta4/fixed32/as with

#!/bin/sh

exec /usr/bin/as -32 "$@"

- apt-get install libc6-dev-i386 libc6-i386 ia32-libs
- add /usr/local/opendylan-1.0beta4/bin to your PATH
- edit /usr/local/opendylan-1.0beta4/lib/x86-linux-build.jam
  - change CC define to CC ?= gcc -m32 ;
  - change LinkEXE action (somewhere near line 343) to add
    -Wl,-rpath,/lib32


Faried.
-- 
The Great GNU has arrived, infidels, behold his wrath !
           (> (length "eclipse") (length "emacs")) => T
ticky ticky through the day



More information about the hackers mailing list