digitalmars.D - D2 on FreeBSD
- Ezneh (12/12) Nov 02 2010 Hi everyone, hi Walter.
- bioinfornatics (1/1) Nov 02 2010 you can use LDC2 here: http://bitbucket.org/prokhin_alexey/ldc2
- dsimcha (4/5) Nov 02 2010 What is the status of LDC2? Unfortunately I haven't been able to get a ...
- bioinfornatics (1/1) Nov 02 2010 it is alpha quality they are some update per day
- Iain Buclaw (10/22) Nov 02 2010 will require performance, speed, efficiency, ect.
- Walter Bright (2/4) Nov 02 2010 That's true, it should work, it's just not been tested.
- Ezneh (3/9) Nov 02 2010 Oh I didn't know that dmd was ported to FreeBSD :(
- Iain Buclaw (8/17) Nov 02 2010 http://ftp.digitalmars.com/dmd.2.050.zip
- Ezneh (2/11) Nov 03 2010 Thanks. I'll try it this afternoon.
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (3/4) Nov 03 2010 D is available in the ports tree too, under "lang/gdc". Not D2 though.
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/ldc2What 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 questionbut 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 thatwill 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 toknow if it's planned soon.I know you have other things to do on DMD, so do it when you have really thetime, 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 moreimportant 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.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:Oh I didn't know that dmd was ported to FreeBSD :( Where can I get it ?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
== Quote from Ezneh (petitv.isat gmail.com)'s articleWalter Bright Wrote:hint,Iain Buclaw wrote:I thought it was already ported, but binaries are not part of release yet? (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 RegardsOh I didn't know that dmd was ported to FreeBSD :( Where can I get it ?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
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 RegardsThanks. 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