When I run "make check" after all of the makes in section 10.30. Bzip2-1.0.3 32 Bit Libraries, I get this output:
gcc -Wall -Winline -O -g -D_FILE_OFFSET_BITS=64 -c bzip2.c gcc -Wall -Winline -O -g -D_FILE_OFFSET_BITS=64 -o bzip2 bzip2.o -L. -lbz2 /usr/bin/ld: skipping incompatible ./libbz2.a when searching for -lbz2 /usr/bin/ld: cannot find -lbz2 collect2: ld returned 1 exit status make: *** [bzip2] Error 1 I'm using Version 1.0.0rc3-x86_64-Multilib of CLFS, though most of what I built has been with rc2, though the changes seem to be minor. My host system is a 64-bit version of SuSE 10.1. I'm using the package user method, but since the problem appears to be with what it isn't finding in the directories that I'm building bzip2 in, I don't think that that matters. I get the same errors whether I'm using optimizations or not. Does anyone have any idea as to why bzip2 isn't being friendly? Or even better, how to make it friendly? - Jonathan Davis _______________________________________________ Clfs-support mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support
