Miloslav Trmač mitr at volny.cz
Sat Jun 11 03:55:51 UTC 2011


Hello,
On Sat, Jun 11, 2011 at 2:06 AM, Sergio Belkin <sebelk at gmail.com> wrote:
> ./configure LDFLAGS="-no-install"
<snip>
> configure:3659: gcc   -no-install conftest.c  >&5
> gcc: error: unrecognized option '-no-install'

> Do you have any idea?

-no-install, which the command explicitly includes, is a libtool
option, but not a valid gcc option.  I don't know why it is necessary
to use -no-install, but if you do need it, you can probably patch
Makefile* to include it in such a way that the operation of
./configure is not disrupted.
    Mirek


More information about the devel mailing list