This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: LInking problems


Hi,
   I am using the snapshot as compiled by mumit. Snapshot 19990715 and
the latest one, both give the same error.
I get the following error when I try to link:
/usr/local/H-i586-cygwin32/bin/g++  -c -DDEBUG=1 -ggdb
source/TransformNode.cpp -o  obj/TransformNode.o
ar rc lib/libSGGT.a obj/VRMLVisitor.o obj/SGGTVisitor.o obj/RootNode.o
obj/TransformNode.o obj/GroupNode.o obj/LODNode.o
 obj/MaterialNode.o obj/DirectionalLightNode.o obj/PointLightNode.o
obj/SpotLightNode.o obj/GeometryBoxNode.o obj/Geomet
ryConeNode.o obj/GeometryCylinderNode.o obj/GeometrySphereNode.o
obj/GeometryFileNode.o obj/Vec3.o obj/RotationVec.o
/usr/local/H-i586-cygwin32/bin/g++  -c -DDEBUG=1 -ggdb
source/SGGTTester.cpp -o obj/SGGTTester.o
/usr/local/H-i586-cygwin32/bin/g++  obj/SGGTTester.o lib/libSGGT.a -o
bin/SGGTTester
/usr/local/H-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95/libstdc++.a(iostream.o)(.text+0x114):
undefined referen
ce to `_imp___ctype_'
/usr/local/H-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95/libstdc++.a(iostream.o)(.text+0x4d1):
undefined referen
ce to `_imp___ctype_'
/usr/local/H-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95/libstdc++.a(iovfscanf.o)(.text+0x60):
undefined referen
ce to `_imp___ctype_'
/usr/local/H-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95/libstdc++.a(iovfscanf.o)(.text+0x8d):
undefined referen
ce to `_imp___ctype_'
/usr/local/H-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95/libstdc++.a(iovfscanf.o)(.text+0x588):
undefined refere
nce to `_imp___ctype_'
/usr/local/H-i586-cygwin32/bin/../lib/gcc-lib/i586-cygwin32/2.95/libstdc++.a(iovfscanf.o)(.text+0x5dc):
more undefined r
eferences to `_imp___ctype_' follow
collect2: ld returned 1 exit status
make: *** [bin/SGGTTester] Error 1

Anybody have an idea as to what I'm doing wrong???

Cheers
Satpal Chander

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]