2 Mar 2009 18:12
m4-1.4.12 make check throws many errors
Dennis Clarke <dclarke <at> blastwave.org>
2009-03-02 17:12:05 GMT
2009-03-02 17:12:05 GMT
On Solaris 10 Update 6 with latest kernel patches. Sun Studio 12 compiler
used here. I used GNU make and all other tools were vendor supplied.
I am attempting to make a 64-bit AMD64 executable here.
The binary is in fact created via configure -- make with nothing specified
other than --prefix
bash-3.2$ find . -type f -name m4
./src/m4
bash-3.2$ file ./src/m4
./src/m4: ELF 64-bit LSB executable AMD64 Version 1 [SSE2 SSE FXSR FPU],
dynamically linked, not stripped
bash-3.2$ ldd ./src/m4
libthread.so.1 => /lib/64/libthread.so.1
libc.so.1 => /lib/64/libc.so.1
libm.so.2 => /lib/64/libm.so.2
Things go pretty badly after this.
bash-3.2$ make check
make check-recursive
Making check in .
Making check in examples
Making check in lib
make check-recursive
Making check in src
Making check in doc
Making check in checks
PATH=`pwd`/../src":"$PATH; export PATH; \
(Continue reading)
RSS Feed