[git-users] git build linker error

2012-06-11 Thread sinbad
hi,

i'm trying to build git, how to get rid of the following linker error.

LINK git-daemon
/usr/bin/ld: cannot find -lz
collect2: ld returned 1 exit status
make: *** [git-daemon] Error 1


thanks

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Re: git svn and depth

2012-05-16 Thread sinbad
On May 16, 1:52 am, Thomas Ferris Nicolaisen tfn...@gmail.com wrote:
 There is no depth option for Git svn. Try -r instead, and pass it the latest 
 revision with HEAD like this:

 git svn clone -r  [svn-url]

apparently, when i run this command git is hanging
is the cmd correct, i don't see HEAD option given in
the cmd.

cheers

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.