git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Mike Ralphson" <mike.ralphson@gmail.com>
To: "Whit Armstrong" <armstrong.whit@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: t3900-i18n-commit.sh problem on Solaris
Date: Tue, 4 Mar 2008 18:18:30 +0000	[thread overview]
Message-ID: <e2b179460803041018w4c5b7692u1d24c89bbc73805a@mail.gmail.com> (raw)
In-Reply-To: <8ec76080803040915m3ea11ae6te4379bff05df9402@mail.gmail.com>

On 04/03/2008, Whit Armstrong <armstrong.whit@gmail.com> wrote:
> I still got the same failure after using: ./configure
>  --with-iconv=/home/warmstro/bin
>
>  which is where I put GNU inconv.
>
>  Is it possible to make sure that configure used that version?
>
>  I tried ldd on the git executable, but I didn't find it.
>
>  xs5-trd-p1.grn:warmstro> ldd git
>         libcurl.so.3 =>  /usr/local/misc/lib/libcurl.so.3
>         libz.so =>       /usr/local/subversion/lib/libz.so
>         libsocket.so.1 =>        /usr/lib/libsocket.so.1
>         libnsl.so.1 =>   /usr/lib/libnsl.so.1
>         libc.so.1 =>     /usr/lib/libc.so.1
>         libdl.so.1 =>    /usr/lib/libdl.so.1
>         libz.so.1 =>     /usr/local/subversion/lib/libz.so.1
>         libz.so.1 (SUNW_1.1) =>  (version not found)
>         libgcc_s.so.1 =>         /usr/local/subversion/lib/libgcc_s.so.1
>         libmp.so.2 =>    /usr/lib/libmp.so.2
>         /usr/platform/SUNW,Sun-Fire-V240/lib/libc_psr.so.1

It looks to me like the configure script has no way to set the
ICONVDIR variable used by the Makefile, so the --with-iconv= probably
isn't doing anything.

For now, could you try setting that directly in your Makefile ?
NEEDS_LIBICONV must be defined if it isn't already.

Mike

      reply	other threads:[~2008-03-04 18:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-04 15:51 t3900-i18n-commit.sh problem on Solaris Whit Armstrong
2008-03-04 16:11 ` Mike Ralphson
2008-03-04 16:14   ` Whit Armstrong
2008-03-04 17:15     ` Whit Armstrong
2008-03-04 18:18       ` Mike Ralphson [this message]

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

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

  git send-email \
    --in-reply-to=e2b179460803041018w4c5b7692u1d24c89bbc73805a@mail.gmail.com \
    --to=mike.ralphson@gmail.com \
    --cc=armstrong.whit@gmail.com \
    --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.
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 NNTP newsgroup(s).