Code: Show/Hide bash-3.1# make -f Makefile clean
Makefile:110: /home/sass/asss144/build/deps.mk: No such file or directory install -d /home/sass/asss144/build/ install Makefile /home/sass/asss144/build/.stamp python /home/sass/asss144/scripts/makedeps.py -I. -Iinclude -I/home/sass/asss144/build -D_REENTRANT -D_GNU_SOURCE -fPIC -I/usr/include/db4 -I/usr/include/mysql -I/usr/include/python2.4 \ */*.c -P '$(BUILDDIR)/' -o /home/sass/asss144/build/deps.mk makedeps: ignoring option: -I/home/sass/asss144/build makedeps: ignoring option: -D_REENTRANT makedeps: ignoring option: -D_GNU_SOURCE makedeps: ignoring option: -fPIC makedeps: ignoring option: -I/usr/include/db4 makedeps: ignoring option: -I/usr/include/mysql makedeps: ignoring option: -I/usr/include/python2.4 makedeps: warning: "pthread.h" not found makedeps: warning: "zlib.h" not found makedeps: warning: "mysql.h" not found makedeps: warning: "db.h" not found makedeps: warning: "errno.h" not found makedeps: warning: "Python.h" not found makedeps: warning: "structmember.h" not found rm -f /home/sass/asss144/build/* |
Code: Show/Hide gcc -std=gnu99 -pipe -I. -Iinclude -I/home/sass/asss144/build -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -I/usr/include/db4 -fPIC \ -DNODQ -DNOTREAP -DNOSTRINGCHUNK -DNOMPQUEUE -DNOMMAP \ -o /home/sass/asss144/build/dbtool /home/sass/asss144/build/statcodes.o main/util.c main/dbtool.c -L/usr/lib/ -Wl,-rpath,/usr/lib/ -ldb-4 main/dbtool.c: In function 'print_quoted': main/dbtool.c:177: warning: pointer targets in passing argument 1 of 'strchr' differ in signedness main/dbtool.c:178: warning: pointer targets in passing argument 1 of 'fputs' differ in signedness main/dbtool.c: In function 'stats_print_stats': main/dbtool.c:445: warning: pointer targets in passing argument 1 of 'print_quoted' differ in signedness /usr/bin/ld: cannot find -ldb-4 collect2: ld returned 1 exit status make: *** [/home/sass/asss144/build/dbtool] Error 1 |
Code: Show/Hide DB_LDFLAGS = -L$(DB_LIB) -Wl,-rpath,$(DB_LIB) -ldb-4.3 |
Code: Show/Hide db_env_create: DB_VERSION_MISMATCH: Database environment version mismatch E <cmod> error loading module 'persist' Unrecoverable error (5): Error in loading module 'scoring:persist' |