digitalmars.D - cannot allocate memory in static TLS block
- Ellery Newcomer (10/10) Jun 05 2014 I have a ubuntu 12.04 spin in which I am running
I have a ubuntu 12.04 spin in which I am running dmd hello.d -shared -defaultlib=libphobos2.so -ofhello.so on an empty hello.d. attempting to use it (python) results in Traceback (most recent call last): File "test.py", line 1, in <module> import hello ImportError: /usr/lib/i386-linux-gnu/libphobos2.so.0.65: cannot allocate memory in static TLS block anyone else seeing this? dmd 2.065, deb package from dlang.org.
Jun 05 2014