Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 2 Jul 2002 11:03:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 2 Jul 2002 11:03:44 -0400 Received: from jurassic.park.msu.ru ([195.208.223.243]:12552 "EHLO jurassic.park.msu.ru") by vger.kernel.org with ESMTP id ; Tue, 2 Jul 2002 11:03:43 -0400 Date: Tue, 2 Jul 2002 19:05:44 +0400 From: Ivan Kokshaysky To: =?koi8-r?Q?M=E5ns_Rullg=E5rd?= Cc: jlnance@intrex.net, linux-kernel@vger.kernel.org Subject: Re: 2.4.19-rc1 broke OSF binaries on alpha Message-ID: <20020702190544.A23788@jurassic.park.msu.ru> References: <20020630035058.A884@localhost.park.msu.ru> <20020701090353.B1957@tricia.dyndns.org> <20020701180252.A15288@jurassic.park.msu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: ; from mru@users.sourceforge.net on Mon, Jul 01, 2002 at 09:40:48PM +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1054 Lines: 21 On Mon, Jul 01, 2002 at 09:40:48PM +0200, M?ns Rullg?rd wrote: > Using the libraries from the tru64 5.0 install CD works fine for > running programs on that CD. There does seem to be some problems with > different library versions, though. Matlab 5 would not run with libc > from the tru64 5.0 CD. I had to get some other ones. With the right > libraries Matlab runs fine with both 2.4.19-rc1 and earlier. Unfortunately the libraries _officially_ available for linux are from v4. If HP would release something more up to date, the alpha iov_len hack would go away. It looks like in the Tru64 v5 readv/writev compatibility issues are solved on the libc level. Default (SuS compliant) functions are _Ereadv/_Ewritev, and readv/writev are just wrappers (clearing top 32 bits of iov_len) for old binaries. Ivan. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/