cannot link assert

Bug reports (if you don't/won't have a Github account)
Post Reply
Char
New member
Posts: 6
Joined: Fri Apr 25, 2008 8:24 am

cannot link assert

Post by Char »

Compiling w/o -DNDEBUG and using assert generates a link error because in the libs assert.c generates an assert.o but the function is called l_assert. I changed the filename, Makefile and *.lst files and it seems to work.
User avatar
dom
Well known member
Posts: 2076
Joined: Sun Jul 15, 2007 10:01 pm

Post by dom »

Thanks, looks like that was a hanger on from a long time ago when library routines started with l_ !

I'll submit the fix next weekend when I get some time.
Post Reply