Sorry to say I solve the problem I described
in my last mail by installing gettext and the command 'make' can run well.
But at my step of running 'make install', error notice showed as below:
/bin/mkdir -p '/usr/include/glib-2.0'
/usr/bin/install -c
-m 644 gmodule.h '/usr/include/glib-2.0'
make install-data-hook
make[4]: Entering directory
`/root/software/glib-2.32.4/gmodule'
make[4]: Nothing to be done
for `install-data-hook'.
make[4]: Leaving directory
`/root/software/glib-2.32.4/gmodule'
make[3]: Leaving directory
`/root/software/glib-2.32.4/gmodule'
make[2]: Leaving directory
`/root/software/glib-2.32.4/gmodule'
make[1]: Leaving directory
`/root/software/glib-2.32.4/gmodule'
Making install in gthread
make[1]: Entering directory
`/root/software/glib-2.32.4/gthread'
make[2]: Entering directory
`/root/software/glib-2.32.4/gthread'
/bin/mkdir -p '/usr/lib'
/bin/sh ../libtool
--mode=install /usr/bin/install -c libgthread-2.0.la '/usr/lib'
libtool: install: error:
cannot install `libgthread-2.0.la' to a directory not ending in /usr/local/lib
make[2]: *** [install-libLTLIBRARIES]
Error 1
make[2]: Leaving directory
`/root/software/glib-2.32.4/gthread'
make[1]: *** [install-am]
Error 2
make[1]: Leaving directory
`/root/software/glib-2.32.4/gthread'
make: *** [install-recursive]
Error 1
Also, I tried to run the install command
as 'sudo make install', errors were still existed yet.
Pls ignore the last mail and help me
find the reason? Thank you!
Best Regards!
Jeff
张衡184310/user/zte_ltd
2012-08-29 11:00
收件人
Patrick Welche <prlw1 cam ac uk>
抄送
gtk-list gnome org
主题
Re: Re: Glib Install Error
Hi
I checked again , and my python version was 2.4.3. Its low version may
be the problem, so I updated to 2.7.3 version.
Could you please help me analyze what's wrong and how can I do next? Thank
you!
Best Regards!
Jeff
Patrick Welche <prlw1 cam ac uk>
2012-08-28 19:05
收件人
zhang heng16 zte com cn
抄送
gtk-list gnome org
主题
Re: Glib Install Error
On Tue, Aug 28, 2012 at 08:36:58AM +0800, zhang heng16 zte com cn wrote:
> My name is Jeff. When i install glib of the version 2.32.4, i got
the
> following error notice in blue font-
...
> /usr/bin/env: python2.5: No such file or directory
Do you have python installed?
If so, you may wish to set the PYTHON environment variable to point at
it...