undefined reference to `_D6deimos6python6Python12__ModuleInfoZ'

Ellery Newcomer ellery-newcomer at utulsa.edu
Mon Sep 17 16:16:20 PDT 2012


With a deimos header file, I expect to need only to pass the dpath to it 
and the library it references to dmd, e.g.

stuff
  - deimos
   - python
    - Python.d

dmd <otherstuff> -Istuff -L-lpython2.7

I should not need to actually pass stuff/deimos/python/Python.d to dmd.

Unfortunately, that is currently not the case, and I am having a 
difficult time trying to figure out what is getting in my way.

been thumbing through nm output lately.


Anyone have any suggestions?



More information about the Digitalmars-d-learn mailing list