I have no idea why it would be giving this result.  The configure script
gets the value for CC from /usr/lib/python1.5/config/Makefile (searching
for a line like 'CC=    gcc' or something like that).  Does your copy of
/u/l/p/c/Makefile look like that?  Is there more than one line that
matches the regex '^CC='?

James Henstridge.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


On Fri, 18 Dec 1998, Sam Tannous wrote:

> 
> I'm having some problems installing 0.5.8 on my laptop.
> (only the laptop seems to be having this problem...)
> I normally just use rpms but there aren't any for 
> gtk/glib 1.1.9 (are there?).  Anyway, I get the following:
> 
> ----------------------------------
> pygtk-0.5.8]$ configure
> loading cache ./config.cache
> checking for a BSD compatible install... (cached) /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... (cached) yes
> checking for working aclocal... found
> checking for working autoconf... found
> checking for working automake... found
> checking for working autoheader... found
> checking for working makeinfo... found
> checking for python... (cached) python
> checking where .py files should go... /usr/lib/python1.5/site-packages
> checking where python extensions should go... /usr/lib/python1.5/site-packages
> checking for python headers... (cached) found
> checking definitions from Python makefile... (cached) done
> checking for gtk-config... (cached) /usr/local/bin/gtk-config
> checking for GTK - version >= 1.1.6... no
> *** Could not run GTK test program, checking why...
> *** The test program failed to compile or link. See the file config.log for the
> *** exact error that occured. This usually means GTK was incorrectly installed
> *** or that you have moved GTK since it was installed. In the latter case, you
> *** may want to edit the gtk-config script: /usr/local/bin/gtk-config
> checking for imlib-config... (cached) no
> checking for IMLIB - version >= 1.8... no
> *** The imlib-config script installed by IMLIB could not be found
> *** If IMLIB was installed in PREFIX, make sure PREFIX/bin is in
> *** your path, or set the IMLIBCONF environment variable to the
> *** full path to imlib-config.
> creating ./config.status
> creating Makefile
> creating generate/Makefile
> creating pyglade/Makefile
> ----------------------------------
>  
> Now, config.log show this:
> 
> ------------------
> s file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>  
> configure:564: checking for a BSD compatible install
> configure:617: checking whether build environment is sane
> configure:674: checking whether make sets ${MAKE}
> configure:720: checking for working aclocal
> configure:733: checking for working autoconf
> configure:746: checking for working automake
> configure:759: checking for working autoheader
> configure:772: checking for working makeinfo
> configure:791: checking for python
> configure:822: checking where .py files should go
> configure:831: checking where python extensions should go
> configure:854: checking for python headers
> configure:871: checking definitions from Python makefile
> configure:939: checking for gtk-config
> configure:970: checking for GTK - version >= 1.1.6
> configure:1071:  -o conftest  -I/usr/local/lib/glib/include -I/usr/local/include 
>-D_RE
> ENTRANT   conftest.c  -L/usr/local/lib -L/usr/X11/lib -lgtk -lgdk -rdynamic 
>-lgmodule 
> -lgthread -lglib -lpthread -ldl -lXext -lX11 -lm 1>&5
> ./configure: -o: command not found
> configure: failed program was:
> #line 993 "configure"
> #include "confdefs.h"
>  
> #include <gtk/gtk.h>
> #include <stdio.h>
> ------------------
> 
> It looks like there's a missing "gcc" somewhere.  By the way, this installed
> just fine on my other desktop machines...am I doing something stupid?
> 
> Thanks,
> 
> Sam
> To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
> 

To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to