<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>working fine under freebsd</FONT></DIV>
<BLOCKQUOTE dir=ltr 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=SantaHomer@web.de href="mailto:SantaHomer@web.de">Alex</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=bf1942@icculus.org 
  href="mailto:bf1942@icculus.org">bf1942@icculus.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, November 24, 2003 1:55 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [bf1942] Linkage changes 
  once again</DIV>
  <DIV><BR></DIV>
  <DIV><EM><FONT face=Verdana size=2>same problem here unter debian 
  3.0</FONT></EM></DIV>
  <BLOCKQUOTE 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=achen-bf1942@divo.net href="mailto:achen-bf1942@divo.net">Andrew 
    Chen</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A title=bf1942@icculus.org 
    href="mailto:bf1942@icculus.org">bf1942@icculus.org</A> </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Sunday, November 23, 2003 4:13 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> RE: [bf1942] Linkage changes 
    once again</DIV>
    <DIV><BR></DIV>Neither the static or dynamic work on Slackware 8.1 
    anymore.<BR><BR>./bf1942_lnxded.dynamic: error while loading shared 
    libraries: <BR>libstdc++.so.5: cannot open shared object file: No such file 
    or directory<BR>./bf1942_lnxded.static: /lib/libc.so.6: version `GLIBC_2.3' 
    not found <BR>(required by ./bf1942_lnxded.static)<BR><BR>Slackware 8.1 is 
    based on GLIBC 2.2.5.<BR><BR>At 05:50 AM 11/21/2003, you 
    wrote:<BR><BR>&gt;Hi again folks,<BR>&gt;<BR>&gt;I've put up a 1.5 binary 
    linked under my gentoo system at lightcubed,<BR>&gt;available 
    here:<BR>&gt;http://bf1942.lightcubed.com/dist/bf1942-1.5-fbsd-linkchange.tar.bz2<BR>&gt;<BR>&gt;Please 
    download this and see how it runs under various systems since<BR>&gt;this is 
    the linkage I'm planning to use for the 1.6 release.<BR>&gt;<BR>&gt;I 
    appreciate any input you might have.<BR>&gt;<BR>&gt;Thanks,<BR>&gt;// 
    Andreas<BR>&gt;<BR>&gt; &gt; -----Original Message-----<BR>&gt; &gt; From: 
    Steven Hartland [mailto:<BR>&gt; &gt; Sent: Friday, November 21, 2003 12:39 
    PM<BR>&gt; &gt; To: <A 
    href="mailto:bf1942@icculus.org">bf1942@icculus.org</A><BR>&gt; &gt; 
    Subject: Re: [bf1942] Linkage changes once again<BR>&gt; &gt;<BR>&gt; 
    &gt;<BR>&gt; &gt; Doh!! ignore my last mail not enough coffee this morning 
    yet.<BR>&gt; &gt; With those dependencies for the static version there 
    should<BR>&gt; &gt; be no problem under FreeBSD.<BR>&gt; &gt;<BR>&gt; 
    &gt;&nbsp;&nbsp;&nbsp;&nbsp; Steve / K<BR>&gt; &gt; ----- Original Message 
    -----<BR>&gt; &gt; From: "Andreas Fredriksson" &lt;<A 
    href="mailto:andreas.fredriksson@dice.se">andreas.fredriksson@dice.se</A>&gt;<BR>&gt; 
    &gt; To: &lt;<A 
    href="mailto:BF1942@icculus.org">BF1942@icculus.org</A>&gt;<BR>&gt; &gt; 
    Sent: 21 November 2003 09:22<BR>&gt; &gt; Subject: [bf1942] Linkage changes 
    once again<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Hi 
    guys,<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; for 1.6 I'm going to have to 
    remove the completely static<BR>&gt; &gt; binary due<BR>&gt; &gt; &gt; to a 
    reason I can't go into here (it doesn't have anything<BR>&gt; &gt; to do 
    with<BR>&gt; &gt; &gt; legal issues though).<BR>&gt; &gt; &gt;<BR>&gt; &gt; 
    &gt; What I've been doing instead is to link dynamically with 
    everything<BR>&gt; &gt; &gt; except the<BR>&gt; &gt; &gt; c++ runtime 
    library and the gcc support libraries. The ldd<BR>&gt; &gt; output 
    of<BR>&gt; &gt; &gt; c++ the two<BR>&gt; &gt; &gt; binaries looks like 
    this:<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; bf1942_lnxded.dynamic:<BR>&gt; 
    &gt; &gt; libdl.so.2 =&gt; /lib/libdl.so.2 (0x40021000)<BR>&gt; &gt; &gt; 
    libncurses.so.5 =&gt; /lib/libncurses.so.5 (0x40025000)<BR>&gt; &gt; &gt; 
    libstdc++.so.5 =&gt;<BR>&gt; &gt; &gt; 
    /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.so.5<BR>&gt; &gt; 
    (0x40065000)<BR>&gt; &gt; &gt; libm.so.6 =&gt; /lib/libm.so.6 (0x40116000) 
    libgcc_s.so.1 =&gt;<BR>&gt; &gt; &gt; 
    /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libgcc_s.so.1 (0x40139000)<BR>&gt; 
    &gt; &gt; libpthread.so.0 =&gt; /lib/libpthread.so.0 (0x40142000)<BR>&gt; 
    &gt; &gt; libc.so.6 =&gt; /lib/libc.so.6 (0x40192000)<BR>&gt; &gt; &gt; 
    /lib/ld-linux.so.2 =&gt; /lib/ld-linux.so.2 (0x40000000)<BR>&gt; &gt; 
    &gt;<BR>&gt; &gt; &gt; bf1942_lnxded.static:<BR>&gt; &gt; &gt; libdl.so.2 
    =&gt; /lib/libdl.so.2 (0x40021000)<BR>&gt; &gt; &gt; libm.so.6 =&gt; 
    /lib/libm.so.6 (0x40024000)<BR>&gt; &gt; &gt; libncurses.so.5 =&gt; 
    /lib/libncurses.so.5 (0x40048000)<BR>&gt; &gt; libpthread.so.0<BR>&gt; &gt; 
    &gt; =&gt; /lib/libpthread.so.0 (0x40088000) libc.so.6 =&gt; 
    /lib/libc.so.6<BR>&gt; &gt; &gt; (0x400d8000) /lib/ld-linux.so.2 =&gt; 
    /lib/ld-linux.so.2 (0x40000000)<BR>&gt; &gt; &gt;<BR>&gt; &gt; &gt; Can 
    people with better knowledge than me of the FreeBSD<BR>&gt; &gt; compat 
    layer<BR>&gt; &gt; &gt; give feedback on how this will work?<BR>&gt; 
    &gt;<BR><BR></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>