The top level Makefile.in has a dependency in it to make sure that the
pvfs2 library is built for the KERNAPPS targets (pvfs2-client and friends):
$(KERNAPPS): %: %.o $(LIBRARIES)
In pvfs 2.6.0, we now need a similar rule for the threaded version of
the KERNAPPS:
$(KERNAPPSTHR): %: %.o $(LIBRARIES_THREADED)
This missing dependency shows up as a problem if you run "make kmod"
first after running configure, rather than a general purpose "make".
-Phil
_______________________________________________
Pvfs2-developers mailing list
Pvfs2-developers@beowulf-underground.org
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers