Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!apple!bbn!bbn.com!mthome From: mthome@bbn.com (Mike Thome) Newsgroups: gnu.g++ Subject: Help with g++ (1.36) Message-ID: <46943@bbn.COM> Date: 16 Oct 89 01:57:12 GMT Sender: news@bbn.COM Lines: 17 A Plea for Help: With things configured as "sun3", gcc 1.36.0, g++ 1.36.0 (last mod Sun Oct 15 00:44:01), I'm having real trouble getting the bloody thing to do anything useful: Ok - it all compiled with only a few problems (mostly makefile stupidity)... now: (1) as set up, any attempt to use g++ to compile anything complains about crt0+.o not available. (ok - I can fix that...) (2) with crt0+.o installed in libdir, we get multiple definition warnings on ___do_global_cleanup and ___do_global_init in crt0.c and gnulib3.c (ok - the ones in crt0.c are nulls (why?? who knows), zap 'em) (3) Peachy, no? No... now helloworld.c compiles and loads without even a single warning... but where's the executable??!? sulk. -mik (mthome@bbn.com, mthome@thalamus.bu.edu)