Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msunews!agate!howland.reston.ans.net!vixen.cso.uiuc.edu!news.uoregon.edu!cs.uoregon.edu!usenet.ee.pdx.edu!sirius.cs.pdx.edu!daver From: daver@sirius.cs.pdx.edu (Dave Roethig) Newsgroups: gnu.gcc.help,comp.unix.bsd.netbsd.misc Subject: und'fined DYNAMIC in crt0.o? Date: 8 Sep 1995 23:44:47 GMT Organization: Portland State University, Portland, OR Lines: 27 Message-ID: <42qkhf$2fd@walt.ee.pdx.edu> NNTP-Posting-Host: sirius.cs.pdx.edu X-Newsreader: TIN [version 1.2 PL2] Xref: euryale.cc.adfa.oz.au gnu.gcc.help:13033 comp.unix.bsd.netbsd.misc:1017 I'm attempting to update gcc/as/ld on a NetBSD 1.0 system. (now:: gcc-2.4.5, ld,as-1.92(?)) I am attempting to build gcc-2.6.3. After stage 1, the instructions say to build and install as and ld. I did this and now the error appears: /usr/lib/crt0.o(.text+0x5c): undefined reference to '_DYNAMIC' Did I not install as and ld correctly? Do I need to re-compile crt0.o? How? It's a Pentium running NetBSD 1.0. I need 1.0 for a platform to build on, so it isn't possible to update to a newer NetBSD. I would prefer to update to gcc-2.6.3 because I haven't heard shining recommendations for 2.7.0. Any help is greatly appreciated! Thanks Dave daver@cs.pdx.edu