public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
From: "Anthony Green" <green@redhat.com>
To: <apbianco@cygnus.com>, <rhug-rhats@sources.redhat.com>
Subject: Re: Jython dependencies...
Date: Wed, 17 Oct 2001 21:03:00 -0000	[thread overview]
Message-ID: <000201c1578a$997e9e40$5be6b4cd@cygnus.com> (raw)
In-Reply-To: <200110180039.RAA06254@fencer.cygnus.com>

Alex wrote:
>   TEST_DEPS = ../jakarta-servletapi/lib-javax-servlet.la \
>               ../jakarta-oro/lib-org-apache-oro.la \
>               ../gnu.readline/lib-org-gnu-readline.la
>
>   test_SimpleEmbedded_DEPENDENCIES = $(TEST_DEP)
>   test_SimpleEmbedded_SOURCES = upstream/src/Demo/embed/SimpleEmbedded.java
>   test_SimpleEmbedded_LDFLAGS = --main=SimpleEmbedded
>   test_SimpleEmbedded_LDADD = -L. -l-org-jython $(TEST_DEPS)
$(TEST_LDADD_LIBS)

> Second, is this the right way to express libraries dependencies on the
> two jython test examples?

Hmm... if you link lib-org-jython.la with -l-javax-servlet
and -l-org-apache-oro and -l-org-gnu-readline, then there should be no need to
put these in your dependencies list.  Does lib-org-jython.la really refer to
classes in these libraries?  If so you'll need to modify
lib_org_jython_la_LIBADD and then have lib-org-jython.la in your dependencies
for the test programs.  Things break pretty badly otherwise.

AG


  parent reply	other threads:[~2001-10-17 21:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-17 17:39 Alexandre Petit-Bianco
2001-10-17 18:30 ` Anthony Green
2001-10-17 18:42   ` Alexandre Petit-Bianco
2001-10-17 18:53 ` Tom Tromey
2001-10-17 19:03   ` Alexandre Petit-Bianco
2001-10-17 21:03 ` Anthony Green [this message]
2001-10-17 22:04   ` Alexandre Petit-Bianco
2001-10-19 16:30   ` Alexandre Petit-Bianco
2001-10-20 11:14     ` Tom Tromey
2001-10-20 21:57       ` Alexandre Petit-Bianco

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='000201c1578a$997e9e40$5be6b4cd@cygnus.com' \
    --to=green@redhat.com \
    --cc=apbianco@cygnus.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).