What | Removed | Added |
---|---|---|
CC | joergboe44@googlemail.com |
I see the same issue on a Tumbleweed installation. Error: linker exited with status 255 cc hello.o -o hello -m64 -Xlinker --export-dynamic -L/usr/lib64 -Xlinker -Bstatic -lphobos2 -Xlinker -Bdynamic -lpthread -lm -lrt -l Obviously the DMD compiler requests to link the phobos2 library statically. Thus the package 'phobos-devel-static' should go into the recommended packages for DMD.