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]

Re: egcs on hpux9.05 with gas


Jeffrey A Law writes:
 > http://www.cygnus.com/egcs/faq.html#gas
 > 
 > Is the recommended way.  Else you can play the old symlink game like
 > others have suggested.

Well, maybe recommended but not successfull! Already read the faq
before writing this mail. 

I configured binutils with --prefix=/usr/local/egcs as well as egcs. I
made sure that the path is setup correctly. stage1 builds ok. But as
soon xgcc things get worse!!


rm -f include/limits.h
cp xlimits.h include/limits.h
chmod a+r include/limits.h
rm -f include/README
cp ../../gcc/README-fixinc include/README
chmod a+r include/README
touch stmp-int-hdrs
./xgcc -B./  -DIN_GCC    -g -I./include     -DNO_MEM -DNO_LONG_DOUBLE_IO -O0 -I. -c ../../gcc/enquire.c
cc1: warning: -g is only supported when using GAS on this processor,
cc1: warning: -g option disabled.
if [ -f libgcc2.ready ] ; then \
        true; \
else \


Anyone!?

--Marcus


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