Feature 14: D programming

Orion Poplawski orion at cora.nwra.com
Fri Jul 16 20:32:36 UTC 2010


On 07/15/2010 07:41 AM, Jonathan MERCIER wrote:
> hi everybody
> ldc compiler is in testing repos, i search some guy for test and
> increase his karma thanks
> link:
> https://admin.fedoraproject.org/updates/ldc-0.9.2-1.2.20100706hg1653.fc13
>

Is it possible to do anything useful with just ldc?

[orion at orca build]$ cat test.d
int main(char[][] args)
{return args.sizeof-1;} 

[orion at orca build]$ ldc test.d
object.d: Error: module object cannot read file 'object.d'

Should ldc Require at runtime development library (tango?) like gcc Requires 
glibc-devel?

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  orion at cora.nwra.com
Boulder, CO 80301              http://www.cora.nwra.com


More information about the devel mailing list