There have been a good number of errors / problems related to linking lately, a lot of them in C programs.

I had not used LCC on my machine in a while, in fact, it was no longer on this laptop.  I installed the most recent version of LCC, and tried a little experiment.

I copied the code segment from the "Linker Errors?" thread into a new C file in LCC.  I went to compile, it of course made me create a default project, and then something interesting happened.  It complained about the missing links, then it popped up a window which offered to add the libraries in question.  I told it yes, it compiled perfectly.  Cool feature.  Figures what you need and offers to do it.

Dev development folks might want to take a look at this, might be a cool feature for Dev...

Wayne