From owner-freebsd-threads@FreeBSD.ORG Thu Jul 10 05:48:39 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C209C37B401 for ; Thu, 10 Jul 2003 05:48:39 -0700 (PDT) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1C6F43FB1 for ; Thu, 10 Jul 2003 05:48:38 -0700 (PDT) (envelope-from eischen@vigrid.com) Received: from mail.pcnet.com (mail.pcnet.com [204.213.232.4]) by mail.pcnet.com (8.12.8/8.12.1) with ESMTP id h6ACmZAI004632; Thu, 10 Jul 2003 08:48:37 -0400 (EDT) Date: Thu, 10 Jul 2003 08:48:35 -0400 (EDT) From: Daniel Eischen X-Sender: eischen@pcnet5.pcnet.com To: Petri Helenius In-Reply-To: <3F0CFF98.6010409@he.iki.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-threads@freebsd.org Subject: Re: 4.8 and 5.1 threads X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: deischen@freebsd.org List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2003 12:48:40 -0000 On Thu, 10 Jul 2003, Petri Helenius wrote: > > Are the data structures between 4.8 and 5.1 compatible so I could > compile code > that would run both with libc_r on 4.8 and libkse on 5.1 using libmap.conf ? I don't think that would work for a variety of reasons, mostly because of libc incompatibilities between 4.x and 5.x. Also because you don't link to libc on 4.x because it is included in 5.1. -- Dan Eischen