public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
From: Bart Locanthi <bart@sabl.com>
To: Anthony Green <green@redhat.com>
Cc: rhug-rhats@sources.redhat.com
Subject: Re: rhug status
Date: Mon, 08 Sep 2003 17:28:00 -0000	[thread overview]
Message-ID: <3F5CBC5C.6010609@sabl.com> (raw)
In-Reply-To: <1063041450.3495.29.camel@escape>

ahhh.. this is my bad.

with the dependency issue that seemed to be there (the build immediately 
failed on gnu.readline, perhaps because of objdir==srcdir), i wrote my 
own makefiles and didn't set that flag.

btw the art of efficiently making gcj targets seems to elude both make 
and ant. is there a best standard practice for this?

i understand the intent of using traditional .java->.class via make to 
bootstrap, but the ant stage of doing it en masse (yay!) still leaves 
the issue of generating .o's, which is almost as slow as going straight 
to .o from .java.

i've taken to having rules like below and loading the few resulting .o's.

    gcj -c -o dir.o -classpath dir `find dir -name '*.java'`

you need a slightly more complex thing when other classpath entries are 
necessary.

Anthony Green wrote:

>On Mon, 2003-09-08 at 10:08, Bart Locanthi wrote:
>  
>
>>gcj has been barfing on stuff in comments in BCEL and xalan. in the 
>>former, the literature reference symbol (as in $3.5.2 where $ is 
>>replaced by something that looks like a line integral), in the latter, 
>>stuff like u-umlaut in Fahrfergnugen. i elided these rather clumsily so 
>>i have no line numbers for you.
>>    
>>
>
>This shouldn't be happening.  Do you see --encoding=8859_1 on the
>compile line?  And you say this is with GCC 3.3.1 on a RHL9 machine? 
>How did you configure the compiler when you built it?
>
>BTW, I just checked in a fix for the jakarta-regexp classpath problem in
>Xalan.
>
>Thanks,
>
>AG
>
>  
>

  reply	other threads:[~2003-09-08 17:28 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-07 18:18 Bart Locanthi
2003-09-08 15:59 ` Anthony Green
     [not found]   ` <3F5CB32B.3060203@sabl.com>
2003-09-08 16:59     ` Anthony Green
     [not found]     ` <1063040272.3495.22.camel@escape>
     [not found]       ` <3F5CB782.5090203@sabl.com>
2003-09-08 17:17         ` Anthony Green
2003-09-08 17:28           ` Bart Locanthi [this message]
2003-09-08 17:11   ` Gary Benson
  -- strict thread matches above, loose matches on Subject: below --
2001-09-18 12:25 Anthony Green
2001-09-03 23:42 Anthony Green

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=3F5CBC5C.6010609@sabl.com \
    --to=bart@sabl.com \
    --cc=green@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).