Re: DMD on x86_64

2010-02-18 Thread Robert Clipsham
On 18/02/10 15:13, Jesse Phillips wrote: Please place them on Wiki4D, probably a sub-section under AMD64. If you don't I will, but I'll give you a chance :) http://www.prowiki.org/wiki4d/wiki.cgi?D__Tutorial/StartingWithD/Compiler/DMD Done, I hope it's alright, feel free to edit it as you see

Re: Compile Phobos library ?

2010-02-18 Thread GG
Hello BCS ! > Hello GG, > > > Thanks you very much for your explanation ! I got it work with gdb and > > got this: > > > [...] > > I don't know enough about the internals to be able to help you beyond maybe > converting the seg-v into an assert (but you should be able to do that > yourself).

Re: Compile Phobos library ?

2010-02-18 Thread BCS
Hello GG, Thanks you very much for your explanation ! I got it work with gdb and got this: [...] I don't know enough about the internals to be able to help you beyond maybe converting the seg-v into an assert (but you should be able to do that yourself). Someone else might be able to do so

Re: DMD on x86_64

2010-02-18 Thread Jesse Phillips
Robert Clipsham wrote: > On 15/02/10 15:54, Robert Clipsham wrote: >> I've been wanting to try D2 properly for a while now, but as I use linux >> x86-64 I've had to resort to using a virtual machine, which is really >> off putting when I just want to play around with it. I've read multiple >> thre

Re: Compile Phobos library ?

2010-02-18 Thread GG
Thanks you very much for your explanation ! I got it work with gdb and got this: If I pass to dmd : r -g -d -lib -ofobj/posix/release/libphobos2.a [all .d and .o files] ../druntime/libdruntime.a, I get this : Program received signal SIGSEGV, Segmentation fault. ---Type to continue, or q to qui