Question 13.28

What does it mean when the linker says that _end is undefined?


That message is a quirk of the old Unix linkers. You get an error about _end being undefined only when other things are undefined, too--fix the others, and the error about _end will disappear. (See also questions 13.25 and 13.26.)


Read sequentially: prev next up top


This page by Steve Summit // Copyright 1995 // mail feedback