Re: Compilation problem and solution on Solaris 2.7

2002-05-01 Thread Dave Dykstra
I compiled rsync 2.5.5 on Solaris 2.7 with both gcc and cc and did not get any errors about missing functions. Could you send me the output of "configure"? - Dave Dykstra On Sat, Apr 06, 2002 at 10:59:53AM +0200, Jean-Francois Stenuit wrote: > > To whoever it may help, > > My flavor of Solari

Compilation problem and solution on Solaris 2.7

2002-04-06 Thread Jean-Francois Stenuit
To whoever it may help, My flavor of Solaris 2.7 was not able to compile rsync 2.5.5 with the vanilla "./configure; make". Three functions where missing : inet_ntop, inet_pton, inet_addr There are replacement inet_ntop and inet_pton in the distribution tree, so it's easy to change the Makefile