Import error
bearophile
bearophileHUGS at lycos.com
Thu Nov 11 05:21:10 PST 2010
Steven Schveighoffer:
> "undefined reference" usually means it's a link error, meaning it can't
> find the code that implements that function.
I have seen plenty of people fall in this trap/error (me too, at the beginning), people are often used to Python or Java, that don't have this problem. So I'd like a better error message here (but generally improving linker error messages isn't easy).
Bye,
bearophile
More information about the Digitalmars-d-learn
mailing list