Well, it is not going to be a compile and go.

%LINK-W-WRNERS, compilation warnings
in module builtin-branch file LCL_ROOT:[git-1^.5^.4^.5]builtin-branch.o;
2
%LINK-W-WRNERS, compilation warnings
in module builtin-fast-export file LCL_ROOT:[git-1^.5^.4^.5]builtin-fast
-export.o;2
%LINK-W-WRNERS, compilation warnings
in module builtin-fetch--tool file LCL_ROOT:[git-1^.5^.4^.5]builtin-fetc
h--tool.o;2
%LINK-W-WRNERS, compilation warnings
in module builtin-merge-ours file LCL_ROOT:[git-1^.5^.4^.5]builtin-merge
-ours.o;1
%LINK-W-WRNERS, compilation warnings
in module builtin-rev-list file LCL_ROOT:[git-1^.5^.4^.5]builtin-rev-lis
t.o;1
%LINK-W-WRNERS, compilation warnings
        in module ident file LCL_ROOT:[git-1^.5^.4^.5]libgit.a;1
%LINK-W-WRNERS, compilation warnings
        in module utf8 file LCL_ROOT:[git-1^.5^.4^.5]libgit.a;1
%LINK-W-WRNERS, compilation warnings
        in module transport file LCL_ROOT:[git-1^.5^.4^.5]libgit.a;1
%
%LINK-E-NUDFSYMS, 10 undefined symbols:
%LINK-I-UDFSYM,         SHA1_Final
%LINK-I-UDFSYM,         SHA1_Init
%LINK-I-UDFSYM,         SHA1_Update
%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

EAGLE> git --help
usage: git [--version] [--exec-path[=GIT_EXEC_PATH]] [-p|--paginate|--no-pager] [--bare] [--git-dir=GIT_DIR] [--work-tree=GIT_WORK_TREE] [--help] COMMAND [ARGS]

The most commonly used git commands are:
   add        Add file contents to the index
   bisect     Find the change that introduced a bug by binary search
   branch     List, create, or delete branches
   checkout   Checkout and switch to a branch
   clone      Clone a repository into a new directory
   commit     Record changes to the repository
   diff       Show changes between commits, commit and working tree, etc
   fetch      Download objects and refs from another repository
   grep       Print lines matching a pattern
init Create an empty git repository or reinitialize an existing one
   log        Show commit logs
   merge      Join two or more development histories together
   mv         Move or rename a file, a directory, or a symlink
pull Fetch from and merge with another repository or a local branch
   push       Update remote refs along with associated objects
   rebase     Forward-port local commits to the updated upstream head
   reset      Reset current HEAD to the specified state
   rm         Remove files from the working tree and from the index
   show       Show various types of objects
   status     Show the working tree status
   tag        Create, list, delete or verify a tag object signed with GPG
EAGLE> git --version
git version 1.5.4.5

In addtion to resolving the above issues, git is using a definition of SA_RESTART, and the configure step seems to want libcurl in a format compatible with a GNV build. The absence of libcurl did not seem to be fatal to the build.


Comming sooner is:

EAGLE> bash
bash$ tar --version
tar (GNU tar) 1.19
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.


-John
[EMAIL PROTECTED]
Personal Opinion Only

Reply via email to