Problems compiling glib/gtk on AIX



Hello,

I am attempting unsuccessfully to compile glib 2.6.3 (or any glib after 2.1.X for that matter) on AIX 5.1 with gcc 3.4.3. The error is listed below. 

I found a reference to this problem where it was suggested the person had built gcc incorrectly, defining a different assembler for the build of gcc compared with the build of glib. I only have the AIX system assembler /bin/as and explicitly referenced it during the build of gcc.

Any suggestions?

Thank you,
Michael

make[4]: Entering directory `/scratch/build/glib-2.6.3/glib'
if /duser/myaccount/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION   -IOME/include -pthread  -O2 -Wall -MT gatomic.lo -MD -MP -MF ".deps/gatomic.Tpo" \
  -c -o gatomic.lo `test -f 'gatomic.c' || echo './'`gatomic.c; \
then mv -f ".deps/gatomic.Tpo" ".deps/gatomic.Plo"; \
else rm -f ".deps/gatomic.Tpo"; exit 1; \
fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION -IOME/include -pthread -O2 -Wall -MT gatomic.lo -MD -MP -MF .deps/gatomic.Tpo -c gatomic.c  -DPIC -o .libs/gatomic.o
Assembler:
/tmp//ccxLbX5e.s: line 12: Error In Syntax 
/tmp//ccxLbX5e.s: line 15: Error In Syntax 
/tmp//ccxLbX5e.s: line 34: Error In Syntax 
/tmp//ccxLbX5e.s: line 37: Error In Syntax 
/tmp//ccxLbX5e.s: line 56: Error In Syntax 
/tmp//ccxLbX5e.s: line 58: Error In Syntax 
/tmp//ccxLbX5e.s: line 60: Error In Syntax 
/tmp//ccxLbX5e.s: line 61: Error In Syntax 
/tmp//ccxLbX5e.s: line 83: Error In Syntax 
/tmp//ccxLbX5e.s: line 85: Error In Syntax 
/tmp//ccxLbX5e.s: line 87: Error In Syntax 
/tmp//ccxLbX5e.s: line 88: Error In Syntax 
make[4]: *** [gatomic.lo] Error 1
make[4]: Leaving directory `/scratch/build/glib-2.6.3/glib'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/scratch/build/glib-2.6.3/glib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/scratch/build/glib-2.6.3/glib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/scratch/build/glib-2.6.3'
make: *** [all] Error 2



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