Chris Stone wrote:
> 
> Hi,
> 
> I'm having trouble building the amanda client on an sgi.
> 
> --snip
> gcc -DHAVE_CONFIG_H -I. -I. -I../config -I../common-src    -g -O2   -c
> `test -f sendbackup.c || echo './'`sendbackup.c
> source='sendbackup-dump.c' object='sendbackup-dump.o' libtool=no \
> depfile='.deps/sendbackup-dump.Po' tmpdepfile='.deps/sendbackup-
> dump.TPo' \
> depmode=gcc /sbin/sh ../config/depcomp \
> gcc -DHAVE_CONFIG_H -I. -I. -I../config -I../common-src    -g -O2   -c
> `test -f sendbackup-dump.c || echo './'`sendbackup-dump.c
> sendbackup-dump.c: In function `start_backup':
> sendbackup-dump.c:218: `no_record' undeclared (first use in this
> function)
> sendbackup-dump.c:218: (Each undeclared identifier is reported only once
> sendbackup-dump.c:218: for each function it appears in.)
> gmake[1]: *** [sendbackup-dump.o] Error 1
> gmake[1]: Leaving directory `/usr/local/src/amanda-2.4.3b3/client-src'
> gmake: *** [all-recursive] Error 1
> --end snip


I get the same error on a SGI Indigo2 running IRIX 6.5.15 and using gcc
3.0.4 and gmake 3.79.1 from freeware.sgi.com:

ld32: WARNING 84 : /usr/lib32/libsun.a is not used for resolving any
symbol.
ld32: WARNING 84 : /usr/lib32/libm.so is not used for resolving any
symbol.
ld32: WARNING 84 : /usr/lib32/libtermcap.so is not used for resolving
any symbol.
ld32: WARNING 84 : /usr/lib32/libsocket.so is not used for resolving any
symbol.source='sendbackup.c' object='sendbackup.o' libtool=no \
depfile='.deps/sendbackup.Po' tmpdepfile='.deps/sendbackup.TPo' \
depmode=gcc3 /sbin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../config -I../common-src    -g -O2   -c
`test -f sendbackup.c || echo './'`sendbackup.c
source='sendbackup-dump.c' object='sendbackup-dump.o' libtool=no \
depfile='.deps/sendbackup-dump.Po'
tmpdepfile='.deps/sendbackup-dump.TPo' \
depmode=gcc3 /sbin/sh ../config/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../config -I../common-src    -g -O2   -c
`test -f sendbackup-dump.c || echo './'`sendbackup-dump.c
sendbackup-dump.c: In function `start_backup':
sendbackup-dump.c:218: `no_record' undeclared (first use in this
function)
sendbackup-dump.c:218: (Each undeclared identifier is reported only once
sendbackup-dump.c:218: for each function it appears in.)
gmake[1]: *** [sendbackup-dump.o] Error 1
gmake[1]: Leaving directory
`/.amd/ente/home/be/src/amanda-2.4.3b3/client-src'
gmake: *** [all-recursive] Error 1


configure was:
./configure --with-user=amanda --with-group=sys

Reply via email to