search for: dmake_valgrind_happy

Displaying 2 results from an estimated 2 matches for "dmake_valgrind_happy".

2005 Sep 12
1
optimizing for via C3
...ude debug symbols in the executables (-g) and profiling info (-pg) DEBUG=-g #-pg @@ -91,7 +92,7 @@ AGI_DIR=$(ASTVARLIBDIR)/agi-bin INCLUDE=-Iinclude -I../include -CFLAGS=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE #-DMAKE_VALGRIND_HAPPY +CFLAGS:=-pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations $(DEBUG) $(INCLUDE) -D_REENTRANT -D_GNU_SOURCE #-DMAKE_VALGRIND_HAPPY CFLAGS+=$(OPTIMIZE) ifneq ($(PROC),ultrasparc) -------------------------------- and set 'PROC=c3' instead of 'PROC=i386' as...
2007 Feb 04
1
FreeBSD Compile Errors
Hi everyone: I'm trying to compile Asterisk on FreeBSD 6.0-RELEASE and I'm getting the following error: cc -O2 -fno-strict-aliasing -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -DMAKE_VALGRIND_HAPPY -I/usr/local/include -L/usr/local/lib -I/usr/local/include/spandsp -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -I/usr/local/include -L/usr/local/lib -fPIC -c -o app_page.o app_page.c cc -shared -Xlinker -x -o app_page.so app_page.o gmake[1]: *** No rule to make target `app_rxfax.o'...