This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: how to libtoolize Java project?


Jeff Sturm <jsturm@one-point.com> writes:

> Another guess: Since the sinclude macro fails silently, perhaps the line
> 
> sinclude(../libtool.m4)
> 
> in acinclude.m4 isn't working?

Ah, that was it!  Thanks!  Replacing the '..' by '.' seems to fix it.
Now I can at least compile.  (I haven't tried linking or making
libraries yet - there are unrelated gcj problems I need to deal with first).
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]