bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gettext 0.14.5 compile issue


From: Jason Keltz
Subject: Re: gettext 0.14.5 compile issue
Date: Wed, 03 Aug 2005 12:49:22 -0400
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050720)

Hi Stepan,

I'm actually not setting "srcdir" at all. That gets set by the configure process. When I compiled on the command line, I used:

./configure --prefix=/xsys

I tried this:

create /tmp/p
uncompress/untar gettext into /tmp/p
cd /tmp
/tmp/p/gettext-0.14.5/configure --prefix=/xsys
make

From config.log, I see:

configure:3303: running /bin/sh '/tmp/p/gettext-0.14.5/gettext-tools/configure' --prefix=/xsys '--prefix=/xsys' 'CC=gcc' 'CXX=g++' --cache-file=/dev/null --srcdir=/tmp/p/gettext-0.14.5/gettext-tools

The compile completed successfully.

This, of course still begs the question ... why would the build fail with the auto build system? hmmmmm...

jas.

Stepan Kasal wrote:
Hello,

On Wed, Aug 03, 2005 at 11:24:19AM -0400, Jason Keltz wrote:

[...]  When I [...] run configure with the exact same arguments
manually on the command line, the compilation process completes
successfully. [...]


-configured by /tmp/xsys.32647.0/gettext-0.14.5/gettext-tools/configure, generated by GNU Autoconf 2.59, - with options \"'--prefix=/xsys' 'CC=gcc' 'CXX=g++' '--cache-file=/dev/null' '--srcdir=/tmp/xsys.32647.0/gettext-0.14.5/gettext-tools'\"
+configured by ./configure, generated by GNU Autoconf 2.59,
+ with options \"'--prefix=/xsys' 'CC=gcc' 'CXX=g++' '--cache-file=/dev/null' '--srcdir=.'\"


I see two differences:
1) configure is called by a full path by the system, and as ./configure
   in your experiment.
2) --srcdir is a full path in the first case, and a relative dir in the
   second.

Could you please investigate that?
(And I think your --srcdir option is redundant, so you should try
        /tmp/xsys.32647.0/gettext-0.14.5/gettext-tools/configure
and
        ./configure

Was this the cause of your problem?

Stepan Kasal





reply via email to

[Prev in Thread] Current Thread [Next in Thread]