xcode - Libtool output "unknown option character -o" error -


so have directory of .o files trying output static library using libtool.

from inside directory containing .o files following, mylibrary.a located in parent directory

$ libtool  -static *.o -output ../mylibrary.a 

however keep getting following error:

unknown option character `o' in: -output 

how resolve this? doing on mac osx terminal

the flag should -o, not -output.


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -