GNU Libtool - Patches: patch #7055, archive_cmds_need_lc macro check...
You are not allowed to post comments on this tracker with your current authentication level.
patch #7055: archive_cmds_need_lc macro check is broken (result check is inverted)
Submitter: | Gianluigi Tiesi <sherpya> | ||
Submitted: | Mon 04 Jan 2010 03:18:54 AM UTC | ||
Category: | None | Priority: | 6 |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Jump to the original submission
Wed 06 Jan 2010 11:02:52 PM UTC, comment #12: |
Gianluigi Tiesi <sherpya> |
Wed 06 Jan 2010 10:26:26 PM UTC, comment #11: Thanks for the link. The bug seems to be in your configure.ac:
|
Ralf Wildenhues <rwild>![]() |
Wed 06 Jan 2010 10:01:20 PM UTC, comment #10: $ ./configure --version
|
Gianluigi Tiesi <sherpya> |
Wed 06 Jan 2010 09:55:23 PM UTC, comment #9: Hmpf. Maybe this code does come from somewhere else, and the Autoconf used isn't old. Anyway, the verbose log shows that something sets host= to empty after host is set correctly. That is a bug, either in your configure.ac script or some Autoconf macro. Can you post (a link to) the script? Thanks. |
Ralf Wildenhues <rwild>![]() |
Wed 06 Jan 2010 08:04:11 PM UTC, comment #8: Your verbose configure output contains lines like
|
Ralf Wildenhues <rwild>![]() |
Wed 06 Jan 2010 07:56:50 PM UTC, comment #7: I've generated files from autogen.sh on a debian sid, autoconf version
|
Gianluigi Tiesi <sherpya> |
Wed 06 Jan 2010 06:55:36 PM UTC, comment #6: OK. You are using an ancient version of Autoconf, presumably 2.13, but it must be from before 2000. Please update to a non-ancient version first; libtool requires 2.59 or newer, but preferably you should use 2.65. |
Ralf Wildenhues <rwild>![]() |
Wed 06 Jan 2010 10:10:23 AM UTC, comment #5: attaching verbose configure out, I hope it does not contain sensible data ;P |
Gianluigi Tiesi <sherpya> |
Wed 06 Jan 2010 09:14:40 AM UTC, comment #4: with ./configure --host=i586-mingw32msvc
|
Gianluigi Tiesi <sherpya> |
Wed 06 Jan 2010 06:32:00 AM UTC, comment #3: If you want cross compilation, enable it with
|
Ralf Wildenhues <rwild>![]() |
Tue 05 Jan 2010 07:59:33 AM UTC, comment #2: attached info: in the archive
|
Gianluigi Tiesi <sherpya> |
Mon 04 Jan 2010 07:40:45 PM UTC, comment #1: The test is written as intended. However, there is code in libtool (from ltmain.sh) that removes -lc from link command lines for $host matching --mingw*. So, let's find out why that apparently didn't work in your case.
|
Ralf Wildenhues <rwild>![]() |
Mon 04 Jan 2010 03:18:54 AM UTC, original submission:
#
|
Gianluigi Tiesi <sherpya> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
I've removed the offending code, it works now, thanks, configure.ac was not mine, it was from upstream package, unfortunately I'm not much familiar with autotools code :)