public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
From: Jukka Santala <jsantala@tml.hut.fi>
Cc: rhug-rhats@sources.redhat.com
Subject: Re: libtool woes
Date: Tue, 22 Jan 2002 01:39:00 -0000	[thread overview]
Message-ID: <Pine.SOL.4.10.10201221122010.9079-100000@morphine.tml.hut.fi> (raw)
In-Reply-To: <15436.19600.205399.359964@makita.cygnus.com>

On Mon, 21 Jan 2002, Alexandre Petit-Bianco wrote:
> Jukka Santala writes:
> > The fix in gnu.readline is neccessary because otherwise the build
> > will break horribly on any systems with a sensible jar-tool that
> > actually requires source-filenames.
> What are you seeing going wrong with the original actions?

First, a funny, using GCC 3.1/HEAD jar:

(here=`pwd`; cd ./upstream/src; jar uf $here/org-gnu-readline-0.6.jar)
jar: `-u' mode unimplemented.
make: *** [org-gnu-readline-0.6.jar] Error 1

In other words, the jar utility provided with GCC doesn't support -u at
all, hence some rewording might be in order.

Using Sun j2sdk 1.3.1's or IBM's 2-13 jar:
(here=`pwd`; cd ./upstream/src; jar uf $here/org-gnu-readline-0.6.jar)
'u' flag requires manifest or input files be specified!
Usage: jar {ctxu}[vfm0M] [jar-file] [manifest-file] [-C dir] files ...

Kaffe's jar does work, but that's about it. The main reason is that the
line doesn't actually do anything, since there are no non-source-files to
add. To make it able to compile with the present GCC alone, the additional
resource-files need to be added to the above "jar cf" line ofcourse.

> > Index: gnu.regexp/Makefile.am
> > Index: xerces/Makefile.am
> This is fine. Could you please write ChangeLog entries?

Sure. These do not allow a cross-compile yet, by the way, but they're
likely to bite even people who're just trying out alternative compiles of
GCC, and given rhug doesn't yet compile with the stable/release version,
that's quite a large portion of them :) Same problem goes with gcjh etc.
though, so I guess I'll look if I can bundle more things into that patch
at once.

 -Jukka Santala

  reply	other threads:[~2002-01-22  9:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-21  4:13 Jukka Santala
2002-01-21  4:26 ` Jukka Santala
2002-01-21  9:14   ` Alexandre Petit-Bianco
2002-01-22  1:39     ` Jukka Santala [this message]
2002-01-22  4:10     ` Jukka Santala
2002-01-25  9:05       ` Anthony Green
2002-01-28  3:34         ` Jukka Santala
2002-01-21  9:12 ` Alexandre Petit-Bianco
2002-01-31 10:19   ` Tom Tromey
2002-01-31 10:16 ` Tom Tromey
2002-02-01  5:02   ` Jukka Santala
2002-02-01 10:45     ` Alexandre Petit-Bianco
2002-02-04  6:03       ` Jukka Santala
2002-02-09 11:21         ` Tom Tromey
2002-02-09 11:26       ` Tom Tromey
2002-02-09 15:29         ` Alexandre Petit-Bianco
2002-02-10 10:19           ` Tom Tromey

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=Pine.SOL.4.10.10201221122010.9079-100000@morphine.tml.hut.fi \
    --to=jsantala@tml.hut.fi \
    --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).