Re: make install error
Jean-Claude Wippler <[email protected]>
| Newsgroups | gmane.comp.db.metakit |
|---|---|
| Message-ID | <[email protected]> |
Kenny Chamber wrote: > I've been trying to get metakit (both cvs and latest tarball) to > compile > with no success. Actually it compiles but won't install. > The following is the output of the make install command: > > make install > mkdir -p /usr/include /usr/lib > /bin/sh ./libtool --mode=install /bin/install -c -m 644 > ../unix/../include/mk4.h \ > ../unix/../include/mk4.inl \ > ../unix/../include/mk4str.h \ > ../unix/../include/mk4str.inl /usr/include > /bin/install -c -m 644 ../unix/../include/mk4.h /usr/include/mk4.h > /bin/install -c -m 644 ../unix/../include/mk4.inl /usr/include/mk4.inl > /bin/install -c -m 644 ../unix/../include/mk4str.h > /usr/include/mk4str.h > /bin/install -c -m 644 ../unix/../include/mk4str.inl > /usr/include/mk4str.inl > /bin/sh ./libtool --mode=install /bin/install -c libmk4.la /usr/lib > /bin/install -c .libs/libmk4.lai /usr/lib/libmk4.la > /bin/install: cannot stat `.libs/libmk4.lai': No such file or directory > make: *** [install-mk] Error 1 > > As far as I can tell the file libmk4.lai doesn't exist anywhere. Any > suggestions would be appreciated. You're running a mix of 2.4.9.3 (libtool-based) and cvs HEAD (libtool gone). You need to do a "make distclean" and then re-run configure, make, etc. -jcw _____________________________________________ Metakit mailing list - [email protected] http://www.equi4.com/mailman/listinfo/metakit