beginner's linking error
James Cranch
j.d.cranch at sheffield.ac.uk
Thu Jan 17 21:47:58 UTC 2019
On Thursday, 17 January 2019 at 12:38:55 UTC, Adam D. Ruppe wrote:
> You need to pass all the modules you use to the compiler, or
> compile each one at a time and pass the resultant .o files to
> the linker together.
Marvellous, thanks!
(Okay, it was a naive beginner's question. But I can't help
thinking that there's a bit of a hole in the documentation shaped
around this.)
More information about the Digitalmars-d-learn
mailing list