This is a discussion on RSYNC "make" problems with HP UX 11.0 & GCC 3.3.2 within the Rsync forums, part of the Networking and Network Related category; This is a multi-part message in MIME format. --===============1427809077== content-class: urn:content-classes:message Content-Type: multipart/alternative; ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is a multi-part message in MIME format.
--===============1427809077== content-class: urn:content-classes:message Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5B962.4ED1CEB0" This is a multi-part message in MIME format. ------_=_NextPart_001_01C5B962.4ED1CEB0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I am an rsync newbie trying to setup rsync on a HP UX 11.0 server, but am running into problems in my "make". I am using gcc version 3.3.2 and rsync-2.6.6.tar.gz. Would any of you have ideas on troubleshooting this issue? I haven't had much luck googling info on this, with the exception of switching from HP's simple c compiler to gcc. The warnings and errors I am recieving are below. TIA! =20 -Dave Poe =20 bash-2.04# make gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c rsync.c -o rsync.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c generator.c -o generator.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c receiver.c -o receiver.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c cleanup.c -o cleanup.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c sender.c -o sender.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c exclude.c -o exclude.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c util.c -o util.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c main.c -o main.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c checksum.c -o checksum.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c match.c -o match.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c syscall.c -o syscall.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c log.c -o log.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c backup.c -o backup.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c options.c -o options.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c flist.c -o flist.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c io.c -o io.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c compat.c -o compat.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c hlink.c -o hlink.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c token.c -o token.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c uidlist.c -o uidlist.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c socket.c -o socket.o socket.c: In function `try_bind_local': socket.c:139: warning: implicit declaration of function `getaddrinfo' socket.c:148: warning: implicit declaration of function `freeaddrinfo' socket.c: In function `is_a_socket': socket.c:427: warning: passing arg 5 of `getsockopt' from incompatible pointer type socket.c: In function `start_accept_loop': socket.c:495: warning: passing arg 3 of `accept' from incompatible pointer type socket.c: In function `socketpair_tcp': socket.c:707: warning: passing arg 3 of `getsockname' from incompatible pointer type socket.c:723: warning: passing arg 3 of `accept' from incompatible pointer type gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c fileio.c -o fileio.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c batch.c -o batch.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c clientname.c -o clientname.o clientname.c: In function `client_addr': clientname.c:69: warning: implicit declaration of function `getnameinfo' clientname.c: In function `client_name': clientname.c:124: warning: implicit declaration of function `getaddrinfo' clientname.c:142: warning: implicit declaration of function `freeaddrinfo' clientname.c: In function `client_sockaddr': clientname.c:169: warning: passing arg 3 of `getpeername' from incompatible pointer type gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c progress.c -o progress.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c pipe.c -o pipe.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c params.c -o params.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c loadparm.c -o loadparm.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c clientserver.c -o clientserver.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c access.c -o access.o access.c: In function `match_address': access.c:107: warning: implicit declaration of function `getaddrinfo' access.c:119: warning: implicit declaration of function `freeaddrinfo' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c connection.c -o connection.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c authenticate.c -o authenticate.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/wildmatch.c -o lib/wildmatch.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/compat.c -o lib/compat.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/snprintf.c -o lib/snprintf.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/mdfour.c -o lib/mdfour.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/permstring.c -o lib/permstring.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/pool_alloc.c -o lib/pool_alloc.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/inet_ntop.c -o lib/inet_ntop.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/inet_pton.c -o lib/inet_pton.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/getaddrinfo.c -o lib/getaddrinfo.o lib/getaddrinfo.c: In function `str_isnumber': lib/getaddrinfo.c:206: warning: subscript has type `char' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/getnameinfo.c -o lib/getnameinfo.o lib/getnameinfo.c: In function `getnameinfo': lib/getnameinfo.c:115: warning: comparison between signed and unsigned gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/deflate.c -o zlib/deflate.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/inffast.c -o zlib/inffast.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/inflate.c -o zlib/inflate.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/inftrees.c -o zlib/inftrees.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/trees.c -o zlib/trees.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/zutil.c -o zlib/zutil.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/adler32.c -o zlib/adler32.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/compress.c -o zlib/compress.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/crc32.c -o zlib/crc32.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/findme.c -o popt/findme.o popt/findme.c: In function `findProgramPath': popt/findme.c:25: warning: implicit declaration of function `alloca' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popt.c -o popt/popt.o popt/popt.c: In function `execCommand': popt/popt.c:369: warning: implicit declaration of function `alloca' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptconfig.c -o popt/poptconfig.o popt/poptconfig.c: In function `configLine': popt/poptconfig.c:21: warning: implicit declaration of function `alloca' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/popthelp.c -o popt/popthelp.o popt/popthelp.c: In function `showShortOptions': popt/popthelp.c:611: warning: implicit declaration of function `alloca' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/poptparse.c -o popt/poptparse.o popt/poptparse.c: In function `poptParseArgvString': popt/poptparse.c:62: warning: implicit declaration of function `alloca' gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -o rsync rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o main.o checksum.o match.o syscall.o log.o backup.o options.o flist.o io.o compat.o hlink.o token.o uidlist.o socket.o fileio.o batch.o clientname.o progress.o pipe.o params.o loadparm.o clientserver.o access.o connection.o authenticate.o lib/wildmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/permstring.o lib/pool_alloc.o lib/inet_ntop.o lib/inet_pton.o lib/getaddrinfo.o lib/getnameinfo.o zlib/deflate.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o zlib/zutil.o zlib/adler32.o zlib/compress.o zlib/crc32.o popt/findme.o popt/popt.o popt/poptconfig.o popt/popthelp.o popt/poptparse.o /usr/ccs/bin/ld: Unsatisfied symbols: _U_Qfneg (first referenced in lib/snprintf.o) (code) collect2: ld returned 1 exit status make: *** [rsync] Error 1 ------_=_NextPart_001_01C5B962.4ED1CEB0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD><TITLE>Message</TITLE> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Dus-ascii"> <META content=3D"MSHTML 6.00.2800.1515" name=3DGENERATOR></HEAD> <BODY> <DIV><FONT face=3DArial size=3D2><SPAN class=3D626171318-14092005>I am = an rsync=20 newbie trying to setup rsync on a HP UX 11.0 server, but am running = into=20 problems in my "make". I am using gcc version 3.3.2 and=20 rsync-2.6.6.tar.gz. Would any of you have ideas on troubleshooting = this=20 issue? I haven't had much luck googling info on this, with the = exception=20 of switching from HP's simple c compiler to gcc. The warnings and = errors I=20 am recieving are below. TIA!</SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2><SPAN=20 class=3D626171318-14092005></SPAN></FONT> </DIV> <DIV><FONT face=3DArial size=3D2><SPAN class=3D626171318-14092005>-Dave=20 Poe</SPAN></FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>bash-2.04# make</FONT></DIV> <DIV><FONT face=3DArial size=3D2>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H = -Wall -W=20 -I./popt -c rsync.c -o rsync.o<BR>gcc -I. -I. -g -O2 = -DHAVE_CONFIG_H -Wall=20 -W -I./popt -c generator.c -o generator.o<BR>gcc -I. -I. -g -O2=20 -DHAVE_CONFIG_H -Wall -W -I./popt -c receiver.c -o = receiver.o<BR>gcc -I.=20 -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c cleanup.c -o=20 cleanup.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt = -c=20 sender.c -o sender.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W=20 -I./popt -c exclude.c -o exclude.o<BR>gcc -I. -I. -g -O2 = -DHAVE_CONFIG_H=20 -Wall -W -I./popt -c util.c -o util.o<BR>gcc -I. -I. -g -O2=20 -DHAVE_CONFIG_H -Wall -W -I./popt -c main.c -o main.o<BR>gcc -I. = -I. -g=20 -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c checksum.c -o = checksum.o<BR>gcc=20 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c match.c -o=20 match.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c = syscall.c -o syscall.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W=20 -I./popt -c log.c -o log.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H = -Wall -W=20 -I./popt -c backup.c -o backup.o<BR>gcc -I. -I. -g -O2 = -DHAVE_CONFIG_H=20 -Wall -W -I./popt -c options.c -o options.o<BR>gcc -I. -I. -g -O2=20 -DHAVE_CONFIG_H -Wall -W -I./popt -c flist.c -o flist.o<BR>gcc -I. = -I. -g=20 -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c io.c -o io.o<BR>gcc -I. = -I. -g=20 -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c compat.c -o = compat.o<BR>gcc -I.=20 -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c hlink.c -o = hlink.o<BR>gcc=20 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c token.c -o=20 token.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c = uidlist.c -o uidlist.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W=20 -I./popt -c socket.c -o socket.o<BR>socket.c: In function=20 `try_bind_local':<BR>socket.c:139: warning: implicit declaration of = function=20 `getaddrinfo'<BR>socket.c:148: warning: implicit declaration of function = `freeaddrinfo'<BR>socket.c: In function `is_a_socket':<BR>socket.c:427: = warning:=20 passing arg 5 of `getsockopt' from incompatible pointer = type<BR>socket.c: In=20 function `start_accept_loop':<BR>socket.c:495: warning: passing arg 3 of = `accept' from incompatible pointer type<BR>socket.c: In function=20 `socketpair_tcp':<BR>socket.c:707: warning: passing arg 3 of = `getsockname' from=20 incompatible pointer type<BR>socket.c:723: warning: passing arg 3 of = `accept'=20 from incompatible pointer type<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H = -Wall -W=20 -I./popt -c fileio.c -o fileio.o<BR>gcc -I. -I. -g -O2 = -DHAVE_CONFIG_H=20 -Wall -W -I./popt -c batch.c -o batch.o<BR>gcc -I. -I. -g -O2=20 -DHAVE_CONFIG_H -Wall -W -I./popt -c clientname.c -o=20 clientname.o<BR>clientname.c: In function = `client_addr':<BR>clientname.c:69:=20 warning: implicit declaration of function `getnameinfo'<BR>clientname.c: = In=20 function `client_name':<BR>clientname.c:124: warning: implicit = declaration of=20 function `getaddrinfo'<BR>clientname.c:142: warning: implicit = declaration of=20 function `freeaddrinfo'<BR>clientname.c: In function=20 `client_sockaddr':<BR>clientname.c:169: warning: passing arg 3 of = `getpeername'=20 from incompatible pointer type<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H = -Wall -W=20 -I./popt -c progress.c -o progress.o<BR>gcc -I. -I. -g -O2 = -DHAVE_CONFIG_H=20 -Wall -W -I./popt -c pipe.c -o pipe.o<BR>gcc -I. -I. -g -O2=20 -DHAVE_CONFIG_H -Wall -W -I./popt -c params.c -o params.o<BR>gcc = -I. -I.=20 -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c loadparm.c -o=20 loadparm.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt = -c=20 clientserver.c -o clientserver.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H = -Wall -W=20 -I./popt -c access.c -o access.o<BR>access.c: In function=20 `match_address':<BR>access.c:107: warning: implicit declaration of = function=20 `getaddrinfo'<BR>access.c:119: warning: implicit declaration of function = `freeaddrinfo'<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W = -I./popt -c=20 connection.c -o connection.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall = -W=20 -I./popt -c authenticate.c -o authenticate.o<BR>gcc -I. -I. -g -O2 = -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/wildmatch.c -o=20 lib/wildmatch.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W = -I./popt -c=20 lib/compat.c -o lib/compat.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall = -W=20 -I./popt -c lib/snprintf.c -o lib/snprintf.o<BR>gcc -I. -I. -g -O2 = -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/mdfour.c -o = lib/mdfour.o<BR>gcc=20 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c = lib/permstring.c -o=20 lib/permstring.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W = -I./popt =20 -c lib/pool_alloc.c -o lib/pool_alloc.o<BR>gcc -I. -I. -g -O2 = -DHAVE_CONFIG_H=20 -Wall -W -I./popt -c lib/inet_ntop.c -o lib/inet_ntop.o<BR>gcc -I. = -I. -g=20 -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/inet_pton.c -o=20 lib/inet_pton.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W = -I./popt -c=20 lib/getaddrinfo.c -o lib/getaddrinfo.o<BR>lib/getaddrinfo.c: In function = `str_isnumber':<BR>lib/getaddrinfo.c:206: warning: subscript has type=20 `char'<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c=20 lib/getnameinfo.c -o lib/getnameinfo.o<BR>lib/getnameinfo.c: In function = `getnameinfo':<BR>lib/getnameinfo.c:115: warning: comparison between = signed and=20 unsigned<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt = -c=20 zlib/deflate.c -o zlib/deflate.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H = -Wall -W=20 -I./popt -c zlib/inffast.c -o zlib/inffast.o<BR>gcc -I. -I. -g -O2 = -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/inflate.c -o=20 zlib/inflate.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W = -I./popt -c=20 zlib/inftrees.c -o zlib/inftrees.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H = -Wall=20 -W -I./popt -c zlib/trees.c -o zlib/trees.o<BR>gcc -I. -I. -g -O2=20 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/zutil.c -o = zlib/zutil.o<BR>gcc=20 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c zlib/adler32.c = -o=20 zlib/adler32.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W = -I./popt -c=20 zlib/compress.c -o zlib/compress.o<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H = -Wall=20 -W -I./popt -c zlib/crc32.c -o zlib/crc32.o<BR>gcc -I. -I. -g -O2=20 -DHAVE_CONFIG_H -Wall -W -I./popt -c popt/findme.c -o=20 popt/findme.o<BR>popt/findme.c: In function=20 `findProgramPath':<BR>popt/findme.c:25: warning: implicit declaration of = function `alloca'<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W = -I./popt =20 -c popt/popt.c -o popt/popt.o<BR>popt/popt.c: In function=20 `execCommand':<BR>popt/popt.c:369: warning: implicit declaration of = function=20 `alloca'<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt = -c=20 popt/poptconfig.c -o popt/poptconfig.o<BR>popt/poptconfig.c: In function = `configLine':<BR>popt/poptconfig.c:21: warning: implicit declaration of = function=20 `alloca'<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt = -c=20 popt/popthelp.c -o popt/popthelp.o<BR>popt/popthelp.c: In function=20 `showShortOptions':<BR>popt/popthelp.c:611: warning: implicit = declaration of=20 function `alloca'<BR>gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W = -I./popt =20 -c popt/poptparse.c -o popt/poptparse.o<BR>popt/poptparse.c: In function = `poptParseArgvString':<BR>popt/poptparse.c:62: warning: implicit = declaration of=20 function `alloca'<BR>gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt = -o rsync=20 rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o = main.o=20 checksum.o match.o syscall.o log.o backup.o options.o flist.o io.o = compat.o=20 hlink.o token.o uidlist.o socket.o fileio.o batch.o clientname.o = progress.o=20 pipe.o params.o loadparm.o clientserver.o access.o connection.o = authenticate.o=20 lib/wildmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o = lib/permstring.o=20 lib/pool_alloc.o lib/inet_ntop.o lib/inet_pton.o lib/getaddrinfo.o = lib/getnameinfo.o zlib/deflate.o zlib/inffast.o zlib/inflate.o = zlib/inftrees.o=20 zlib/trees.o zlib/zutil.o zlib/adler32.o zlib/compress.o zlib/crc32.o=20 popt/findme.o popt/popt.o popt/poptconfig.o popt/popthelp.o=20 popt/poptparse.o<BR>/usr/ccs/bin/ld: Unsatisfied = symbols:<BR> =20 _U_Qfneg (first referenced in lib/snprintf.o) (code)<BR>collect2: ld = returned 1=20 exit status<BR>make: *** [rsync] Error 1</FONT></DIV></BODY></HTML> ------_=_NextPart_001_01C5B962.4ED1CEB0-- --===============1427809077== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html --===============1427809077==-- |