From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26419 invoked by alias); 6 Dec 2001 01:37:58 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 26398 invoked from network); 6 Dec 2001 01:37:58 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by sources.redhat.com with SMTP; 6 Dec 2001 01:37:58 -0000 Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out2.apple.com (8.11.3/8.11.3) with ESMTP id fB61bwX19328 for ; Wed, 5 Dec 2001 17:37:58 -0800 (PST) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Wed, 5 Dec 2001 17:37:56 -0800 Received: from apple.com (vpn-gh-17.apple.com [17.254.136.16]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id fB61btZ04753; Wed, 5 Dec 2001 17:37:55 -0800 (PST) Message-ID: <3C0ECBD2.EECD3394@apple.com> Date: Wed, 05 Dec 2001 17:37:00 -0000 From: Stan Shebs X-Mailer: Mozilla 4.77C-CCK-MCD {C-UDP; EBM-APPLE} (Macintosh; U; PPC) X-Accept-Language: en MIME-Version: 1.0 To: Kevin Buettner CC: gdb@sources.redhat.com Subject: Re: Is somsolib.c still in use? References: <1011206012408.ZM6341@ocotillo.lan> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00046.txt.bz2 Kevin Buettner wrote: > > The subject line says it all; does anyone know if somsolib.c is still used > by any port? > > I've done my own checking and expected somsolib.o to show up on a > NATDEPFILES line in a *.mh file, but couldn't find one. Did you whack your config/pa subdir or something? It's mentioned in nearly every .mh file there. Good thing too, because it's supposed to be how you get solib support on HP systems. Stan