You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Alexander Loehr <al...@pad.zuken.de> on 2002/04/30 15:47:21 UTC

HP & gcc link problem

Hello!

I've build a static xerces-c 1.6 library with gcc 2.95.2 on HP-UX and
want to link my program but I get many unresolved symbols, e.g.:

...
   RefHashTableOf<KVStringPair>::RefHashTableOf(unsigned int, bool)(code)
   RefHashTableOf<XercesAttGroupInfo>::containsKey(void const *) const(code)
   RefHash2KeysTableOf<SchemaAttDef>::isEmpty(void) const(code)
   NameIdPool<DTDElementDecl>::~NameIdPool(void)(code)
   Janitor<RegxParser>::~Janitor(void)(code)
   RefHash2KeysTableOf<RefVectorOf<AttributeInfo> >::RefHash2KeysTableOf(unsigned int)(code)
...

The symbols are all defined in xerces-c.

Do I have to use a special switch at compile time?

Thanks for any advice,
Alex
-- 
 Alexander Loehr   ZUKEN GmbH           Phone: +49-(0)5251-150622
Senior Software    Vattmannstrasse 3    Fax:   +49-(0)5251-150700
   Engineer        D-33100 Paderborn    eMail: alex@pad.zuken.de
       PGP key: http://mail.pad.zuken.de/~alex/aloehr.asc


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org