www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Re: undefined reference to symbol '_end'

reply mimocrocodil <4denizzz gmail.com> writes:
Jesse Phillips:

Bingo! it is compiles and works!

Many thanks! :)
Aug 12 2011
parent Jesse Phillips <jessekphillips+d gmail.com> writes:
On Sat, 13 Aug 2011 02:13:38 +0000, mimocrocodil wrote:

 Jesse Phillips:
 
 Bingo! it is compiles and works!
 
 Many thanks! :)

The problem was with the library you were linking with, it expected more symbols. So if excluded it then those symbols were not needed.
Aug 13 2011