Hi!

I am trying to build a single library from three convenience libraries.
While compiling in the build tree, I get this error message:

    Making all in .
    make[3]: Entering directory `/home/mvw/work/scifac.build/Base/src'
    rpath /home/mvw/work/scifac.install/lib -no-undefined  util/libBaseUtil.la         
property/libBaseProperty.la         values/libBaseValues.la 
    make[3]: rpath: Command not found
    make[3]: [libBase.la] Error 127 (ignored)
    make[3]: Leaving directory `/home/mvw/work/scifac.build/Base/src'

and while installing this one:

   Making install in .
   make[3]: Entering directory `/home/mvw/work/scifac.build/Base/src'
   rpath /home/mvw/work/scifac.install/lib -no-undefined  util/libBaseUtil.la         
property/libBaseProperty.la         values/libBaseValues.la 
   make[3]: rpath: Command not found
   make[3]: [libBase.la] Error 127 (ignored)
   make[4]: Entering directory `/home/mvw/work/scifac.build/Base/src'
   rpath /home/mvw/work/scifac.install/lib -no-undefined  util/libBaseUtil.la         
property/libBaseProperty.la         values/libBaseValues.la 
   make[4]: rpath: Command not found
   make[4]: [libBase.la] Error 127 (ignored)
   /bin/sh ../../../scifac/config/mkinstalldirs /home/mvw/work/scifac.install/lib
   make[4]: Nothing to be done for `install-data-am'.

and I see no libBase installed in the install tree. 

Is my libtool faulty?

Regards,
Marc



_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to