Path: utzoo!attcan!uunet!tut.cis.ohio-state.edu!ucbvax!THUMPER.BELLCORE.COM!nsb From: nsb@THUMPER.BELLCORE.COM (Nathaniel Borenstein) Newsgroups: comp.soft-sys.andrew Subject: Yet another 3100 bug Message-ID: Date: 10 Aug 90 01:41:02 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 12 OK, so my 3100 compilation finally gets as far as trying to link the runapp binary. The Imakefile for atk/apps is set up so that it tries to get the X11 library simply by using -lX11. Great. Again, we get the non-libg0 version. The fix I found is, in atk/apps/Imakefile, to replace "-lX11" with "$(XLIBDIR)/libX11.a". I trust something like that will be in the next patch. I really don't understand how anyone ever managed to compile Andrew on the 3100 without hitting all these problems. Well, now I'll type "make World" again and see how far it gets this time... -- Nathaniel