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]
Other format: [Raw text]

Re: java.awt.Robot needs libXtst


Thomas Fitzsimmons wrote:
I think it's fair to require an X development package when building the
GTK peers.  And libXtst seems to be shipped with Xorg.

An interesting factor:


make bootstrap (fails)
(followed by)
make configure-target-libjava (works)

while

make bootstrap (fails)
(followed by)
rm -rf x86_64-unknown-linux-gnu
(followed by)
make configure-target-libjava (fails!)

(I think: I have to double-check it - after all this is
rather confusing!)

I'm wondering if it's a 32-it vs 64-bit confusion.
My config.guess returns x86_64-unknown-linux-gnu, and
make configure-target-libjava tries to create both:
x86_64-unknown-linux-gnu/32/libjava
x86_64-unknown-linux-gnu/libjava
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


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