libtool-patches
[Top][All Lists]
Advanced

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

[patch #7055] archive_cmds_need_lc macro check is broken (result check i


From: Ralf Wildenhues
Subject: [patch #7055] archive_cmds_need_lc macro check is broken (result check is inverted)
Date: Wed, 06 Jan 2010 06:32:00 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.16) Gecko/20080528 Epiphany/2.22

Follow-up Comment #3, patch #7055 (project libtool):

If you want cross compilation, enable it with
  ./configure --host=i586-mingw32msvc

not with
  ./configure CC=i586-mingw32msvc-gcc

That will fix half of your problems.  There is still another
one in your native build: there, -lc should be ignored as well.
It strikes me as odd that the --config output shows $host as
empty.  It should be a triple matching *-*-mingw*.  This causes
the failure to ignore -lc.

Please find out why your $host is not set correctly: how do you
invoke configure?  What does the
  checking host system type... 

configure check say?  Maybe your config.guess and config.sub
scripts are not present, or very old?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7055>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

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