Date: Mon, 17 Nov 2003 22:20:07 +0100 (MET) From: Adriaan de Groot <adridg@sci.kun.nl> To: kde@freebsd.org, <amd64@freebsd.org> Subject: Chugging along with KDE in amd64 Message-ID: <Pine.GSO.4.44.0311172210020.6096-200000@wn4.sci.kun.nl>
index | next in thread | raw e-mail
[-- Attachment #1 --]
[Thanks to all at amd64 - Peter, David in particular - for getting me
started with snapshots and whatnot.]
KDE as a desktop on amd64 works reasonably well, so far. It's certainly
snappy (even with an old matrox mill PCI card). Issues:
* linking libxkbfile.a to KDE stuff. This needs -fPIC when compiling
xkbfile, patch (for x11/XFree86-4-libraries) attached. I don't know if
-fPIC would negatively affect anything else though.
* knotify crashes immediately with SIGABRT.
* korganizer crashes on exit with gobs of malloc(): recursive call output.
A few 64-bit issues (no time_t in utmp entries) have been fixed in KDE CVS
now; I'll be reading my compile logs more closely the next little while to
see where else bad assumptions are made.
--
Adriaan de Groot adridg@cs.kun.nl Kamer A6020 024-3652272
GPG Key Fingerprint 934E 31AA 80A7 723F 54F9 50ED 76AC EE01 FEA2 A3FE
http://www.cs.kun.nl/~adridg/research/
[-- Attachment #2 --]
--- lib/xkbfile/Imakefile.old Mon Nov 17 21:31:00 2003
+++ lib/xkbfile/Imakefile Mon Nov 17 21:29:59 2003
@@ -37,4 +37,6 @@
#include <Library.tmpl>
+CCOPTIONS += -fPIC
+
DependTarget()
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.44.0311172210020.6096-200000>
