Re: phobos config issue

2011-09-24 Thread mta`chrono
Try using dmd -v file.d to see what actually going on there.

Re: phobos config issue

2011-08-30 Thread Radu Toev
Hi, Thanks for the replies, I was away for a couple of days and I couldn't test your proposals. Sadly nothing seemed to work...I checked that the dmd.conf that I think it was using was actually the one used and also that the DFLAG argument -L-L/usr/local/lib/lib32 is present. Running the nm

Re: phobos config issue

2011-08-30 Thread Vijay Nayar
On Tue, 30 Aug 2011 09:15:48 +0300, Radu Toev wrote: Ok, so far so good. We know that you have the librt library, and that it was compiled with the symbols that the compiler is complaining about. Could you copy the contents of your 'dmd.conf' file? If your setup is pretty simple, there

Re: phobos config issue

2011-08-29 Thread Vijay Nayar
On Sat, 27 Aug 2011 16:40:39 +0300, Radu Toev wrote: There are two possibilities I can imagine: A. The phobos2 library was somehow incomplete or not built correctly. To check this possibility, use the 'nm' command and search for the missing symbol. I used the Ubuntu standard dmd package,

Re: phobos config issue

2011-08-29 Thread Andrew Wiley
On Mon, Aug 29, 2011 at 8:50 AM, Vijay Nayar mad...@gmail.com wrote: On Sat, 27 Aug 2011 16:40:39 +0300, Radu Toev wrote: There are two possibilities I can imagine: A. The phobos2 library was somehow incomplete or not built correctly. To check this possibility, use the 'nm' command and

phobos config issue

2011-08-27 Thread Radu Toev
Hello, I am trying to config my environment to use phobos, but I'm having some problems. When I run dmd file.d I get the following error: /usr/local/lib/lib32/libphobos2.a(datetime_3ac_1ec.o): In function `_D3std8datetime5Clock11currStdTimeFNdNeZl':