Date: Fri, 20 Nov 1998 09:28:18 -0800 (PST) From: John Polstra <jdp@polstra.com> To: ccsanady@friley-185-114.res.iastate.edu Cc: emulation@FreeBSD.ORG Subject: Re: Using Solaris/intel libraries? Message-ID: <199811201728.JAA18189@vashon.polstra.com> In-Reply-To: <199811181735.LAA01159@friley-185-114.res.iastate.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <199811181735.LAA01159@friley-185-114.res.iastate.edu>, Chris Csanady <ccsanady@friley-185-114.res.iastate.edu> wrote: > I was wondering if it would be possible to link with Solaris/Intel > libraries. Since they are both elf, this should work, right? No. The libraries were built with Solaris #include files, but your native code is built with FreeBSD #include files. The layouts of key structures (struct stat, the FILE structure, etc.) are different between the two. By the way, this has come up about a dozen times in the mailing lists. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Nobody ever went broke underestimating the taste of the American public." -- H. L. Mencken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811201728.JAA18189>