git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: norricorp <john@norricorp.f9.co.uk>
To: git@vger.kernel.org
Subject: Re: Building git 2.4.5 on AIX 6.1 problems
Date: Fri, 10 Jul 2015 23:31:06 -0700 (MST)	[thread overview]
Message-ID: <1436596266437-7635513.post@n2.nabble.com> (raw)
In-Reply-To: <xmqq1tggmwdc.fsf@gitster.dls.corp.google.com>

This is the output I got from using V=1 with make
gcc  -g -O2 -I. -D_LARGE_FILES -DNO_D_TYPE_IN_DIRENT -DNO_NSEC -DOLD_ICONV
-pthread -DHAVE_PATHS_H -DHAVE_ 
LIBCHARSET_H -DHAVE_STRINGS_H -DSHA1_HEADER='<openssl/sha.h>' 
-DFREAD_READS_DIRECTORIES -DNO_STRCASESTR - 
DNO_STRLCPY -Icompat/fnmatch -DNO_FNMATCH_CASEFOLD -DUSE_WILDMATCH
-DNO_MKSTEMPS -DINTERNAL_QSORT -Icompat 
/regex -DDEFAULT_PAGER='"more"' -DSHELL_PATH='"/bin/sh"' -o
git-credential-store   credential-store.o libg 
it.a xdiff/lib.a  -lz  -liconv -lintl  -lcrypto -pthread 

Also, the undefined symbol errors - does anyone know which library these are
supposed to be in?
So when I grep for one undefined symbol
$: git-2.4.5 $ grep -R diff_queued_diff * 
builtin/blame.c:        if (!diff_queued_diff.nr) { 
builtin/blame.c:                for (i = 0; i < diff_queued_diff.nr; i++) { 
builtin/blame.c:                        p = diff_queued_diff.queue[i]; 
...... 
builtin/diff.c: diff_queue(&diff_queued_diff, one, two); 
builtin/fast-export.c:  for (i = 0; i < diff_queued_diff.nr; i++) 
builtin/fast-export.c:          if
(!S_ISGITLINK(diff_queued_diff.queue[i]->two->mode)) 
builtin/fast-export.c:                 
export_blob(diff_queued_diff.queue[i]->two->sha1); 
........ 
diff.c: struct diff_queue_struct *q = &diff_queued_diff; 
diff.c: struct diff_queue_struct *q = &diff_queued_diff; 

So it is obviously a structure or variable that is being used so does anyone
know the library that this is defined in?




--
View this message in context: http://git.661346.n2.nabble.com/Building-git-2-4-5-on-AIX-6-1-problems-tp7635435p7635513.html
Sent from the git mailing list archive at Nabble.com.

  reply	other threads:[~2015-07-11  6:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-09 18:06 Building git 2.4.5 on AIX 6.1 problems John Norris
2015-07-09 18:30 ` Junio C Hamano
2015-07-10  4:32   ` John Norris
2015-07-10  5:06     ` Jeff King
2015-07-10  5:09     ` Junio C Hamano
2015-07-11  6:31       ` norricorp [this message]
2015-07-11  6:57         ` Junio C Hamano
2015-07-12  4:18           ` Jeff King
2015-07-13  8:24             ` norricorp
2015-07-16 14:49               ` norricorp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1436596266437-7635513.post@n2.nabble.com \
    --to=john@norricorp.f9.co.uk \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).