This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/15291] problem in "make" of gcc3.2.3; make failed due to "/usr/ccs/bin/ld: illegal option -- -" ???
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 May 2004 07:59:22 -0000
- Subject: [Bug other/15291] problem in "make" of gcc3.2.3; make failed due to "/usr/ccs/bin/ld: illegal option -- -" ???
- References: <20040505075355.15291.engel@huji.ac.il>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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