DMD 1.024 and 2.008 releases
    Markus Dittrich 
    markusle at gmail.com
       
    Wed Nov 28 20:34:36 PST 2007
    
    
  
Brad Roberts Wrote:
> 
> You can't link libc statically (for glibc at least, other os' do allow it) 
> any more.  I forget the last version that supported it, but it might well 
> be prior to 2.4.  Either way, it's not considered supported to build 
> against version X of glibc and run it against any version < X, only >= 
> even if it happens to not link against a versioned symbol (not all symbols 
> are versioned).
Yeah, you are absolutely correct - static linking won't work for glibc.
My bad :(
Markus
    
    
More information about the Digitalmars-d-announce
mailing list