interesting... so i just went and checked the @TOPSRCDIR@/src/ directory, and lo! i have found have_mmx.so. this is all good and fine, but according to make, it should be in @TOPSRCDIR@/src/libnr/. here's a new question: is this a generated file (do i have to hack the makefile to fix this), or is this a static file that i can just slap in the correct directory before running make?
either way, though, there's an error in the build process somewhere (either in the scripts or in the directory structure).
--seth
Bob Jamison wrote:
I guess this is the obvious question.... Does the have_mmx.o file exist in the source tree? Maybe this is a more subtle problem that is specific to your system or Gnu toolchain. Maybe it's just lost, or something. Note that in your paste, the compiler had no errors during generating the .o's from the .S's. It merely couldn't find that one while collecting it up into a library.
Bob