1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 <2004> 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 <2004> 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | building base3.14.5 |
From: | Zhao Zhuo <[email protected]> |
To: | "tech-talk" <[email protected]> |
Date: | Thu, 2 Sep 2004 23:21:56 +0800 |
Hi,everyone!
I'm building base3.14.5 for vxworks-ppc604 on solaris 8 SUN
Workstation with gcc.
However it showed the following error,why?
gmake[3]: Leaving directory
`/export/home/zhaozhuo/gateway/base-3.14.5/src/libCom/O.vxWorks-ppc604'
gmake[2]: Leaving directory `/export/home/zhaozhuo/gateway/base-3.14.5/src/libCom' gmake -C toolsComm install gmake[2]: Entering directory `/export/home/zhaozhuo/gateway/base-3.14.5/src/toolsComm' gmake -C antelope install gmake[3]: Entering directory `/export/home/zhaozhuo/gateway/base-3.14.5/src/toolsComm/antelope' gmake -C O.solaris-sparc-gnu -f ../Makefile TOP=../../../.. T_A=solaris-sparc-gnu install gmake[4]: Entering directory `/export/home/zhaozhuo/gateway/base-3.14.5/src/toolsComm/antelope/O.solaris-sparc-gnu' /usr/local//bin/gcc -c -D_POSIX_C_SOURCE=199506L -D_XOPEN_SOURCE=500 -DOSITHREAD_USE_DEFAULT_STACK -DUNIX -DSOLARIS=8 -D__EXTENSIONS__ -ansi -O3 -w -D_NO_PROTO -I. -I.. -I../../../../include/os/solaris -I../../../../include ../main.c /usr/local//bin/g++ -o antelope -L/export/home/zhaozhuo/gateway/base-3.14.5/lib/solaris-sparc-gnu/ -R/usr/local//lib -L/usr/local//lib -z ignore -z combreloc -z lazyload -R/export/home/zhaozhuo/gateway/base-3.14.5/lib/solaris-sparc-gnu closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o -lCom /export/home/zhaozhuo/gateway/base-3.14.5/lib/solaris-sparc-gnu//libCom.so: undefined reference to `cerr' /export/home/zhaozhuo/gateway/base-3.14.5/lib/solaris-sparc-gnu//libCom.so: undefined reference to `logic_error virtual table' /export/home/zhaozhuo/gateway/base-3.14.5/lib/solaris-sparc-gnu//libCom.so: undefined reference to `endl(ostream &)' /export/home/zhaozhuo/gateway/base-3.14.5/lib/solaris-sparc-gnu//libCom.so: undefined reference to `__out_of_range(char const *)' /export/home/zhaozhuo/gateway/base-3.14.5/lib/solaris-sparc-gnu//libCom.so: undefined reference to `ostream::operator<<(char const *)' /export/home/zhaozhuo/gateway/base-3.14.5/lib/solaris-sparc-gnu//libCom.so: undefined reference to `__length_error(char const *)' collect2: ld returned 1 exit status gmake[4]: *** [antelope] Error 1 gmake[4]: Leaving directory `/export/home/zhaozhuo/gateway/base-3.14.5/src/toolsComm/antelope/O.solaris-sparc-gnu' gmake[3]: *** [install.solaris-sparc-gnu] Error 2 gmake[3]: Leaving directory `/export/home/zhaozhuo/gateway/base-3.14.5/src/toolsComm/antelope' gmake[2]: *** [antelope.install] Error 2 gmake[2]: Leaving directory `/export/home/zhaozhuo/gateway/base-3.14.5/src/toolsComm' gmake[1]: *** [toolsComm.install] Error 2 gmake[1]: Leaving directory `/export/home/zhaozhuo/gateway/base-3.14.5/src' gmake: *** [src.install] Error 2 |