Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!munnari.oz.au!metro!usage.csd.unsw.oz.au!spectrum!cameron From: cameron@usage.csd.oz (Cameron Simpson,Uhmmm..???? Who knows) Newsgroups: comp.sys.sgi Subject: dumb question about libgl.a and openwin()... Message-ID: <861@usage.csd.unsw.oz.au> Date: 26 Sep 90 10:31:30 GMT Sender: news@usage.csd.unsw.oz.au Reply-To: cameron@spectrum.cs.unsw.oz.au (Cameron Simpson) Organization: none Lines: 20 I have a program which does simple things, like opening a few windows and scribbling in them. If I compile it on a 4D and run it there, fine. Likewise for compiling on a PI and running it there. When I try to run the 4D verion on the PI it says Unable to map GM DRAM: No such device When I try to run the PI version on the 4D it says Unable to map FIFO: No such device The code in question reads like [...] prefposition(...); openwin("dummy"); It dies in the openwin(). I'm obviously missing something extremely basic here. How do I make a binary which will run on both? - Cameron Simpson cameron@spectrum.cs.unsw.oz.au