bug-binutils
[Top][All Lists]
Advanced

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

[Bug ld/355] ld doesn't have the -liconv option


From: nickc at redhat dot com
Subject: [Bug ld/355] ld doesn't have the -liconv option
Date: 31 Aug 2004 08:36:10 -0000

------- Additional Comments From nickc at redhat dot com  2004-08-31 08:36 
-------
Hi,

  This is not a bug.  "-liconv" is not a missing linker option.  It is a real
option to the linker ("-l") telling it to add the "iconv" library to the list of
files that it should link.  The error message from the linker is telling you
that it could not find this library.

  There are many possible reasons why the library could not be found.  eg it was
not installed on your system, or it was installed but not in any of the
directories the linker was told to search.  (These are usually specified via -L
options to the linker or in the linker script).

Cheers
  Nick


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


http://sources.redhat.com/bugzilla/show_bug.cgi?id=355

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

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