need workaround for compiler bug (solved)

mandel nomail at foo.com
Wed Oct 24 12:53:45 PDT 2007


That was the problem:

dmd forget to make symbols when you have circular dependencies in your code
and compile each source file individally.

Solution: give dmd all source files in one command line.


More information about the Digitalmars-d-learn mailing list