install problem



Hi,
    I'm trying to  install GLIB-1.2.2.TAR.GZ and I have few problems.

    First, what I did is this:
            ./configure >result1.txt
            make >result2.txt
            make install >result3.txt

    Like it's suggested in the INSTALL file.

     I looked the three Result files It made...  I don't see any error.

     When I look at the config.log after theses operations, I can see
few things:

ltconfig:841: gcc -c -g -02 -fno-rtti -fno-exceptions -c conftest.c
conftest.c 1>&5
cc1: Invalid option '-fno-exceptions'
cc1: Invalid option '-fno-exceptions'

later I got a lot of "warning: unused variable" like 's' 'foo', 'Zero',
'x' etc.
Also got "warning: return-type defaults to 'int'

later:
configure: In function 'main':
configure:3333: 'not' undeclared (first use this function)
configure:3333: (Each undeclared identifier is reported only once
configure:3333: for each function it appears in.)
configure:3333: parse error before 'big'
configure: failed program was:
#line 3327 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if BYTE_ORDER != BIG_ENDIAN
   not big endian
#endif
; return 0; }



later............
configure:4297: warning: implicit declaration of function 'va_copy'
...
undefined reference to 'va_copy'


well, it didn't work at all, but I'm sure I downloaded the last 'stable'
version....
could it be an error of my compiler?

I've tried to install GTK+-1.2.2.tar.gz but it didn't work
too (normal: he need the glib to work)....

If you need some info about my system:
    Old P120 Mhz
    48 Mo RAM
    Using REDHAT5.2 with GNOME

Thanks for your help

        Christian de Bellefeuille
        Quebec/Canada


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