www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Undefined __ModuleInfo_ symbols

Hi how are the imports in d suposed to work i hav created an static lib 
using ar by combining the object files of several separatly compiled d 
files (using gdc on mac) it all gose well (except i cant figure out how 
to reference files relatibly to each other lic #include "foo.h" in c++) 
untill i trie to create an executable and link in the lib then gdc 
reports /usr/bin/ld: Undefined symbols: __ModuleInfo_4foo10foo_input for 
4 of my modules (but not the others) how does one resolv this problem?
Jan 21 2006