Hello,

  I'm back, with a silly problem where I must be overlooking something since
the samples link.  I can't resolve some symbols, and I don't understand why.
Again, I'm using gcc 3.0.3, and here is my link line and its output:

(link cmd, hopefully it will be readable):
/usr/local/gcc-3.0.3/bin/g++ -DLINUX -fpic
/home/bsettlem/dev/xmlweb/src/xml/test/SimpleXMLTest.o
/home/bsettlem/dev/xmlweb/src/xml/AuthorHandler.o  -L/usr/local/lib
-L/home/bsettlem/dev/xmlweb/xerces/lib -lxerces-c1_6_0 -o
/home/bsettlem/dev/xmlweb/src/xml/test/simple_test

(error output):
/home/bsettlem/dev/xmlweb/src/xml/AuthorHandler.o: In function
`DefaultHandler::fatalError(SAXParseException const&) ':
/home/bsettlem/dev/xmlweb/src/xml/AuthorHandler.o(.gnu.linkonce.t._ZN14Defaul
tHandler10fatalErrorERK17SAXParseException+0x24): undefined reference to
`SAXParseException::SAXParseException(SAXParseException const&)'
/home/bsettlem/dev/xmlweb/src/xml/AuthorHandler.o(.gnu.linkonce.t._ZN14Defaul
tHandler10fatalErrorERK17SAXParseException+0x2d): undefined reference to
 `SAXParseException::~SAXParseException()'
collect2: ld returned 1 exit status
make: *** [/home/bsettlem/dev/xmlweb/src/xml/test/simple_test] Error 1

Again, thanks for any help,
Brad


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to