Darrel,
    you need to specify what platform you are on, which version of the
compiler you are using and what library you are using (e.g. pre-built
binary download or own build).

A pretty safe bet is that you are using a pre-built library built with
another C++ compiler and try to link that which gcc, which will fail.
You must use the same compiler for library builds and subsequent
linking (and in some cases, e.g. if the binary specification has
changed, even the same version - this is highly compiler/platform
dependent).

Take a look at http://xml.apache.org/xerces-c/index.html, section
"Platforms with Binaries", for an overview of the compilers used for
binary Xerces-C distributions.

Cheers,
 Martin.
--
Martin Kalen
Software Engineer
TODAY Systems, Inc.
http://www.todaysystems.com.au/
Tel +61-3-9536 3900 - Fax +61-3-9536 3901

----- Original Message -----
From: "Shih, Darrel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 09, 2001 4:14 AM
Subject: GCC


> Hi,
>
> I encountered linking problems (quite a few undefined symbols) when
I try to
> link Xerces's shared library with gcc. I'll appreciate If anyone has
a
> solution to that and e-mail me back.
>
> Thanks,
> Darrel



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

  • GCC Shih, Darrel
    • Martin Kalen

Reply via email to