libtool compile mode,how to set include path?

Hi all

I want to compile a source gt_util.c into a lo file,

I use

libtool gcc -g -O -c gt_util.c -I./include

but it prompts me :

cannot determin name of library object from 'include'

how should I use the tool to compile a source to .lo file?

Thanks.