Thread overview
Linux port?
Oct 21, 2002
Nick Taylor
Oct 21, 2002
Burton Radons
Oct 21, 2002
Russell Lewis
Oct 22, 2002
Burton Radons
October 21, 2002
What happened to the Linux port of D?  I'm dying to give it a try!


October 21, 2002
Nick Taylor wrote:
> What happened to the Linux port of D?  I'm dying to give it a try!

Doh right, I need to get Walter to change the link.  The real link is:

http://www.opend.org/dli/DLinux.html

October 21, 2002
Burton Radons wrote:
> Nick Taylor wrote:
> 
>> What happened to the Linux port of D?  I'm dying to give it a try!
> 
> 
> Doh right, I need to get Walter to change the link.  The real link is:
> 
> http://www.opend.org/dli/DLinux.html

I have been using version 0.1.1 for a while now.  It works quite well, though it took me a bit to figure out how to link it with gcc-produced .o files.

Burton, is it possible to build & link D-only code?  I get errors whenever I omit the -c argument.

October 22, 2002
Russell Lewis wrote:
> Burton Radons wrote:
> 
>> Nick Taylor wrote:
>>
>>> What happened to the Linux port of D?  I'm dying to give it a try!
>>
>>
>>
>> Doh right, I need to get Walter to change the link.  The real link is:
>>
>> http://www.opend.org/dli/DLinux.html
> 
> 
> I have been using version 0.1.1 for a while now.  It works quite well, though it took me a bit to figure out how to link it with gcc-produced .o files.
> 
> Burton, is it possible to build & link D-only code?  I get errors whenever I omit the -c argument.

The linker part is Walter's code that I haven't so much as looked at.