FYI... make realclean or make distclean should remove the libraries also. Norman Franke wrote: > 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 > > > -- > This message has been scanned for viruses and > dangerous content by *MailScanner* <http://www.mailscanner.info/>, and is > believed to be clean. > ------------------------------------------------------------------------ > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >