From: Lancashire, P. <pla...@ci...> - 2006-01-27 21:21:18
|
first a qustion .. it seems a lot of the packages are a bit out of date, is the effort to keep them up to date going away ? the issue i have today is trying to build the amanda backup package. below is a list of all the rpm's installed PATH /opt/freeware/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb://bin:/usr/bin/X11:/sbin: .... used to build LDFLAGS="-L/opt/freeware/lib" \ CPPFLAGS="-I/opt/freeware/include" \ ./configure --with-user=amanda \ --with-group=amanda \ --prefix=/usr/local \ --with-gnutar=/opt/freeware/bin/tar ... during the run of ./configure some output checking for large file compilation CFLAGS... -q32 -D_LARGE_FILES -qlonglong checking for large file compilation LDFLAGS... -b32 ... checking for shmget... (cached) no configure: WARNING: *** Neither shmget() nor mmap() found! configure: WARNING: *** This system will not support the Amanda server. ... make if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../config -I./../regex-src -q32 -D_LARGE_FILES -qlonglong -I/opt/freeware/include -q32 -D_LARGE_FILES -qlonglong -g -O2 -MT alloc.lo -MD -MP -MF ".deps/alloc.Tpo" -c -o alloc.lo alloc.c; \ then mv -f ".deps/alloc.Tpo" ".deps/alloc.Plo"; else rm -f ".deps/alloc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../config -I./../regex-src -q32 -D_LARGE_FILES -qlonglong -I/opt/freeware/include -q32 -D_LARGE_FILES -qlonglong -g -O2 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -DPIC -o .libs/alloc.o gcc: unrecognized option `-q32' gcc: unrecognized option `-qlonglong' gcc: unrecognized option `-q32' gcc: unrecognized option `-qlonglong' In file included from alloc.c:33: amanda.h:813: error: conflicting types for `bind' any ideas ? -pete |