From owner-freebsd-ports@FreeBSD.ORG Sat Aug 23 06:22:44 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 699C716A4BF for ; Sat, 23 Aug 2003 06:22:44 -0700 (PDT) Received: from meitner.wh.uni-dortmund.de (meitner.wh.Uni-Dortmund.DE [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8CA143FE3 for ; Sat, 23 Aug 2003 06:22:43 -0700 (PDT) (envelope-from lofi@freebsd.org) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 231D7167593; Sat, 23 Aug 2003 15:22:42 +0200 (CEST) Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.9/8.12.9) with ESMTP id h7NDMdmM097665 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 23 Aug 2003 15:22:41 +0200 (CEST) (envelope-from lofi@freebsd.org) From: Michael Nottebrock Organization: FreeBSD To: Larry Rosenman , freebsd-ports@freebsd.org Date: Sat, 23 Aug 2003 15:22:35 +0200 User-Agent: KMail/1.5.3 References: <4210000.1061640700@lerlaptop.lerctr.org> <200308231448.48727.lofi@freebsd.org> <74050000.1061643062@lerlaptop.lerctr.org> In-Reply-To: <74050000.1061643062@lerlaptop.lerctr.org> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_eq2R/UUSyo9GRao"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200308231522.39038.lofi@freebsd.org> X-Virus-Scanned: by amavisd-new Subject: Re: KDE Konsole, crashes, on a SIGABRT... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2003 13:22:44 -0000 --Boundary-02=_eq2R/UUSyo9GRao Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline On Saturday 23 August 2003 14:51, Larry Rosenman wrote: > I'm not sure how to switch to a libkse'd world. You have to explicitly make and install both libkse and libthr: cd /usr/src/lib/libpthread && make && make install (will give you libkse) cd /usr/src/lib/libthr && make && make install (will give you libthr) Then, create /etc/libmap.conf to map libc_r to either libthr or libkse,=20 globally or just for single executables. Look at the libmap.conf manpage, i= s=20 has a nice example and all the information. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_eq2R/UUSyo9GRao Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQA/R2qeXhc68WspdLARAvKzAJ95YHkSTEZFP7qELI4qrdwU7rka7gCfUYx4 gW3GVT14T4w6L4j18etsk0I= =KYGH -----END PGP SIGNATURE----- --Boundary-02=_eq2R/UUSyo9GRao--