phobos config issue

Andrew Wiley wiley.andrew.j at gmail.com
Mon Aug 29 08:16:52 PDT 2011


On Mon, Aug 29, 2011 at 8:50 AM, Vijay Nayar <madric at 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 search for the
> missing symbol.  I used the Ubuntu standard dmd package, so my
> directories may by slightly different.
>
> # The 'T' symbol means 'text', and that the function definition exists.
> $ nm /usr/lib64/librt.a | grep clock_gettime
> clock_gettime.o:
> 0000000000000000 T clock_gettime
>
>  B.  Another possibility is that the search path is bad?
> Check your dmd.conf file and make sure that "-L-L/usr/local/lib/lib32" is
> part of the options under "DFLAGS".
>
> I would personally recommend going with the pre-compiled Ubuntu package
> though.


It's probably also worth checking whether it's actually using the dmd.conf
that you think it's using (strace should do the trick). I don't know the
search path list offhand, but it checks in quite a few places.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20110829/bc8c75da/attachment.html>


More information about the Digitalmars-d mailing list