www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

D.gnu - how D works on Gentoo Linux?

↑ ↓ ← TorbaX <torbax2000 tiscali.it> writes:
Hello,

Can I try D language on Gentoo Linux?

How do I do?

I'm new to D language, I've never seen D language,
since yesterday.

Yesterday I read  about comparison C/C++ --> D, but I don't know if "D" 
binary execution is much faster than "older" C/C++ language.



Is D language free to use?
If I want to build a simple application, for example in GPL license, can 
I develop application without any problem?

thanks for reply,

bye,
   TorbaX.
Sep 12 2005
↑ ↓ clayasaurus <clayasaurus gmail.com> writes:
Maybe this will help you.. 
http://www.digitalmars.com/d/archives/D/gnu/574.html

I just found it doing a google search.

~ Clay

TorbaX wrote:
 Hello,
 
 Can I try D language on Gentoo Linux?
 
 How do I do?
 
 I'm new to D language, I've never seen D language,
 since yesterday.
 
 Yesterday I read  about comparison C/C++ --> D, but I don't know if "D" 
 binary execution is much faster than "older" C/C++ language.
 
 
 
 Is D language free to use?
 If I want to build a simple application, for example in GPL license, can 
 I develop application without any problem?
 
 thanks for reply,
 
 bye,
   TorbaX.
 
 
 
 

Sep 12 2005
→ John Reimer <terminal.node gmail.com> writes:
clayasaurus wrote:
 Maybe this will help you.. 
 http://www.digitalmars.com/d/archives/D/gnu/574.html
 
 I just found it doing a google search.
 
 ~ Clay

Also note that the stock dmd compiler runs fine on Gentoo Linux (0x86 only). I've been using it with Gentoo for the last couple years. -JJR
Sep 12 2005
TorbaX <torbax2000 tiscali.it> writes:
clayasaurus wrote:
 Maybe this will help you.. 
 http://www.digitalmars.com/d/archives/D/gnu/574.html
 
 I just found it doing a google search.
 
 ~ Clay
 

mmm In this link I read an "emerge phobos" but it doesnt work!!! Does ebuild file exists?
Sep 13 2005
↑ ↓ Lars Ivar Igesund <larsivar igesund.net> writes:
TorbaX wrote:

 clayasaurus wrote:
 Maybe this will help you..
 http://www.digitalmars.com/d/archives/D/gnu/574.html
 
 I just found it doing a google search.
 
 ~ Clay
 

mmm In this link I read an "emerge phobos" but it doesnt work!!! Does ebuild file exists?

Yes, but not in Portage. You have to manually put it somewhere in your system and do "ebuild myphobos.ebuild digest", before you can do an emerge. Lars Ivar Igesund PS The ebuilds are attached to the corresponding bug reports at the Gentoo Bugzilla (just search for DMD or GDC). The last updates there are somewhat old, but just changing some version numbers should work.
Sep 13 2005
↑ ↓ → =?ISO-8859-1?Q?Jari-Matti_M=E4kel=E4?= <jmjmak invalid_utu.fi> writes:
Lars Ivar Igesund wrote:
 TorbaX wrote:
 
 
clayasaurus wrote:

Maybe this will help you..
http://www.digitalmars.com/d/archives/D/gnu/574.html

I just found it doing a google search.

~ Clay

mmm In this link I read an "emerge phobos" but it doesnt work!!! Does ebuild file exists?

Yes, but not in Portage. You have to manually put it somewhere in your system and do "ebuild myphobos.ebuild digest", before you can do an emerge. Lars Ivar Igesund PS The ebuilds are attached to the corresponding bug reports at the Gentoo Bugzilla (just search for DMD or GDC). The last updates there are somewhat old, but just changing some version numbers should work.

http://bugs.gentoo.org/show_bug.cgi?id=46806 http://bugs.gentoo.org/show_bug.cgi?id=48136
Sep 13 2005
→ Dejan Lekic <leka entropy.tmok.com> writes:
TorbaX, one of the easiest ways is this:
1) cd /tmp
2) wget http://gnu.nu6.org:8000/files/install.sh
3) chmod 700 install.sh
4) ./install.sh 132    (must be root for this)

I am using install.sh on my two Linux boxes to upgrade dmd, and also know
quite few guys from #D on FreeNode ( irc://irc.freenode.org/D ) who are
using it as well. 

Kind regards

-- 
...........
Dejan Lekic
  http://dejan.lekic.org
  
Sep 26 2005