I've had a thought about the problems people have been having with undefined references where the library isn't being updated. Instead of doing the $(CROSS_COMPILE)$(AR) $(arflags) $@ $(o) in Makefile.post
would it be better to copy the object files to the obj/ directory when they are created (like happens with the shared object files .so). The files could be linked into the library in lib/Makefile Or is the current way of doing things necessary for any particular system? If you think it's a good idea I'll make a patch. The configure patch is ready and I'll post it later when I get home. Daniel _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
