This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

compile error




Hi
I try to compile gnu make on aix 4.3 and I have this error (I putted the end of
the ./configure command)

checking if system libc has GNU glob... no; using local copy
updating cache ./config.cache
creating ./config.status
creating build.sh
creating Makefile
creating glob/Makefile
creating i18n/Makefile
creating config.h


# make
        make  all-recursive
Making all in glob
        gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c glob.c
/tmp/ccWesmPt.s: Assembler messages:
/tmp/ccWesmPt.s:596: Error: Line numbers must be positive integers

/tmp/ccWesmPt.s:608: Error: Line numbers must be positive integers

/tmp/ccWesmPt.s:701: Error: Line numbers must be positive integers

/tmp/ccWesmPt.s:713: Error: Line numbers must be positive integers

/tmp/ccWesmPt.s:873: Error: Line numbers must be positive integers

/tmp/ccWesmPt.s:885: Error: Line numbers must be positive integers

make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 1.


Stop.
make: 1254-004 The error code from the last command is 2.


Stop.


Can you help me
Thank you
Jacques Talbot



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]