On Mon, Jun 02, 2003 at 05:03:39PM +0200, David Svoboda wrote: > I've been using Compaq C++ compiler under Tru64 UNIX (alpha). In libtool > it is supposed, that this compiler doesn't supprot -fPIC flag, which > generates position independent code. > > If I compile my project by hand (with using -fPIC flag), everythig is ok. > If I let the autoconf and libtool do it, they use -DPIC flag and > finally the unresolved references are in the resulting shared library.
-DPIC is just to let the code know it's being compiled PIC. I think Tru64 UNIX is PIC only. There is a libtool mailing list: http://www.gnu.org/software/libtool/ -- albert chin ([EMAIL PROTECTED])
