Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!sdd.hp.com!ucsd!ucbvax!bloom-beacon!dprg-330.GOVt.shearson.COM!fgreco From: fgreco@dprg-330.GOVt.shearson.COM (Frank Greco) Newsgroups: comp.windows.x Subject: Re: a naive question Message-ID: <9011071826.AA17552@islanders.> Date: 7 Nov 90 18:26:02 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 21 > > When I try to compile it under SunOs 4.1 running Openwindows version 2 > using the command > > cc menu.c -lxview -lX11 -o menu > > (again as suggested in the O'Reilly manual), I get the following runtime > error: > > ld.so: call to undefined procedure _olgx_calculate_3Dcolors from 0xf779afa8 > > Does anyone know what I'm doing wrong and, more importantly, how to fix > the problem. It should be linked with the olgx libraries, and, in this order: cc menu -lxview -lolgx -lX11 -o menu Frank G.