modules with the same name in different packages

Alexander Panek alexander.panek at brainsware.org
Sat Sep 29 14:23:55 PDT 2007


On Sat, 29 Sep 2007 15:58:17 -0400
Mahe <maheweb at web.de> wrote:
> dmd  main.d -odbin 
> And get the error
> OPTLINK (R) for Win32  Release 8.00.1
> Copyright (C) Digital Mars 1989-2004  All rights reserved.
> bin\main.obj(main) 
>  Error 42: Symbol Undefined _D4pack3mod4Mod27__ClassZ
> --- errorlevel 1

It rather seems like you're /missing/ a symbol in your object. Apart from that, you don't compile the other packages, so it's kind of natural that the symbols are missing.

-- 
Alexander Panek <alexander.panek at brainsware.org>



More information about the Digitalmars-d mailing list