[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [livid-dev] Compiling oms



* davidge@jazzfree.com <davidge@jazzfree.com> [20010217 18:11]:
> 
> I've downloaded the last oms from cvs, and it gives this error when it's
> compiling:
> 
> ...
> 
> make[2]: Entering directory `/root/livid/oms/src/oms'
> /bin/sh ../../libtool --mode=link gcc  -pipe -Wall -Werror -D__OMS__
> -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O6 -fomit-frame-pointer
> -funroll-all-loops -march=i686  -o oms_plugin  oms_plugin.o
> -L../../src/oms/.libs -loms -ldl -lpthread -lpthread -ldl
> libtool: link: `-L../../src/oms/.libs' cannot specify a relative directory
> make[2]: *** [oms_plugin] Error 1
> make[2]: Leaving directory `/root/livid/oms/src/oms'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/livid/oms/src'
> make: *** [all-recursive] Error 1
> 
> 
> What is it wrong with my libtool ? maybe the version (1.2f)?
> 

Um.. did you fix this yet?
If you tried to use --prefix with a relative path it would choke
something like this.

ie, use --prefix=`pwd`/../inst vs --prefix=../inst

-dave
-- 
David I. Lehn <dlehn@vt.edu>  | http://www.lehn.org/~dlehn/
Computer Engineering Graduate @ Virginia Tech in sunny Blacksburg, VA