autoconf
[Top][All Lists]
Advanced

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

Re: AC_PROG_CC and AC_PROG_LIBTOOL problem


From: Albert Chin
Subject: Re: AC_PROG_CC and AC_PROG_LIBTOOL problem
Date: Tue, 3 Jun 2003 01:35:47 -0500
User-agent: Mutt/1.4i

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 (address@hidden)




reply via email to

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