Hi All -

I've been hacking up some openib stuff lately, and ran into the
following when doing a `make install`, previous makes/installs had
worked fine on this same build, I was just doing a bunch of
clean/rebuilds/installs during my testing when this occurred.

I'm not sure what caused it, the initial make succeeded, and a make
distclean + reconfigure didnt seem to fix it, wondering if anyone has
run into this before?

install -d /home/kyle/testfiles/pvfs2/lib
for i in libpvfs2.a libofs.a ; do \
            install -m 755 lib/$i /home/kyle/testfiles/pvfs2/lib ;\
        done
for i in libpvfs2-threaded.a libofs-threaded.a ; do \
            install -m 755 lib/$i /home/kyle/testfiles/pvfs2/lib ;\
        done
install: cannot stat `lib/libpvfs2-threaded.a': No such file or directory
install: cannot stat `lib/libofs-threaded.a': No such file or directory
make: *** [install] Error 1

If not, no worries, was just curious if its common.
Configure line is :
 ./configure --prefix=/home/kyle/testfiles/pvfs2/ --with-db=/opt/db4
--enable-shared --enable-threaded-kmod-helper --with-openib=/usr
--without-bmi-tcp
--with-kernel=/lib/modules/2.6.32-220.7.1.el6.x86_64/build
CFLAGS=-ggdb

(solution was to do a `make lib/libpvfs2-threaded.a
lib/libofs-threaded.a install`)

Kyle Schochenmaier
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to