Turning off assert() ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Nov 20, 2007, at 9:54 PM, Benny Prijono wrote:

> It seems that ./configure does not accept specifying flags, but
> ./aconfigure does. So until ./configure is fixed (I'm not sure how,
> currently it just calls "./aconfigure $*", which apparently doesn't
> work), you can do this instead:
>
>    ./aconfigure CFLAGS="-O2 -DNDEBUG"

I actually was doing that.

The actual issue turned out to be that an OS upgrade (to Mac OS X  
10.4.11) changed the name of the libraries. Doing a "make clean"  
apparently didn't clean up the old ones, so my app was still linking  
to the older (debug) versions. Doing a

	find . -name \*.a -exec rm {} \;

then another "make" fixed that problem.

-Norman

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20071121/6ce247da/attachment.html 


[Index of Archives]     [Asterisk Users]     [Asterisk App Development]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [Linux API]
  Powered by Linux