digitalmars.D - D2 on FreeBSD
- Ezneh <petitv.isat gmail.com> Nov 02 2010
- bioinfornatics <bioinfornatics fedoraproject.org> Nov 02 2010
- dsimcha <dsimcha yahoo.com> Nov 02 2010
- Iain Buclaw <ibuclaw ubuntu.com> Nov 02 2010
- Walter Bright <newshound2 digitalmars.com> Nov 02 2010
- Ezneh <petitv.isat gmail.com> Nov 02 2010
- Iain Buclaw <ibuclaw ubuntu.com> Nov 02 2010
- Ezneh <petitv.isat gmail.com> Nov 03 2010
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> Nov 03 2010
Hi everyone, hi Walter. Well, I know this has been asked long time ago and you respond to that question but I wanted to know if D2 will run on FreeBSD "soon" ? Here's the facts : Soon, I'll have to use a native compiled language to realize some tasks that will require performance, speed, efficiency, ect. These tasks will have to run on a FreeBSD system. I know I can use other languages (C, C++, ect) but I really want to use D2. So, I don't want to push Walter to port dmd2 on FreeBSD "ASAP" but wanted to know if it's planned soon. I know you have other things to do on DMD, so do it when you have really the time, it's not really urgent but I'd like to have it someday :-) BTW, keep going on D and DMD before port it on FreeBSD. It's probably more important to have a good implementation of D on Linux/Windows/Mac OSX with full 64bits support than having a bad implementation of D on all platforms because of me. I can wait for the port for some time. Thnaks in advance, Ezneh.
Nov 02 2010
you can use LDC2 here: http://bitbucket.org/prokhin_alexey/ldc2
Nov 02 2010
== Quote from bioinfornatics (bioinfornatics fedoraproject.org)'s articleyou can use LDC2 here: http://bitbucket.org/prokhin_alexey/ldc2
What is the status of LDC2? Unfortunately I haven't been able to get a straight answer yet despite having asked on this forum a few days ago. Does it work at all? Is it reasonably up to date? Is it alpha quality? Beta quality? Stable?
Nov 02 2010
it is alpha quality they are some update per day
Nov 02 2010
== Quote from Ezneh (petitv.isat gmail.com)'s articleHi everyone, hi Walter. Well, I know this has been asked long time ago and you respond to that question
Here's the facts : Soon, I'll have to use a native compiled language to realize some tasks that
These tasks will have to run on a FreeBSD system. I know I can use other languages (C, C++, ect) but I really want to use D2. So, I don't want to push Walter to port dmd2 on FreeBSD "ASAP" but wanted to
I know you have other things to do on DMD, so do it when you have really the
BTW, keep going on D and DMD before port it on FreeBSD. It's probably more
64bits support than having a bad implementation of D on all platforms because of me.I can wait for the port for some time. Thnaks in advance, Ezneh.
I thought it was already ported, but binaries are not part of release yet? ( hint, there's a freebsd.mak in the src directory for dmd, druntime and phobos :) Regards
Nov 02 2010
Iain Buclaw wrote:I thought it was already ported, but binaries are not part of release yet? ( hint, there's a freebsd.mak in the src directory for dmd, druntime and phobos :)
That's true, it should work, it's just not been tested.
Nov 02 2010
Walter Bright Wrote:Iain Buclaw wrote:I thought it was already ported, but binaries are not part of release yet? ( hint, there's a freebsd.mak in the src directory for dmd, druntime and phobos :)
That's true, it should work, it's just not been tested.
Oh I didn't know that dmd was ported to FreeBSD :( Where can I get it ?
Nov 02 2010
== Quote from Ezneh (petitv.isat gmail.com)'s articleWalter Bright Wrote:Iain Buclaw wrote:I thought it was already ported, but binaries are not part of release yet? (
there's a freebsd.mak in the src directory for dmd, druntime and phobos :)
That's true, it should work, it's just not been tested.
Where can I get it ?
http://ftp.digitalmars.com/dmd.2.050.zip As I said, the binaries are not part of the release, but there is a makefile in the source directories for dmd, druntime and phobos which should allow you to build dmd2 for freebsd. make -f freebsd.mak Regards
Nov 02 2010
Iain Buclaw Wrote:http://ftp.digitalmars.com/dmd.2.050.zip As I said, the binaries are not part of the release, but there is a makefile in the source directories for dmd, druntime and phobos which should allow you to build dmd2 for freebsd. make -f freebsd.mak Regards
Thanks. I'll try it this afternoon.
Nov 03 2010
Ezneh wrote:I know I can use other languages (C, C++, ect) but I really want to use D2.
D is available in the ports tree too, under "lang/gdc". Not D2 though. --anders
Nov 03 2010









bioinfornatics <bioinfornatics fedoraproject.org> 