Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

FYI: mozilla-19980603 available as binary package



Hello!

Just FYI, I uploaded lesstif-0.85.3 and mozilla-19980603 as binary
package to ftp.netbsd.org:/pub/NetBSD/packages/1.3.2/m68k/All.

With those packages moz-export (dynamic version) and mozilla-export
(static version) should both work.

On at least NetBSD/amiga you need to patch libX11.so.6.1 like posted
by Michael Hitch recently to fix a code generation bug in gcc:

--- snip ---
bash$ cd /usr/X11R6/lib
bash$ cp libX11.so.6.1 libX11.so.6.1.bak # just to be sure :-)
bash$ chmod 644 libX11.so.6.1
bash$ gdb --write libX11.so.6.1
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for
details.
GDB 4.11 (m68k-netbsd), Copyright 1993 Free Software Foundation, Inc...
(no debugging symbols found)...
(gdb) x/i 0xef56
0xef56 <XPolygonRegion+274>:    moveal fp@(-1192),a1
(gdb) set *0xef56=0x22690008
(gdb) x/i 0xef56
0xef56 <XPolygonRegion+274>:    moveal a1@(8),a1
(gdb) quit
bash$ chmod 444 libX11.so.6.1
--- snip ---

Have fun,
-- 
   Name  : Thorsten Frueauf            Milano@irc cri@onaliM       //
   E-Mail: s_frueau%ira.uka.de@localhost oder 
ukfy%rz.uni-karlsruhe.de@localhost     \X/



Home | Main Index | Thread Index | Old Index