help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need Help with this compile


From: Hafeez
Subject: Re: Need Help with this compile
Date: 5 Nov 2004 20:36:55 -0800

I have been able to compile codes from the two separate directories
but it is failing to link them into the final code. I am giving the
last page or so make output.

GNU C++ version 2.7.2 (i386 System V Release 4) compiled by CC.
vec_utils.C: In function `void SetupVectorScan(char *, char *, int)':
vec_utils.C:37: warning: unused parameter `char * buffer'
vec_utils.C: In function `int getNextVector(class Vector &, char *)':
vec_utils.C:123: warning: unused parameter `char * buffer'
 /usr/ccs/bin/as -V -Qy -o vec_utils.o /var/tmp/ccxUaWMH.s
as: Forte Developer 7 Compiler Common 7.0 IA32-iteam 2001/12/12
ld -r -o BirchLib.o vector.o rectangle.o cfentry.o components.o
cftree.o contree.o samples.o path.o buffer.o recyqueue.o parameter.o
status.o cutil.o hierarchy.o clarans.o lloyd.o kmeans.o phase1.o
phase2.o density.o phase3.o phase4.o main.o timeutil.o util.o
vec_utils.o
make[1]: Leaving directory
`/mount/autofs/home_pgrad/abdun/temp/birch/Birch'
/home/project/bin/g++  -O -g -DASCII -DLOGGING -ULABEL -DSUMMARY -Wall
--verbose Birch/BirchLib.o AttrProj/AttrProjLib.o  -lm -o birch
Reading specs from /home/project/lib/gcc-lib/i386-unknown-solaris2.9/2.7.2/specs
gcc version 2.7.2
 /usr/ccs/bin/ld -V -Y P,/usr/ccs/lib:/usr/lib -Qy -o birch
/home/project/lib/gcc-lib/i386-unknown-solaris2.9/2.7.2/crt1.o
/home/project/lib/gcc-lib/i386-unknown-solaris2.9/2.7.2/crti.o
/usr/ccs/lib/values-Xa.o
/home/project/lib/gcc-lib/i386-unknown-solaris2.9/2.7.2/crtbegin.o
-L/home/project/lib/gcc-lib/i386-unknown-solaris2.9/2.7.2
-L/usr/ccs/bin -L/usr/ccs/lib -L/home/project/lib Birch/BirchLib.o
AttrProj/AttrProjLib.o -lg++ -lstdc++ -lm -lgcc -lc -lgcc
/home/project/lib/gcc-lib/i386-unknown-solaris2.9/2.7.2/crtend.o
/home/project/lib/gcc-lib/i386-unknown-solaris2.9/2.7.2/crtn.o
ld: Software Generation Utilities - Solaris Link Editors: 5.9-1.381
Undefined                       first referenced
 symbol                             in file
_ZTI7filebuf                       
/home/project/lib/libstdc++.a(stdstrbufs.o)
_ZTI8stdiobuf                      
/home/project/lib/libstdc++.a(stdstrbufs.o)
ld: fatal: Symbol referencing errors. No output written to birch
make: *** [birch] Error 1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]