Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!tubopal.UUCP!olaf From: olaf@tubopal.UUCP (Olaf Heimburger) Newsgroups: comp.windows.x Subject: Re: where is XmuCvtStringToJustify Message-ID: <8906140440.AA12891@tubopal.uucp> Date: 14 Jun 89 04:40:22 GMT References: <8906140148.AA29408@tub.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 21 ayadav> Hi folks, ayadav> While compiling my first Xprogram with buttons ayadav> using the Athena Widget Set I get the following message ayadav> while compiling with cc widg.c -lXmu -lXaw -lXt -lX11: ayadav> ld: Undefined symbol ayadav> _XmuCvtStringToJustify ayadav> What am I missing ? Nothing. You should compile your program with: cc widg.c -lXaw -lXmu -lXt -lX11 It is importent that -lXmu will be linked *after* -lXaw. I think you should use imake to avoid such problems. Regards, --olaf