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

Getting gcc not to generate the long assembler strings


Dear all,

I have tried several attempts to compile some C++ code. I have both 
compiled 2.95.2 using Digital Unix 4.0D native cc and also downloaded
a built version form www.thewrittenword.com. Both version seems to use
Digital Unix 4.0D native as instead of gas. Therefore I tried build
gas but when I configure gas (binutils 2.9.1) with CC=gcc (the one
built with DU 4.0D cc) it complains that gcc would fail the config
test. Is there anyway around this?

What I thought was

1. build gcc using native cc
2. build gas with the gcc from 1.
3. rebuild gcc using gas

but step 2 would not even get past the config stage

The error I get from step 2 is:

The command 'gcc -o conftest -g -O2 conftest.c' failed

Another words binutils configure thinks that the gcc from step
1 is not working correctly.

Help???
-- 
Anthony Lee	
Energex                                            
150 Charlotte Street                 ..--  __o 
Brisbane                        ....--   _ \<,_               
Qld 4000                       ____     (_)/ (_)                         
Australia
voice:+61 7 3407 4541
fax:  +61 7 3407 4607
email: AL012@energex.com.au


-----------------------------------------------------------------------------------------------------------------------------------------------------
This email message (and any accompanying file attachments) may contain confidential or 
privileged information and is intended for the sole use of the addressee named above. If you 
are not the intended recipient, or the person responsible for delivering this message to the 
intended recipient, please notify ENERGEX immediately and destroy any copies of the original 
message.

Any unauthorised review, use, alteration, disclosure or distribution of this email (including any 
attachments) by an unintended recipient is prohibited.

ENERGEX accepts no responsibility for the content of any email which is sent by an employee 
which is of a personal nature.

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