This is the mail archive of the gcc@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]

Re: building gcc 4.0.0 on Solaris


> > How did you configure?  The mix of GNU tools and Sun tools looks
> > suspicious.
>
> I think there's no mix involved.
>
> I have configured with:
> 	./configure \
> 		--with-as=/usr/local/binutils/bin/as \
> 		--with-ld=/usr/local/binutils/bin/ld \
> 		...
> so I should be using GNU's as and ld.

--with-gnu-as and --with-gnu-ld I presume?

Hacking libtool is not supported anyway. ;-)  I think you should use only GNU 
tools by tweaking your PATH.

> > 2.15 is the only one problematic, unless proven otherwise.
>
> No, I've had problems with almsot all other previous GNU binutils
> releases, see my previous posts on this list.

Including 2.13.x and 2.14?

-- 
Eric Botcazou


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