This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/15291] problem in "make" of gcc3.2.3; make failed due to "/usr/ccs/bin/ld: illegal option -- -" ???


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-05 07:59 -------
Invalid as you told configure that you are using the GNU ld from the GNU binutils but the ld really is 
solaris's ld still either use --with-ld=PATH_TO_GNU_LD or remove --with-gnu-ld, most likely the same 
thing will happen with as too.

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


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15291


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]