From owner-freebsd-hackers Tue Nov 5 06:48:04 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA05200 for hackers-outgoing; Tue, 5 Nov 1996 06:48:04 -0800 (PST) Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.225.2]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA05141 for ; Tue, 5 Nov 1996 06:46:56 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id PAA02224; Tue, 5 Nov 1996 15:41:00 +0100 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id PAA03712; Tue, 5 Nov 1996 15:50:19 +0100 From: Christoph Kukulies Message-Id: <199611051450.PAA03712@gilberto.physik.rwth-aachen.de> Subject: Re: linking fbsd prog with sco lib? In-Reply-To: <199611051325.OAA03669@nietzsche.bowtie.nl> from Marc van Kempen at "Nov 5, 96 02:25:04 pm" To: marc@bowtie.nl (Marc van Kempen) Date: Tue, 5 Nov 1996 15:50:18 +0100 (MET) Cc: hackers@freebsd.org Reply-To: Christoph Kukulies X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > Hi, > > I'm want to develop a database program with the sco version > of Solid Server (http://www.solidtech.com). > > I'm trying to un'ar the supplied library, but have had > little success so far, so ... > > Is there any point in trying this at all? I mean will > the library, when I put it back together as a freebsd > library, work when linked with my own application? When they are using streams sockets you're out of luck. > > And, how do I un'ar it? I tried the following: > > ar x solcli.a > ar Tx solcli.a > ar x solcli.a su0rbtr2.o You have to unar under SCO (ar xv solcli.a `ar t solcli.a`) (not sure about SCOs ar switches though). You may also try the binutils-2.7 ar. > > None of these work and give me errors about not finding the > object files in the archive. It can read the names of the archives > however. > > All of this is on a 2.2-960801-SNAP system. > > Regards, > Marc. > > ---------------------------------------------------- > Marc van Kempen BowTie Technology > Email: marc@bowtie.nl WWW & Databases > tel. +31 40 2 43 20 65 > fax. +31 40 2 44 21 86 http://www.bowtie.nl > ---------------------------------------------------- > > > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de