[dmd-internals] DMD Build Process + Ubuntu

Brad Roberts braddr at puremagic.com
Sun Jan 2 13:15:32 PST 2011


I suspect you're missing the 32bit multilib bits

apt-get install g++-multilib

That will likely pull in all the packages you need.

On 1/2/2011 1:06 PM, David Simcha wrote:
> Error message I receive doing a make -flinux.mak on a Ubuntu 10.10 64-bit
> installation:
> 
> /usr/bin/ld: cannot find -lstdc++
> 
> This happens whether I build DMD as a 32- or 64-bit binary.  I know I managed to
> fix this somehow previously, probably by changing the makefile to point to a
> specific libstdc++.  However, I'm sure I have libstdc++ installed via Ubuntu's
> package manager (the default, not sure of the details), and the build process
> really needs to "just work" on standard installs of popular distros.
> 
> --David Simcha
> 
> 
> 
> _______________________________________________
> dmd-internals mailing list
> dmd-internals at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals



More information about the dmd-internals mailing list