public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: 520036556988-0001@t-online.de (Georg Wild)
To: tromey@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: java/4804
Date: Fri, 02 Nov 2001 12:16:00 -0000	[thread overview]
Message-ID: <20011114131601.28484.qmail@sourceware.cygnus.com> (raw)

The following reply was made to PR java/4804; it has been noted by GNATS.

From: 520036556988-0001@t-online.de (Georg Wild)
To: "Jeff Sturm" <jsturm@one-point.com>,
	<gcc-gnats@gcc.gnu.org>,
	<tromey@gcc.gnu.org>,
	<georg.wild@gmx.de>,
	<gcc-bugs@gcc.gnu.org>
Cc:  
Subject: Re: java/4804
Date: Wed, 14 Nov 2001 14:07:40 +0100

 I found the same explanation for this problem!
 
 First of all let me mention, that automake 1.5 doesn't work correctly
 because it doesn't find depcomp:
 
 ....
 cd . && automake --gnu --include-deps Makefile
 automake: configure.in: required file `./depcomp' not found
 make[1]: *** [Makefile.in] Error 1
 ...
 
 So it seems always good to me linking /usr/local/share/automake/depcomp
 there! This time it works in the telled manor.
 
 As far as I see at the moment, the problem 4804 is produced by line 3965 of
 /ltmain.sh
         case $host in
           *cygwin*) exeext=.exe ;;
           *) exeext= ;;
         esac
 
 I think somehow this exeext= ;; doesn't work correctly; you should use
 exeext=``; to give exeext a value! At the moment I think this should solve
 the problem!
 
 On the way you should also solve the problem with depcomp, but therefor I
 don't know how to help you; maybe this warning may have something to do with
 that, maybe not:
 /windows/gcc/fastjar/missing: Unknown `--run' option
 Try `/windows/gcc/fastjar/missing --help' for more information
 configure: WARNING: `missing' script is too old or missing
 It occurs after upgrading automake, I think!
 
 Greetings
 Georg
 
 ------- Original Message -----
 From: "Jeff Sturm" <jsturm@one-point.com>
 To: <gcc-gnats@gcc.gnu.org>; <tromey@gcc.gnu.org>; <georg.wild@gmx.de>;
 <gcc-bugs@gcc.gnu.org>
 Sent: Wednesday, November 14, 2001 1:21 AM
 Subject: Re: java/4804
 
 
 > I saw this too.  In my case I have autoconf 2.50 installed.
 > jar/Makefile has
 >
 > EXEEXT = no
 > ...
 > bin_PROGRAMS = jar$(EXEEXT)
 >
 > Building with a prior release of autoconf worked fine.
 >
 > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view
 >
 


             reply	other threads:[~2001-11-14 13:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-02 12:16 Georg Wild [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-11-13 15:16 java/4804 Tom Tromey
2001-11-03 11:36 java/4804 Jeff Sturm
2001-11-02 14:23 java/4804 Tom Tromey
2001-11-02 12:36 java/4804 Tom Tromey
2001-11-02  8:19 java/4804 Jeff Sturm

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=20011114131601.28484.qmail@sourceware.cygnus.com \
    --to=520036556988-0001@t-online.de \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=tromey@gcc.gnu.org \
    /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).