public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
From: Anthony Green <green@redhat.com>
To: "T.J. Mather" <tjmather@maxmind.com>
Cc: "H. Kemal   Gürsoy" <hkgursoy@SoftHome.net>,
	rhug-rhats@sources.redhat.com
Subject: Re: gnu.readline compile problem
Date: Thu, 11 Jul 2002 06:53:00 -0000	[thread overview]
Message-ID: <1026395599.1956.2.camel@dhcppc2> (raw)
In-Reply-To: <Pine.LNX.4.33.0207102012510.7435-100000@knut.anidea.com>

On Wed, 2002-07-10 at 17:16, T.J. Mather wrote:
> I ran into the same problem and was able to fix it by appending ":." to 
> the classpath in Makefile.am. 

I think it actually needs a bigger change.  I botched this when gcjh was
changed to require --classpath.  This also updates Makefile.in. 

Thanks,

AG


2002-07-11  Anthony Green  <green@redhat.com>

	* Makefile.am: Fix gcjh invocation.
	* Makefile.in: Rebuilt.

Index: Makefile.am
===================================================================
RCS file: /cvs/rhug/rhug/gnu.readline/Makefile.am,v
retrieving revision 1.9
diff -c -r1.9 Makefile.am
*** Makefile.am	9 Jul 2002 03:10:54 -0000	1.9
--- Makefile.am	11 Jul 2002 13:47:44 -0000
***************
*** 107,113 ****
  # There's probably a cleaner generic way to handle this situation
  
  org_gnu_readline_Readline.h: $(lib_org_gnu_readline_la_DEPENDENCIES)
! 	$(GCJH) --classpath=upstream/src:. -jni `echo $(lib_org_gnu_readline_la_DEPENDENCIES) | sed 's/\.class//g'` -o $@
  ./upstream/src/native/org_gnu_readline_Readline.c: org_gnu_readline_Readline.h
  
  # Building the tests
--- 107,113 ----
  # There's probably a cleaner generic way to handle this situation
  
  org_gnu_readline_Readline.h: $(lib_org_gnu_readline_la_DEPENDENCIES)
! 	$(GCJH) --classpath=upstream/src:. -jni `echo $(lib_org_gnu_readline_la_DEPENDENCIES) | sed 's/upstream\/src//g' | sed 's/\.class//g'` -o $@
  ./upstream/src/native/org_gnu_readline_Readline.c: org_gnu_readline_Readline.h
  
  # Building the tests


  reply	other threads:[~2002-07-11 13:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-10 16:20 H. Kemal Gürsoy
2002-07-10 16:26 ` T.J. Mather
2002-07-11  6:53   ` Anthony Green [this message]
2002-07-11 11:14 H. Kemal Gürsoy

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=1026395599.1956.2.camel@dhcppc2 \
    --to=green@redhat.com \
    --cc=hkgursoy@SoftHome.net \
    --cc=rhug-rhats@sources.redhat.com \
    --cc=tjmather@maxmind.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).