public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Please help
@ 2004-07-02 15:34 Foster, Paul
  2004-07-02 20:01 ` llewelly
  0 siblings, 1 reply; 12+ messages in thread
From: Foster, Paul @ 2004-07-02 15:34 UTC (permalink / raw)
  To: gcc-help

[-- Attachment #1: Type: text/plain, Size: 1479 bytes --]


When building Gcc with the make bootstrap command on a hp-ux system with version 10.20, after a few minutes I get the following see attachment.

 
I think they are comparison error between stage 1 and stage 2?


I have had a look around the net and not been able to find any reasons or answers for this.

Can you help.


    

Many thanks
----------------------------------------------------------------------------------------
Paul Foster 
Medical Physics 
The Princess Royal Hospital 
Saltshouse Road 
HULL HU8 9HE 
UK 
E-mail paul.foster@hey.nhs.uk 


 <<test>> 


------------------------------------------------------------------------------------------------------------------
This e-mail may contain confidential information and may be read, copied and used only by the intended recipient.
The information in this e-mail transmission may not be legally revealed and is intended only for the use of the
individual(s) named above. If you are not the intended recipient you are hereby notified that any use,
dissemination, distribution or copying of this email message or its information is strictly prohibited.

If you have received this e-mail in error please notify the sender by reply or by telephoning +44 (0)1482 622416.
Delete this message from your e-mail system(s) and do not disclose its contents to any person.
------------------------------------------------------------------------------------------------------------------

[-- Attachment #2: test --]
[-- Type: application/octet-stream, Size: 8680 bytes --]

make[1]: Entering directory `/apps/objdir/libiberty'
make[2]: Entering directory `/apps/objdir/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/apps/objdir/libiberty/testsuite'
make[1]: Leaving directory `/apps/objdir/libiberty'
make[1]: Entering directory `/apps/objdir/zlib'
: make ; exec true "AR_FLAGS=rc" "CC_FOR_BUILD=cc -Wp,-H256000" "CFLAGS=-g" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=-O2 -g" "INSTALL=/bin/sh /apps/srcdir/install-sh -c" "INSTALL_DATA=/bin/sh /apps/srcdir/install-sh -c -m 644" "INSTALL_PROGRAM=/bin/sh /apps/srcdir/install-sh -c " "INSTALL_SCRIPT=/bin/sh /apps/srcdir/install-sh -c" "LDFLAGS=" "LIBCFLAGS=-g" "LIBCFLAGS_FOR_TARGET=-O2 -g" "MAKE=make" "MAKEINFO=/apps/srcdir/missing makeinfo --no-split " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=/usr/local" "infodir=/usr/local/info" "libdir=/usr/local/lib" "prefix=/usr/local" "tooldir=/usr/local/hppa2.0-hp-hpux10.20" "AR=ar" "AS=as" "CC=cc -Wp,-H256000" "CXX=c++" "LD=ld" "LIBCFLAGS=-g" "NM=nm" "PICFLAG=" "RANLIB=true" "DESTDIR=" DO=all multi-do
make[1]: Leaving directory `/apps/objdir/zlib'
Bootstrapping the compiler
make[1]: Entering directory `/apps/objdir/gcc'

Bootstrap complete - make "quickstrap" to redo last build,
"restage1" through "restage3" to rebuild specific stages,
"restrap" to redo the bootstrap from stage1, or
"cleanstrap" to redo the bootstrap from scratch.
make[1]: Leaving directory `/apps/objdir/gcc'
Comparing stage2 and stage3 of the compiler
make[1]: Entering directory `/apps/objdir/gcc'
rm -f .bad_compare
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
for file in *.o; do \
  tail +16c ./$file > tmp-foo1; \
  tail +16c stage$stage/$file > tmp-foo2 \
    && (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs >> .bad_compare) || true; \
done
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
for dir in tmp-foo intl cp f java objc; do \
  if [ "`echo $dir/*.o`" != "$dir/*.o" ] ; then \
    for file in $dir/*.o; do \
      tail +16c ./$file > tmp-foo1; \
      tail +16c stage$stage/$file > tmp-foo2 \
        && (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs >> .bad_compare) || true; \
    done; \
  else true; fi; \
done
rm -f tmp-foo*
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
if [ -f .bad_compare ]; then \
  echo "Bootstrap comparison failure!"; \
  cat .bad_compare; \
  exit 1; \
else \
  case "compare" in \
    *-lean ) rm -rf stage$stage ;; \
    *) ;; \
  esac; true; \
fi
Bootstrap comparison failure!
alias.o differs
attribs.o differs
bb-reorder.o differs
bitmap.o differs
builtins.o differs
c-aux-info.o differs
c-common.o differs
c-convert.o differs
c-decl.o differs
c-dump.o differs
c-errors.o differs
c-format.o differs
c-lang.o differs
c-lex.o differs
c-objc-common.o differs
c-opts.o differs
c-parse.o differs
c-pragma.o differs
c-pretty-print.o differs
c-semantics.o differs
c-typeck.o differs
caller-save.o differs
calls.o differs
cfg.o differs
cfganal.o differs
cfgbuild.o differs
cfgcleanup.o differs
cfglayout.o differs
cfgloop.o differs
cfgrtl.o differs
collect2.o differs
combine.o differs
conflict.o differs
convert.o differs
cppdefault.o differs
cpperror.o differs
cppexp.o differs
cppfiles.o differs
cpphash.o differs
cppinit.o differs
cpplex.o differs
cpplib.o differs
cppmacro.o differs
cppmain.o differs
cppspec.o differs
cpptrad.o differs
cse.o differs
cselib.o differs
dbxout.o differs
debug.o differs
df.o differs
diagnostic.o differs
doloop.o differs
dominance.o differs
dummy-conditions.o differs
dwarf2asm.o differs
dwarf2out.o differs
dwarfout.o differs
emit-rtl.o differs
errors.o differs
et-forest.o differs
except.o differs
explow.o differs
expmed.o differs
expr.o differs
final.o differs
fix-header.o differs
flow.o differs
fold-const.o differs
function.o differs
g++spec.o differs
g77spec.o differs
gcc.o differs
gccspec.o differs
gcov.o differs
gcse.o differs
gen-protos.o differs
genattr.o differs
genattrtab.o differs
genautomata.o differs
gencheck.o differs
gencodes.o differs
genconditions.o differs
genconfig.o differs
genconstants.o differs
genemit.o differs
genextract.o differs
genflags.o differs
gengenrtl.o differs
gengtype-lex.o differs
gengtype-yacc.o differs
gengtype.o differs
genopinit.o differs
genoutput.o differs
genpeep.o differs
genpreds.o differs
genrecog.o differs
genrtl.o differs
gensupport.o differs
ggc-common.o differs
ggc-none.o differs
ggc-page.o differs
global.o differs
graph.o differs
gtype-desc.o differs
haifa-sched.o differs
hashtable.o differs
hooks.o differs
ifcvt.o differs
insn-attrtab.o differs
insn-conditions.o differs
insn-emit.o differs
insn-extract.o differs
insn-opinit.o differs
insn-output.o differs
insn-peep.o differs
insn-recog.o differs
integrate.o differs
intl.o differs
jump.o differs
jvspec.o differs
langhooks.o differs
lcm.o differs
line-map.o differs
lists.o differs
local-alloc.o differs
loop.o differs
main.o differs
mbchar.o differs
mkdeps.o differs
objc-act.o differs
objc-lang.o differs
objc-parse.o differs
optabs.o differs
pa.o differs
params.o differs
predict.o differs
prefix.o differs
print-rtl.o differs
print-rtl1.o differs
print-tree.o differs
profile.o differs
ra-build.o differs
ra-colorize.o differs
ra-debug.o differs
ra-rewrite.o differs
ra.o differs
read-rtl.o differs
real.o differs
recog.o differs
reg-stack.o differs
regclass.o differs
regmove.o differs
regrename.o differs
reload.o differs
reload1.o differs
reorg.o differs
resource.o differs
rtl-error.o differs
rtl.o differs
rtlanal.o differs
sbitmap.o differs
scan-decls.o differs
scan.o differs
sched-deps.o differs
sched-ebb.o differs
sched-rgn.o differs
sched-vis.o differs
sdbout.o differs
sibcall.o differs
simplify-rtx.o differs
ssa-ccp.o differs
ssa-dce.o differs
ssa.o differs
stmt.o differs
stor-layout.o differs
stringpool.o differs
timevar.o differs
tlink.o differs
toplev.o differs
tracer.o differs
tree-dump.o differs
tree-inline.o differs
tree.o differs
unroll.o differs
varasm.o differs
varray.o differs
version.o differs
vmsdbgout.o differs
xcoffout.o differs
intl/bindtextdom.o differs
intl/dcgettext.o differs
intl/dcigettext.o differs
intl/dcngettext.o differs
intl/dgettext.o differs
intl/dngettext.o differs
intl/explodename.o differs
intl/finddomain.o differs
intl/gettext.o differs
intl/intl-compat.o differs
intl/l10nflist.o differs
intl/loadmsgcat.o differs
intl/localcharset.o differs
intl/localealias.o differs
intl/ngettext.o differs
intl/plural.o differs
intl/textdomain.o differs
cp/call.o differs
cp/class.o differs
cp/cp-lang.o differs
cp/cvt.o differs
cp/decl.o differs
cp/decl2.o differs
cp/dump.o differs
cp/error.o differs
cp/except.o differs
cp/expr.o differs
cp/friend.o differs
cp/init.o differs
cp/lex.o differs
cp/mangle.o differs
cp/method.o differs
cp/optimize.o differs
cp/parse.o differs
cp/pt.o differs
cp/ptree.o differs
cp/repo.o differs
cp/rtti.o differs
cp/search.o differs
cp/semantics.o differs
cp/spew.o differs
cp/tree.o differs
cp/typeck.o differs
cp/typeck2.o differs
f/bad.o differs
f/bit.o differs
f/bld.o differs
f/com.o differs
f/data.o differs
f/equiv.o differs
f/expr.o differs
f/fini.o differs
f/global.o differs
f/implic.o differs
f/info.o differs
f/intrin.o differs
f/lab.o differs
f/lex.o differs
f/malloc.o differs
f/name.o differs
f/parse.o differs
f/src.o differs
f/st.o differs
f/sta.o differs
f/stb.o differs
f/stc.o differs
f/std.o differs
f/ste.o differs
f/storag.o differs
f/stp.o differs
f/str.o differs
f/sts.o differs
f/stt.o differs
f/stu.o differs
f/stv.o differs
f/stw.o differs
f/symbol.o differs
f/target.o differs
f/top.o differs
f/type.o differs
f/where.o differs
java/boehm.o differs
java/buffer.o differs
java/builtins.o differs
java/check-init.o differs
java/class.o differs
java/constants.o differs
java/decl.o differs
java/except.o differs
java/expr.o differs
java/gjavah.o differs
java/java-tree-inline.o differs
java/jcf-depend.o differs
java/jcf-dump.o differs
java/jcf-io.o differs
java/jcf-parse.o differs
java/jcf-path.o differs
java/jcf-write.o differs
java/jv-scan.o differs
java/jvgenmain.o differs
java/lang.o differs
java/mangle.o differs
java/mangle_name.o differs
java/parse-scan.o differs
java/parse.o differs
java/typeck.o differs
java/verify.o differs
java/win32-host.o differs
java/xref.o differs
java/zextract.o differs
make[1]: Leaving directory `/apps/objdir/gcc'

^ permalink raw reply	[flat|nested] 12+ messages in thread
[parent not found: <20021219155354.82824.qmail@web12207.mail.yahoo.com>]
* please help
@ 2002-12-18  2:46 Ashwin Varma
  2002-12-18 12:44 ` LLeweLLyn Reese
  0 siblings, 1 reply; 12+ messages in thread
From: Ashwin Varma @ 2002-12-18  2:46 UTC (permalink / raw)
  To: gcc-help

hello,
i am new to gcc. i wanted to do some development using
C on gcc. could you help me by telling me which files
to download and so on.
your help is appreciated,
ashwin

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Please help
@ 2002-03-15 12:30 Subhash Agrawal
  0 siblings, 0 replies; 12+ messages in thread
From: Subhash Agrawal @ 2002-03-15 12:30 UTC (permalink / raw)
  To: gcc-help

Hi guys,

I am using gcc 2.95.3 which I built from sources. I am getting following
error.Can anybody suggest what can be the culprit..


g++ -DCOMPANY_DOMAIN=L\"com.yourcompany\" -DOPENVXI -D_GNU_SOURCE -DNDEBUG -
D_linux_ -fhonor-std   -o testVXI  ConfigFile.o
testClient.o -L../client -L../inet -L../jsi -L../log -L../prompt -L../rec -L
../tel -L../trd -L../value -L../VXI -L/home/agras/voicexml/xerces-c-src_2002
-01-08/lib -L/home/agras/voicexml/js/src/SunOS5.7_DBG.OBJ -L/home/agras/voic
exml/w3c-libwww-5.3.2/Library/src/.libs -L/home/agras/voicexml/w3c-libwww-5.
3.2/modules/expat/xmltok/.libs -L/home/agras/voicexml/w3c-libwww-5.3.2/modul
es/expat/xmlparse/.libs -L/home/agras/voicexml/w3c-libwww-5.3.2/modules/md5/
.libs -L/home/agras/voicexml/w3c-libwww-5.3.2/PICS-client/src/.libs -lOSBcli
ent -lOSBinet -lOSBjsi -lOSBlog -lOSBprompt -lOSBrec -lOSBtel -lVXI -lOSBval
ue -lOSBtrd -lxerces-c1_6_0 -ljs -lwwwinit -lwwwapp -lwwwhttp -lwwwcache -lw
wwcore -lwwwfile -lwwwutils -lwwwmime -lwwwstream -lmd5 -lpics -lwwwnews -lw
wwdir -lwwwtelnet -lwwwftp -lwwwmux -lwwwhtml -lwwwgopher -lwwwtrans -lsocke
t -lnsl -lpthread -lposix4 -lstdc++
Undefined                       first referenced
 symbol                             in file
terminate(void)
/home/agras/voicexml/xerces-c-src_2002-01-08/lib/libxerces-c1_6_0.so
ld: fatal: Symbol referencing errors. No output written to testVXI
collect2: ld returned 1 exit status
gmake: *** [testVXI] Error 1


Thanks in advance..

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Please Help
@ 2001-09-24 23:28 Matthew Price
  2001-09-28 17:33 ` Alexandre Oliva
  0 siblings, 1 reply; 12+ messages in thread
From: Matthew Price @ 2001-09-24 23:28 UTC (permalink / raw)
  To: gcc-help

Hello.  I have a simple question.  In plain english, since the Installation 
HOWTO sucks, how do I install GCC 3.0.1 on my RedHat 7.1 machine?  I'm 
familiar with Linux enough that I think I can handle configuring/installing 
GCC however I'm totally confused on how to do it.  Anyone out there willing 
to help?

Sincerely,

Matt

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

^ permalink raw reply	[flat|nested] 12+ messages in thread
* please help
@ 2000-11-06  0:03 Ooi EnYee
  2000-11-06  0:36 ` Anthony Lee
  0 siblings, 1 reply; 12+ messages in thread
From: Ooi EnYee @ 2000-11-06  0:03 UTC (permalink / raw)
  To: gcc-help

Dear Sir,

I'm facing problem when installing gcc in solaris 7.
When I try to configure the gcc, there are errors show
:
Configuring for a sparc-sun-solaris2.7 host.
Created "Makefile" in /usr/local/objdir/gcc-2.95.2
using "mh-frag"
./configure: cc: not found
*** The command 'cc -o conftest -g   conftest.c'
failed.
*** You must set the environment variable CC to a
working compiler.
how can I set the environment variable CC to a working
compiler?

Thanks

Best Regards,
enyee

__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one Place.
http://shopping.yahoo.com/

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2004-07-02 20:01 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <616BE6A276E3714788D2AC35C40CD18D981986@whale.softwire.co.uk>
2002-12-18  4:44 ` please help Rupert Wood
2002-12-18  6:33   ` Deva Seetharam
2004-07-02 15:34 Please help Foster, Paul
2004-07-02 20:01 ` llewelly
     [not found] <20021219155354.82824.qmail@web12207.mail.yahoo.com>
2002-12-20 20:45 ` please help LLeweLLyn Reese
  -- strict thread matches above, loose matches on Subject: below --
2002-12-18  2:46 Ashwin Varma
2002-12-18 12:44 ` LLeweLLyn Reese
2002-03-15 12:30 Please help Subhash Agrawal
2001-09-24 23:28 Please Help Matthew Price
2001-09-28 17:33 ` Alexandre Oliva
2000-11-06  0:03 please help Ooi EnYee
2000-11-06  0:36 ` Anthony Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).