bug-m4
[Top][All Lists]
Advanced

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

compiling m4 with gcc-3.2.2


From: Gunnar Paesold
Subject: compiling m4 with gcc-3.2.2
Date: Fri, 26 Sep 2003 13:16:32 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225

whenever I try to compile m4 with gcc-3.2.2 I get
the following error.

what can I do about that?
it compiled nicely with gcc-3.0, but I need it with gcc-3.2.2


iam763:/usr/users/7/paesold/m4-1.4> make
No suffix list.
for subdir in doc lib src checks examples; do echo making all in $subdir; (cd $subdir && make CC='gcc' CFLAGS='-g -O' LDFLAGS='' LIBS='' prefix='/usr/scratch/7/paesold' exec_prefix='/usr/scratch/7/paesold' bindir='/usr/scratch/7/paesold/bin' infodir='/usr/scratch/7/paesold/info' all) || exit 1; done
making all in doc
No suffix list.
making all in lib
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O regex.c
regex.c: In function `re_match_2_internal':
regex.c:3993: warning: cast from pointer to integer of different size
regex.c:3993: warning: cast from pointer to integer of different size
regex.c:3999: warning: cast to pointer from integer of different size
regex.c:3999: warning: cast to pointer from integer of different size
regex.c:4146: warning: cast to pointer from integer of different size
regex.c:4146: warning: cast to pointer from integer of different size
regex.c:4199: warning: cast to pointer from integer of different size
regex.c:4199: warning: cast to pointer from integer of different size
regex.c:4371: warning: cast from pointer to integer of different size
regex.c:4371: warning: cast from pointer to integer of different size
regex.c:4402: warning: cast to pointer from integer of different size
regex.c:4402: warning: cast to pointer from integer of different size
regex.c:4415: warning: cast to pointer from integer of different size
regex.c:4415: warning: cast to pointer from integer of different size
regex.c:4588: warning: cast from pointer to integer of different size
regex.c:4588: warning: cast from pointer to integer of different size
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O getopt.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O getopt1.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O error.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O obstack.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O xmalloc.c
gcc -c -DHAVE_CONFIG_H -I.. -I.  -g -O xstrdup.c
rm -f libm4.a
ar cru libm4.a regex.o getopt.o getopt1.o error.o obstack.o xmalloc.o xstrdup.o
ranlib libm4.a
making all in src
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -g -O m4.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -g -O builtin.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -g -O debug.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -g -O eval.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -g -O format.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -g -O freeze.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -g -O input.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -g -O macro.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -g -O output.c
output.c:125: warning: static declaration for `tmpfile' follows non-static
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -g -O path.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -g -O stackovf.c
gcc -c -DHAVE_CONFIG_H -I.. -I. -I./../lib  -g -O symtab.c
gcc -o m4 m4.o builtin.o debug.o eval.o format.o freeze.o input.o macro.o output.o path.o stackovf.o symtab.o ../lib/libm4.a
_F64__F64_fstat
collect2: ld returned 1 exit status
*** Exit 1
Stop.
*** Exit 1
Stop.
iam763:/usr/users/7/paesold/m4-1.4>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]