[Issue 17833] compiling dmd on x86 linux fails
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Jul  3 06:25:54 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=17833
--- Comment #6 from deep42thought <dlang at eckner.net> ---
still fails for me. I ran:
> mkdir dlang
> cd ~/dlang/
> git clone https://github.com/dlang/dmd
> git clone https://github.com/dlang/druntime
> git clone https://github.com/dlang/phobos
> git clone https://github.com/dlang/tools
> cd ~/dlang/dmd
> make -f posix.mak -j8 AUTO_BOOTSTRAP=1
> cd ~/dlang/phobos
> make -f posix.mak -j8
inside an archlinux32 virtual box. See above for a list of installed packages
on that box.
--
    
    
More information about the Digitalmars-d-bugs
mailing list