>>>>> "Robert" == Robert Boehne <[EMAIL PROTECTED]> writes:
Robert> I am building C++ shared libraries on various non-GNU (and GNU
Robert> of course) platforms so I need to determine what compiler
Robert> options to pass to generate position independent code.
Use libtool.
Robert> I'd also like a way to create dependency files with various
Robert> compilers too. Automake does a great job but only for GCC,
Robert> not really useful for my project.
Use the cvs automake, which does dependency tracking for a lot of
different compilers.
Tom