Hello,
On Sat, Jun 11, 2011 at 2:06 AM, Sergio Belkin <seb...@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
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to