At 12:16 AM -0500 4/2/08, John E. Malmberg wrote:
>Well, it is not going to be a compile and go.

It never occurred to me it could be.  Aside from fork(), there are
several library dependencies, none of which should be too awful by
itself, but it is likely to be work to get them built.  Note that
porting git to VMS may cause a leadership crisis in the Linux
community :-) :

http://www.gelato.unsw.edu.au/archives/git/0511/12775.html



>%LINK-E-NUDFSYMS, 10 undefined symbols:
>%LINK-I-UDFSYM,         SHA1_Final
>%LINK-I-UDFSYM,         SHA1_Init
>%LINK-I-UDFSYM,         SHA1_Update

Hmm.  Are those from libssh?  I'm not sure how or whether the ssh
capabilities in recent versions of TCP/IP Services expose those APIs,
so it might involve getting OpenSSH or somethng.

>%LINK-I-UDFSYM,         fnmatch
>%LINK-I-UDFSYM,         fork
>%LINK-I-UDFSYM,         regcomp
>%LINK-I-UDFSYM,         regerror
>%LINK-I-UDFSYM,         regexec
>%LINK-I-UDFSYM,         regfree
>%LINK-I-UDFSYM,         sync

Most of this has to do with regular expression matching; I'd guess
the PCRE library is what we need.

-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to