[Bug 8199] hardcoded /usr/lib/libsicu*.a breaks biarch builds

Wine Bugs wine-bugs at winehq.org
Mon Apr 30 11:43:29 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=8199


rmh at aybabtu.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #5994 is|0                           |1
           obsolete|                            |




------- Additional Comments From rmh at aybabtu.com  2007-30-04 11:43 -------
Created an attachment (id=6040)
 --> (http://bugs.winehq.org/attachment.cgi?id=6040&action=view)
same, with s/AC_TRY_LINK/AC_RUN_IFELSE/g


It seems it's not sure if binutils maintainers will change behaviour to make
link fail when mixing incompatible objects.  I would suggest to be safe and use

AC_RUN_IFELSE rather than AC_TRY_LINK, so that this problem can be detected
with any version of binutils.

2007-04-30  Robert Millan <rmh at aybabtu.com>

* configure, configure.ac: Fallback to -lsicuuc and -lsicudata when
variable overrides aren't set.	Use AC_RUN_IFELSE rather than AC_TRY_LINK.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list