public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
* [jakarta-servletapi]: libtool problems
@ 2002-09-01 20:36 Nicholas Wourms
  2002-09-02  6:00 ` Anthony Green
  0 siblings, 1 reply; 4+ messages in thread
From: Nicholas Wourms @ 2002-09-01 20:36 UTC (permalink / raw)
  To: rhug-rhats

Hi,

I have gcj-3.2 and was attempting to compile the package.  However, when 
it gets to linking the jakarta-servletapi library, it fails.  The reason 
is because it appears that libtool is trying to build a library with 
non-libtool objects (LocalStrings.o, etc.).  Surely someone else has 
encountered this.

Cheers,
Nicholas

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [jakarta-servletapi]: libtool problems
  2002-09-01 20:36 [jakarta-servletapi]: libtool problems Nicholas Wourms
@ 2002-09-02  6:00 ` Anthony Green
  2002-09-02  6:21   ` Nicholas Wourms
  0 siblings, 1 reply; 4+ messages in thread
From: Anthony Green @ 2002-09-02  6:00 UTC (permalink / raw)
  To: Nicholas Wourms; +Cc: rhug-rhats

On Sun, 2002-09-01 at 20:33, Nicholas Wourms wrote:
> I have gcj-3.2 and was attempting to compile the package.  However, when 
> it gets to linking the jakarta-servletapi library, it fails.  The reason 
> is because it appears that libtool is trying to build a library with 
> non-libtool objects (LocalStrings.o, etc.).  Surely someone else has 
> encountered this.

What platform are you building on?  This is usually a warning, not an
error.

AG


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [jakarta-servletapi]: libtool problems
  2002-09-02  6:00 ` Anthony Green
@ 2002-09-02  6:21   ` Nicholas Wourms
  2002-09-02  6:44     ` Anthony Green
  0 siblings, 1 reply; 4+ messages in thread
From: Nicholas Wourms @ 2002-09-02  6:21 UTC (permalink / raw)
  To: rhug-rhats

Anthony Green wrote:

>On Sun, 2002-09-01 at 20:33, Nicholas Wourms wrote:
>
>>I have gcj-3.2 and was attempting to compile the package.  However, when 
>>it gets to linking the jakarta-servletapi library, it fails.  The reason 
>>is because it appears that libtool is trying to build a library with 
>>non-libtool objects (LocalStrings.o, etc.).  Surely someone else has 
>>encountered this.
>>
>
>What platform are you building on?  This is usually a warning, not an
>error.
>
Ok, I guess I should fess up to the fact that I'm trying to build it on 
your sister project, Cygwin.  I take it, then, that the problem lies in 
libtool?  I'll have a look at it then...

Cheers,
Nicholas

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [jakarta-servletapi]: libtool problems
  2002-09-02  6:21   ` Nicholas Wourms
@ 2002-09-02  6:44     ` Anthony Green
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony Green @ 2002-09-02  6:44 UTC (permalink / raw)
  To: Nicholas Wourms; +Cc: rhug-rhats, aoliva

On Mon, 2002-09-02 at 06:20, Nicholas Wourms wrote:
> Ok, I guess I should fess up to the fact that I'm trying to build it on 
> your sister project, Cygwin.  I take it, then, that the problem lies in 
> libtool? 

Not necessarily.   gcj builds object files out of property files with
the --resource flag.  libtool doesn't know how to do this, so I haven't
been using the regular libtool build mechanisms.  This makes libtool
complain that it's linking libtool and non-libtool object files together
-- but like I said, it's just a warning under Linux.  I've CC'd Alex
Oliva in case he has any ideas.  Teaching libtool about gcj resource
files will probably be hard.  Perhaps we could fake it out by generating
.lo files on our own...

AG


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-09-02 13:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-01 20:36 [jakarta-servletapi]: libtool problems Nicholas Wourms
2002-09-02  6:00 ` Anthony Green
2002-09-02  6:21   ` Nicholas Wourms
2002-09-02  6:44     ` Anthony Green

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).