Linking fails on Hello World?!

qwesx noreply at mydomain.org
Thu Mar 25 08:34:15 PDT 2010


Robert Clipsham Wrote:

> Try this:
> $ ldc -L-L/usr/lib/d -L-ltango-base-ldc -L-ltango-user-ldc main.d
> 
> If that works you need to make sure these -L's are included in yout 
> ldc.conf (I'm not sure where this is in the debian packages, probably 
> /etc/ldc.conf, /etc/ldc/ldc.conf or /usr/bin/ldc.conf).

Thank you very much, it works now.
-L-L/usr/lib/d and -L-ltango-base-ldc were already in the /etc/ldc.conf, but -L-ltango-user-ldc was missing.

As I am pretty new to D, is it reasonable that this line was missing or is it worth a bug-report?

Thank you very much!



More information about the Digitalmars-d mailing list