d-language-packagers team mailing list archive
-
d-language-packagers team
-
Mailing list archive
-
Message #00329
Re: Tango Containers Won't Link?
Hi,
I don't know what's wrong there.
Since LDC and Tango are in the official ubuntu repositorys I use these ;-)
Best regards,
Danny.
Am 15.07.2010 02:17, schrieb Jim Burnes:
> Hey people
>
> Is there something wrong with the current build?
>
> Anytime I try to use any kind of Tango container the build fails in
> the link stage with this message:
>
> ldc Command.d -of command
> /usr/lib/d/libtango-ldc.a(tango-core-Memory-release.o): In function
> `_D5tango4core6Memory2GC7monitorFDFZvDFiiZvZv':
> (.text+0x344): undefined reference to
> `_D5tango4core6Memory10gc_monitorFDFZvDFiiZvZv'
> collect2: ld returned 1 exit status
>
> This is a simple, simple program.
>
> I've eliminated everything except a single reference to a tango
> LinkedList.
>
> I've recompiled it with nothing but Stdout("hello world") and that
> links fine.
>
> I've also tried creating a single HashMap and that crashed in the same
> exact way.
>
> I don't know why it can't find "gc_monitor".
>
> The compile works okay if I force it to compile only.
>
> Either that or I'm too tired to find an obvious bug.
>
> I'm running on Ubuntu 10.04 with the ldc-daily install.
>
> regards
>
> jb in fort collins, co
>
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~d-language-packagers
> Post to : d-language-packagers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~d-language-packagers
> More help : https://help.launchpad.net/ListHelp
>
References