Re: GLIB Installation Errors
- From: Dave Reed <dreed capital edu>
- To: tom.o'brien honeywell com
- Cc: gtk-list gnome org
- Subject: Re: GLIB Installation Errors
- Date: Mon, 30 Jul 2001 13:59:28 -0400 (EDT)
> From: "O'Brien, Tom (FL51)" <tom.o'brien honeywell com>
>
> I'm trying to install GTK 1.2.99a and as I understand I must first install
> GLIB and GDK.
> I'm install on a Sun workstation running Solaris 2.7.
> The configure appears to work fine but I get the following errors when I run
> the make:
>
> ./libtool: ar: not found
> make[2]: *** [libglib.la] Error 1
> make[2]: Leaving directory `/spare/thaad/glib-1.2.9'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/spare/thaad/glib-1.2.9'
> make: *** [all-recursive-am] Error 2
>
> I'd appreciate any help.
>
> Tom O'Brien
> tom.o'brien honeywell com
ar seems to live in /usr/ccs/bin on most Sun systems I've used so try
adding that to the end of your path. If you're on a Solaris system,
you're probably running the csh shell so try:
set path = ($path /usr/ccs/bin)
and then try running make again.
Don't add /usr/ccs/bin to the front of your path or you'll get Sun's
make since it also lives in /usr/ccs/bin. Sun's make isn't as good as
GNU's make (which I assume must be installed somewhere else on your
system).
HTH,
Dave
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]