<!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>>Hi again folks,<BR>><BR>>I've put up a 1.5 binary 
    linked under my gentoo system at lightcubed,<BR>>available 
    here:<BR>>http://bf1942.lightcubed.com/dist/bf1942-1.5-fbsd-linkchange.tar.bz2<BR>><BR>>Please 
    download this and see how it runs under various systems since<BR>>this is 
    the linkage I'm planning to use for the 1.6 release.<BR>><BR>>I 
    appreciate any input you might have.<BR>><BR>>Thanks,<BR>>// 
    Andreas<BR>><BR>> > -----Original Message-----<BR>> > From: 
    Steven Hartland [mailto:<BR>> > Sent: Friday, November 21, 2003 12:39 
    PM<BR>> > To: <A 
    href="mailto:bf1942@icculus.org">bf1942@icculus.org</A><BR>> > 
    Subject: Re: [bf1942] Linkage changes once again<BR>> ><BR>> 
    ><BR>> > Doh!! ignore my last mail not enough coffee this morning 
    yet.<BR>> > With those dependencies for the static version there 
    should<BR>> > be no problem under FreeBSD.<BR>> ><BR>> 
    >     Steve / K<BR>> > ----- Original Message 
    -----<BR>> > From: "Andreas Fredriksson" <<A 
    href="mailto:andreas.fredriksson@dice.se">andreas.fredriksson@dice.se</A>><BR>> 
    > To: <<A 
    href="mailto:BF1942@icculus.org">BF1942@icculus.org</A>><BR>> > 
    Sent: 21 November 2003 09:22<BR>> > Subject: [bf1942] Linkage changes 
    once again<BR>> ><BR>> ><BR>> > ><BR>> > > Hi 
    guys,<BR>> > ><BR>> > > for 1.6 I'm going to have to 
    remove the completely static<BR>> > binary due<BR>> > > to a 
    reason I can't go into here (it doesn't have anything<BR>> > to do 
    with<BR>> > > legal issues though).<BR>> > ><BR>> > 
    > What I've been doing instead is to link dynamically with 
    everything<BR>> > > except the<BR>> > > c++ runtime 
    library and the gcc support libraries. The ldd<BR>> > output 
    of<BR>> > > c++ the two<BR>> > > binaries looks like 
    this:<BR>> > ><BR>> > > bf1942_lnxded.dynamic:<BR>> 
    > > libdl.so.2 => /lib/libdl.so.2 (0x40021000)<BR>> > > 
    libncurses.so.5 => /lib/libncurses.so.5 (0x40025000)<BR>> > > 
    libstdc++.so.5 =><BR>> > > 
    /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libstdc++.so.5<BR>> > 
    (0x40065000)<BR>> > > libm.so.6 => /lib/libm.so.6 (0x40116000) 
    libgcc_s.so.1 =><BR>> > > 
    /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.3/libgcc_s.so.1 (0x40139000)<BR>> 
    > > libpthread.so.0 => /lib/libpthread.so.0 (0x40142000)<BR>> 
    > > libc.so.6 => /lib/libc.so.6 (0x40192000)<BR>> > > 
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)<BR>> > 
    ><BR>> > > bf1942_lnxded.static:<BR>> > > libdl.so.2 
    => /lib/libdl.so.2 (0x40021000)<BR>> > > libm.so.6 => 
    /lib/libm.so.6 (0x40024000)<BR>> > > libncurses.so.5 => 
    /lib/libncurses.so.5 (0x40048000)<BR>> > libpthread.so.0<BR>> > 
    > => /lib/libpthread.so.0 (0x40088000) libc.so.6 => 
    /lib/libc.so.6<BR>> > > (0x400d8000) /lib/ld-linux.so.2 => 
    /lib/ld-linux.so.2 (0x40000000)<BR>> > ><BR>> > > Can 
    people with better knowledge than me of the FreeBSD<BR>> > compat 
    layer<BR>> > > give feedback on how this will work?<BR>> 
    ><BR><BR></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>