Thread overview
Anyone know what _assert_3dtl3map means?
Jul 29, 2004
Matthew
Jul 29, 2004
Ben Hinkle
Jul 29, 2004
Walter
Jul 29, 2004
Matthew
July 29, 2004
Undefined symbols, sigh. Any thoughts?


July 29, 2004
Matthew wrote:

> Undefined symbols, sigh. Any thoughts?

try deleting all the object files and recompiling. I remember seeing stuff like that, too, but I can't remember exactly what fixed it. Either that or changing the compilation to put everything on one command line or change the order or something... sorry I can't be more helpful.
July 29, 2004
"Matthew" <admin.hat@stlsoft.dot.org> wrote in message news:ceaitm$1a9s$1@digitaldaemon.com...
> Undefined symbols, sigh. Any thoughts?

Do you have an import file named dtl\map.d?


July 29, 2004
Yup, and it's linked in.

the one I posted was one of many I'm experiencing, and this is a result of some emergent complexity in the link, because any such missing symbol is linked successfully in other, smaller, link units wherein they're used. :-(



"Walter" <newshound@digitalmars.com> wrote in message news:cebejh$1kqt$1@digitaldaemon.com...
>
> "Matthew" <admin.hat@stlsoft.dot.org> wrote in message news:ceaitm$1a9s$1@digitaldaemon.com...
> > Undefined symbols, sigh. Any thoughts?
>
> Do you have an import file named dtl\map.d?
>
>