Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!mips!sgi!shinobu!fido.wpd.sgi.com!marktwain.rad.sgi.com!linton From: linton@marktwain.rad.sgi.com (Mark Linton) Newsgroups: comp.windows.interviews Subject: Re: help Message-ID: <1991May14.221713.19885@fido.wpd.sgi.com> Date: 14 May 91 22:17:13 GMT References: <1991May14.165145.3274@milton.u.washington.edu> Sender: news@fido.wpd.sgi.com (Usenet News Admin) Reply-To: linton@marktwain.rad.sgi.com (Mark Linton) Distribution: na Organization: sgi Lines: 28 In article <1991May14.165145.3274@milton.u.washington.edu>, sri@milton.u.washington.edu (Kandiah Sribalaskandarajah) writes: |> I am trying to create an application specific editor, using Unidraw |> library. I am getting the following error while linking. Can someone |> let me know, what additional libraries I should include? |> (I am using AT&T c++ 2.0 compiler) |> |> Thanks. |> ---------- |> CC -o soil soil.o soileditor.o soilcreator.o \ |> /u1129/sri/InterViews/lib/libUnidraw.a \ |> /u1129/sri/InterViews/lib/libIV-X11.a \ |> /u1129/sri/InterViews/lib/libDispatch.a \ |> /u1129/sri/InterViews/lib/libIV-look.a \ |> /u1129/sri/InterViews/lib/libOS.a \ |> /u1129/sri/InterViews/lib/libgraphic.a \ |> /u1129/sri/InterViews/lib/libInterViews.a /usr/lib/libX11.a -lm |> undefined first referenced |> symbol in file |> _XShapeQueryExtensio /u1129/sri/InterViews/lib/libIV-X11.a |> ___ct__11dpIOHandler /u1129/sri/InterViews/lib/libInterViews.a |> _instance__12dpDispa /u1129/sri/InterViews/lib/libInterViews.a |> ___dt__11dpIOHandler /u1129/sri/InterViews/lib/libInterViews.a |> ld fatal: Symbol referencing errors. No output written to soil |> *** Error code 13 These libraries aren't in the right order and you aren't including Xext. If you use imake, you should get the correct library list. Otherwise, you need to look at the templates that imake would use and enter the same libraries manually.