libtool
[Top][All Lists]
Advanced

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

is libtool a standalone tool these days?


From: Marty Leisner
Subject: is libtool a standalone tool these days?
Date: Fri, 14 Nov 2003 10:31:22 -0500

I'm reading the autobook -- it discusses lines like:
address@hidden 10:22:47; libtool gcc -c hello.c 
mkdir .libs
gcc -c hello.c  -fPIC -DPIC -o .libs/hello.lo
gcc -c hello.c -o hello.o >/dev/null 2>&1
mv -f .libs/hello.lo hello.lo
(this is from libtool 1.4 on redhat 7.2)

But libtool 1.5 wants a --tag option (which isn't defined in the
documentation).
It seems to work if I specify --tag=foo

All the documentation seems to point that libtool can run standalone.
Is this correct?

marty           address@hidden   
Don't  confuse education with schooling.
        Milton Friedman to Yogi Berra




reply via email to

[Prev in Thread] Current Thread [Next in Thread]