From owner-freebsd-current Fri Mar 15 14:28:44 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA06877 for current-outgoing; Fri, 15 Mar 1996 14:28:44 -0800 (PST) Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA06869 for ; Fri, 15 Mar 1996 14:28:33 -0800 (PST) Received: (from julian@localhost) by ref.tfs.com (8.7.3/8.6.9) id OAA23502; Fri, 15 Mar 1996 14:27:17 -0800 (PST) Message-Id: <199603152227.OAA23502@ref.tfs.com> Subject: Re: Elfkit release 1.1 is now available To: jdp@polstra.com (John Polstra) Date: Fri, 15 Mar 1996 14:27:17 -0800 (PST) From: "JULIAN Elischer" Cc: freebsd-current@freebsd.org In-Reply-To: <199603152159.NAA02221@austin.polstra.com> from "John Polstra" at Mar 15, 96 01:59:32 pm X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [...] > * Patches for libc from FreeBSD-2.1.0-RELEASE, to support building it > as an ELF shared library. [...] > > You can compile and link arbitrary programs, as long as they use only > libc. (The other libraries aren't converted yet.) The output of the > linker is a standard, dynamically-linked ELF executable. You can also > build ELF shared libraries. Can one system have elf AND a.out style dynamic libraries at the one time? how can you tell them appart? Is there a possibility of mixed a.out and elf libraries for Static linking? or is that impossible?