> Yes,I noticed as far as i found the error.The functions seems > simple.but how to add a dependence in cmake's configure files?And void > initStaticDataPtrs() in runtime/internal/memory.d(322) also need work > (Maybe it can works like tango/gdc's initStaticDataPtrs).
Thanks for the patch! Yes, initStaticDataPtrs is the other function in memory.d that will need adjustments for FreeBSD. If you want shared library support, the /proc/self/maps parsing code may need to be updated too. To avoid introducing another C file dependency to the runtime, I'd like to rewrite freebsd_gc.c in D. I will be busy for the few next days, but if you do it and send in the updated patch, I'll apply it as it comes in.
signature.asc
Description: This is a digitally signed message part.
