On 13/08/09 1:22 PM, "Misja Alma" <[email protected]> wrote:

> undefined reference to `assert'

It seems the assert macros aren't being included (Ubuntu specific issue).
These should probably be cleaned up by using g_assert.

Temporarily can you try this (To see if the problem is rectified). Using an
editor modify config.h and ADD this line at the very bottom (This is a hack,
but I want to see what happens):

#include <assert.h>

Then do a make again (Don't do configure)




_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to