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]

Re: gcc-3.1 installation problem


Bill Beckett wrote:

>       Then I got gcc-3.1. This I configured as follows --
> 
>       configure --enable-languages="c,c++" \
>                 --enable-threads \
>                 --disable-nls
you really should build in a sibling to the gcc-3.1 directory. Do something
like
	tar xvzf gcc-3.1.tgz
	mkdir i686-pc-linuxgnu ;# or whatever makes sense
	cd i686-pc-linuxgnu
	../gcc-3.1/configure --all-those-args
	make bootstrap
Convoluted - yes, but such is life.


> /tmp/ccUo6GNH.s: Assembler messages:
> /tmp/ccUo6GNH.s:409: Warning: Unrecognized .section attribute: want a,w,x
> /tmp/ccUo6GNH.s:409: Warning: Unrecognized .section attribute: want a,w,x
> /tmp/ccUo6GNH.s:409: Error: Rest of line ignored. First ignored character is `,'.
> /tmp/ccUo6GNH.s:11501: Warning: Unrecognized .section attribute: want a,w,x
> /tmp/ccUo6GNH.s:11501: Warning: Unrecognized .section attribute: want a,w,x
> /tmp/ccUo6GNH.s:11501: Error: Rest of line ignored. First ignored character is `,'.
hm, not sure. what version of binutils do you have? (what does
	as -v
tell you?) On my rh72. system I have 2.11.93, which appears to be from the
OS install (
	rpm -qa | grep binut
says
	binutils-2.11.93.0.2-11
I know the current release is 2.12 though.


> PS:  In submitting these notices I realize that I have not followed your
> guidelines exactly, in particular, your request that problems be
> reported using GNATS.  The weakness is entirely my own -- this is a
Yes please use GNATS, ones sent solely to the mailing list are likely
to fall through cracks.

nathan
-- 
Dr Nathan Sidwell :: Computer Science Department :: Bristol University
           The voices in my head told me to say this
nathan@acm.org  http://www.cs.bris.ac.uk/~nathan/  nathan@cs.bris.ac.uk


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