Re: LDC on Ubuntu 10.4

2010-05-01 Thread Piotrek
W dniu 01.05.2010 12:34, Robert Clipsham pisze: See the above list, if you manage to get it working you should report a bug to the ubuntu ldc packagers, as people seem to get this a lot with the ldc packages on ubuntu. They need to edit the ldc config file when the tango user library is installed

Re: LDC on Ubuntu 10.4

2010-05-01 Thread Robert Clipsham
On 30/04/10 22:22, Piotrek wrote: Any ideas? I can't remember the source of these errors, you just need to play around a bit and it'll start working... Try adding -L-ltango-user-ldc to your build line, if ld can't find that it's called something else... If it is: $ find /usr/lib -name '*ta

LDC on Ubuntu 10.4

2010-04-30 Thread Piotrek
Hi, I have just upgraded my Liniux box since I noticed that ldc came into Ubuntu packaging. After downloading ldc and tango lib i can't compile anything that imports anything (so I guess it's a paths problem). I want to complie this: -- import tango.io.Stdout; v