GCC depen issue on linux

Jesse Phillips jessekphillips+D at gmail.com
Sat Jan 14 10:35:39 PST 2012


On Saturday, 14 January 2012 at 16:43:53 UTC, mumin wrote:
> Installing D on linux giving strange library dependency issue.  
> Looking on  the
> net haven't found any article that addresses this directly.  
> Most similar
> issues are with installing the Android emulator [!].
>
> When I attempt to compile a sample D program I get the 
> following.  Anyone  seen
> this before?
>
>> dmd hello.d
>
> dmd: /lib/i686/cmov/libc.so.6: version `GLIBC_2.11' not found 
> (required by  dmd)
>
> attached is the output of ldd
>
> Thanks

Well it seems you don't have the correct version of glibc. I'm 
wondering if this is related to having 32bit dmd installed on a 
64bit system, or something else. What kind of system are you 
running? OS version...?


More information about the Digitalmars-d mailing list