From: Gwenole B. <gb...@di...> - 2002-01-18 16:30:26
|
On Fri, 18 Jan 2002, Hetz Ben Hamo wrote: > This one: > http://gwenole.beauchesne.online.fr/basilisk2/files/BasiliskII-0.9.JIT-3.i586.rpm > - is not available at your web pages (error 404) Yes, I removed it because it was miscompiled, and I hadn't had the time to rebuild it. > If you decide to release a version - then please point me to an src-rpm file > and I'll issue an RPM built on RH 7.2. You have two options: 1) Grab the SRPM I provided for Mandrake Linux but clean the specfile a little. i.e. don't use Patch0, possiblity redefine DebugHWBases and JITDebug to 0, s/5mdk/5/ for release tag, etc, remove BuildRequires: dependencies that probably don't exist in RH-7.2. 2) Use the specfile from the B2/JIT tarball. Make sure however that you define CONF_OPT_FLAGS="--enable-jit-compiler" prior issuing the "rpm" command or simply add this flag to configure in the %build part. Otherwise, the JIT compiler won't be enabled as wasn't it enabled in the release -3 on my website. ;-) Bye, Gwenole. |