bug-m4
[Top][All Lists]
Advanced

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

Compiling M4-1.4.10


From: STEVE555
Subject: Compiling M4-1.4.10
Date: Tue, 7 Aug 2007 14:35:14 -0700 (PDT)

Hi to all,
           I've just tried compiling the latest M4.I have applied the latest
patch :xstrtol-upstream-change.
However,I went to the M4 folder,opened Konsole from there,ran ./configure
then make.

I got this error message when make got into the source directory:

make[1]: Entering directory `/home/steve/Desktop/Software/m4-1.4.10/src'
gcc -std=gnu99    -I../lib -I../lib   -g -O2 -MT m4.o -MD -MP -MF
.deps/m4.Tpo -c -o m4.o m4.c
mv -f .deps/m4.Tpo .deps/m4.Po
gcc -std=gnu99    -I../lib -I../lib   -g -O2 -MT builtin.o -MD -MP -MF
.deps/builtin.Tpo -c -o builtin.o builtin.c
mv -f .deps/builtin.Tpo .deps/builtin.Po
gcc -std=gnu99    -I../lib -I../lib   -g -O2 -MT debug.o -MD -MP -MF
.deps/debug.Tpo -c -o debug.o debug.c
mv -f .deps/debug.Tpo .deps/debug.Po
gcc -std=gnu99    -I../lib -I../lib   -g -O2 -MT eval.o -MD -MP -MF
.deps/eval.Tpo -c -o eval.o eval.c
mv -f .deps/eval.Tpo .deps/eval.Po
gcc -std=gnu99    -I../lib -I../lib   -g -O2 -MT format.o -MD -MP -MF
.deps/format.Tpo -c -o format.o format.c
mv -f .deps/format.Tpo .deps/format.Po
gcc -std=gnu99    -I../lib -I../lib   -g -O2 -MT freeze.o -MD -MP -MF
.deps/freeze.Tpo -c -o freeze.o freeze.c
mv -f .deps/freeze.Tpo .deps/freeze.Po
gcc -std=gnu99    -I../lib -I../lib   -g -O2 -MT input.o -MD -MP -MF
.deps/input.Tpo -c -o input.o input.c
mv -f .deps/input.Tpo .deps/input.Po
gcc -std=gnu99    -I../lib -I../lib   -g -O2 -MT macro.o -MD -MP -MF
.deps/macro.Tpo -c -o macro.o macro.c
mv -f .deps/macro.Tpo .deps/macro.Po
gcc -std=gnu99    -I../lib -I../lib   -g -O2 -MT output.o -MD -MP -MF
.deps/output.Tpo -c -o output.o output.c
mv -f .deps/output.Tpo .deps/output.Po
gcc -std=gnu99    -I../lib -I../lib   -g -O2 -MT path.o -MD -MP -MF
.deps/path.Tpo -c -o path.o path.c
mv -f .deps/path.Tpo .deps/path.Po
gcc -std=gnu99    -I../lib -I../lib   -g -O2 -MT symtab.o -MD -MP -MF
.deps/symtab.Tpo -c -o symtab.o symtab.c
mv -f .deps/symtab.Tpo .deps/symtab.Po
gcc -std=gnu99    -I../lib -I../lib   -g -O2 -MT stackovf.o -MD -MP -MF
.deps/stackovf.Tpo -c -o stackovf.o stackovf.c
mv -f .deps/stackovf.Tpo .deps/stackovf.Po
gcc -std=gnu99  -g -O2   -o m4 m4.o builtin.o debug.o eval.o format.o
freeze.o input.o macro.o output.o path.o symtab.o stackovf.o ../lib/libm4.a
../lib/libm4.a(regex.o): In function `wcstouq':
/usr/include/wchar.h:585: multiple definition of `wcstouq'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:585: first defined here
../lib/libm4.a(regex.o): In function `wcstoq':
/usr/include/wchar.h:580: multiple definition of `wcstoq'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:580: first defined here
../lib/libm4.a(regex.o): In function `wcstold':
/usr/include/wchar.h:574: multiple definition of `wcstold'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:574: first defined here
../lib/libm4.a(regex.o): In function `wcstof':
/usr/include/wchar.h:569: multiple definition of `wcstof'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:569: first defined here
../lib/libm4.a(regex.o): In function `wcstoul':
/usr/include/wchar.h:562: multiple definition of `wcstoul'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:562: first defined here
../lib/libm4.a(regex.o): In function `wcstol':
/usr/include/wchar.h:558: multiple definition of `wcstol'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:558: first defined here
../lib/libm4.a(regex.o): In function `wcstod':
/usr/include/wchar.h:554: multiple definition of `wcstod'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:554: first defined here
../lib/libm4.a(vasnprintf.o): In function `wcstouq':
/usr/include/wchar.h:585: multiple definition of `wcstouq'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:585: first defined here
../lib/libm4.a(vasnprintf.o): In function `wcstoq':
/usr/include/wchar.h:580: multiple definition of `wcstoq'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:580: first defined here
../lib/libm4.a(vasnprintf.o): In function `wcstold':
/usr/include/wchar.h:574: multiple definition of `wcstold'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:574: first defined here
../lib/libm4.a(vasnprintf.o): In function `wcstof':
/usr/include/wchar.h:569: multiple definition of `wcstof'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:569: first defined here
../lib/libm4.a(vasnprintf.o): In function `wcstoul':
/usr/include/wchar.h:562: multiple definition of `wcstoul'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:562: first defined here
../lib/libm4.a(vasnprintf.o): In function `wcstol':
/usr/include/wchar.h:558: multiple definition of `wcstol'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:558: first defined here
../lib/libm4.a(vasnprintf.o): In function `wcstod':
/usr/include/wchar.h:554: multiple definition of `wcstod'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:554: first defined here
../lib/libm4.a(printf-args.o): In function `wcstouq':
/usr/include/wchar.h:585: multiple definition of `wcstouq'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:585: first defined here
../lib/libm4.a(printf-args.o): In function `wcstoq':
/usr/include/wchar.h:580: multiple definition of `wcstoq'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:580: first defined here
../lib/libm4.a(printf-args.o): In function `wcstold':
/usr/include/wchar.h:574: multiple definition of `wcstold'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:574: first defined here
../lib/libm4.a(printf-args.o): In function `wcstof':
/usr/include/wchar.h:569: multiple definition of `wcstof'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:569: first defined here
../lib/libm4.a(printf-args.o): In function `wcstoul':
/usr/include/wchar.h:562: multiple definition of `wcstoul'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:562: first defined here
../lib/libm4.a(printf-args.o): In function `wcstol':
/usr/include/wchar.h:558: multiple definition of `wcstol'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:558: first defined here
../lib/libm4.a(printf-args.o): In function `wcstod':
/usr/include/wchar.h:554: multiple definition of `wcstod'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:554: first defined here
../lib/libm4.a(printf-parse.o): In function `wcstouq':
/usr/include/wchar.h:585: multiple definition of `wcstouq'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:585: first defined here
../lib/libm4.a(printf-parse.o): In function `wcstoq':
/usr/include/wchar.h:580: multiple definition of `wcstoq'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:580: first defined here
../lib/libm4.a(printf-parse.o): In function `wcstold':
/usr/include/wchar.h:574: multiple definition of `wcstold'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:574: first defined here
../lib/libm4.a(printf-parse.o): In function `wcstof':
/usr/include/wchar.h:569: multiple definition of `wcstof'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:569: first defined here
../lib/libm4.a(printf-parse.o): In function `wcstoul':
/usr/include/wchar.h:562: multiple definition of `wcstoul'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:562: first defined here
../lib/libm4.a(printf-parse.o): In function `wcstol':
/usr/include/wchar.h:558: multiple definition of `wcstol'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:558: first defined here
../lib/libm4.a(printf-parse.o): In function `wcstod':
/usr/include/wchar.h:554: multiple definition of `wcstod'
../lib/libm4.a(quotearg.o):/usr/include/wchar.h:554: first defined here
collect2: ld returned 1 exit status
make[1]: *** [m4] Error 1
make[1]: Leaving directory `/home/steve/Desktop/Software/m4-1.4.10/src'
make: *** [all-recursive] Error 1

I hope someone can help me with this one.

Regards,
           Steve
-- 
View this message in context: 
http://www.nabble.com/Compiling-M4-1.4.10-tf4232929.html#a12042989
Sent from the Gnu - M4 - Bugs mailing list archive at Nabble.com.





reply via email to

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