I noticed that the linux.x86_64.mk overwrites XLIBS as follows - XLIBS = -L/usr/X11R6/lib64 -lX11 -lXft -lXext -lXtst
I'm running Ubuntu on an x86_64 and that folder doesn't exist at all. Is that a problem? -Nathan On Wed, Mar 18, 2009 at 6:41 PM, Nathan Beyer <nbe...@gmail.com> wrote: > I want to add 'XTHREADS' to the defines for Linux builds. > > On Wed, Mar 18, 2009 at 12:15 PM, Tim Ellison <t.p.elli...@gmail.com> wrote: >> Nathan Beyer wrote: >>> I'm playing around with an adjustment to the build that might help the >>> awt/swing crashes on linux. Where's the best place to add a define >>> statement to the make files for linux builds only. >> >> I didn't see any reply to this, apologies if I just missed it. >> >> For the class libraries it depends upon the scope you are changing, so >> you can put it into such places as >> awt/src/main/native/*/unix/makefile >> >> for targeted makes, or more globally in >> depends/build/platform/* >> >> for different architectures. >> >> What were you planning on trying? >> >> Regards, >> Tim >> >> >> >