Tango Problems..

Rémy Mouëza via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 31 14:21:27 PDT 2014


In case you don't find any druntime library, try to see if the missing 
symbol is in the libphobos2.a file (you'll first have to identify the 
directory where phobos is located):

     $ nm libphobos2.a | ddemangle | grep stdc | grep va_end
     00000000 T nothrow void core.stdc.stdarg.va_end(char*)

If you get a similar result, your next step will be to try compiling 
your program with phobos.

On 08/31/2014 11:09 PM, Rémy Mouëza wrote:
> Have you tried something like this:
>      find /lib /usr/lib* /usr/local/lib* -name \*.a | grep -i druntime
> or a simple:
>      locate druntime
> ?
>
> On 08/31/2014 10:50 PM, seany wrote:
>> On Sunday, 31 August 2014 at 20:40:06 UTC, Rémy Mouëza wrote:
>>
>>> -L-L/path/to/ldc/lib/<architecture> -L-Ldruntime-ldc .
>>
>> there is no /path/to/ldc/lib in my system - i have an /etc/ldc.conf
>> and a /usr/bin/ldc2
>



More information about the Digitalmars-d-learn mailing list