Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 1998 10:45:40 -0700 (PDT)
From:      Doug White <dwhite@resnet.uoregon.edu>
To:        "Joe \"Marcus\" Clarke" <marcus@jaguar.ir.miami.edu>
Cc:        FreeBSD User Questions List <freebsd-questions@FreeBSD.ORG>
Subject:   Re: ELF/a.out interoperability
Message-ID:  <Pine.BSF.4.03.9810191043130.28969-100000@resnet.uoregon.edu>
In-Reply-To: <Pine.OSF.4.04.9810162005130.13318-100000@jaguar.ir.miami.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 16 Oct 1998, Joe "Marcus" Clarke wrote:

> I am using Xaccel X drivers with FreeBSD-2.2.7.  These are a.out binaries.
> I am wanting to upgrade to 3.0-RELEASE and would like all my X apps to be
> linked against ELF libraries.  What I want to know, is if I use the ELF
> XFree86 libraries, will Xaccels a.out server work with them.  Since this
> is a specific senario, and I risk being flamed for not asking this of XiG,
> will ELF libraries work with apps that are linked against a.out libraries?

Library and binary formats must match.  ELF and a.out programs can
interoperate fine, but you can't link aout libs to an ELF object file.  

What this means is that you'll need to build your progra with the -aout
flag until you get new libs from XiG.

Doug White                               
Internet:  dwhite@resnet.uoregon.edu    | FreeBSD: The Power to Serve
http://gladstone.uoregon.edu/~dwhite    | www.freebsd.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.03.9810191043130.28969-100000>