public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
From: Gary Benson <gbenson@redhat.com>
To: rhug-rhats@sources.redhat.com
Subject: Re: rhug and gcc 3.3
Date: Thu, 15 May 2003 08:57:00 -0000	[thread overview]
Message-ID: <20030515085629.GA10494@redhat.com> (raw)
In-Reply-To: <3EC32110.9000602@sympatico.ca>

Stefan Seefeld wrote:
> jakarta-tomcat: link error
> ==========================
> lib-org-apache-xerces.so: undefined reference to 
> `org::apache::xml::serialize::DOMWriterImpl::class$'
> 
> jakarta-log4j: link error
> =========================
> same...

I don't know about the others, but these two are because some of the
xerces libraries are not linked properly (they can't be, as there is a
circular dependency).  The workaround is to add:

  -l-org-apache-xerces -l-org-apache-xml-serialize

to the LDADD line for the binary (see jakarta-ant and jakarta-tomcat-4
for example).  For the record, xalan is like this too, so packages
linking to xalan need:

  -l-org-apache-xalan -l-org-apache-xml -l-org-apache-xpath

Later,
Gary

[ gbenson@redhat.com ][ GnuPG 85A8F78B ][ http://inauspicious.org/ ]

      reply	other threads:[~2003-05-15  8:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-15  5:11 Stefan Seefeld
2003-05-15  8:57 ` Gary Benson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030515085629.GA10494@redhat.com \
    --to=gbenson@redhat.com \
    --cc=rhug-rhats@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).