From owner-freebsd-multimedia Sun Aug 4 15:10:57 1996 Return-Path: owner-multimedia Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA27274 for multimedia-outgoing; Sun, 4 Aug 1996 15:10:57 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id PAA27250; Sun, 4 Aug 1996 15:10:48 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id PAA05506; Sun, 4 Aug 1996 15:08:11 -0700 (PDT) Message-Id: <199608042208.PAA05506@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Andreas Kohout cc: multimedia@freebsd.org, hackers@freebsd.org Subject: Re: http://www.uni-paderborn.de/~SciTeXt/ In-reply-to: Your message of "Sun, 04 Aug 1996 15:46:19 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 04 Aug 1996 15:08:10 -0700 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In the Makefile, make sure that you have: LOCAL_LIBRARIES = -lXm -lXext -lXt -lSM -lICE -lX11 -lXmu -lXpm Usually, undefined symbols such as "_XShapeQueryExtension" can be easily track by doing "nm -g library | grep " {hasty} nm -g /usr/X11R6/lib/libXext.a | grep Shape XShape.o: 000005b0 T _XShapeCombineMask 000004b0 T _XShapeCombineRectangles 00000330 T _XShapeCombineRegion 00000650 T _XShapeCombineShape 00000a30 T _XShapeGetRectangles 00000960 T _XShapeInputSelected 00000700 T _XShapeOffsetShape 00000210 T _XShapeQueryExtension 000007a0 T _XShapeQueryExtents 00000260 T _XShapeQueryVersion 000008c0 T _XShapeSelectInput nm -g /usr/X11R6/lib/libXm.a | grep Shape U _XShapeCombineMask U _XShapeCombineRectangles U _XShapeQueryExtension Amancio >From The Desk Of Andreas Kohout : > > Hello, > > > I added this to the Makefile: > > ok, it compiles without errors, but at startup: > > rabbit:/home/shanee> scitext > ld.so: Undefined symbol "_XShapeQueryExtension" called from > scitext_bsd:/usr/X11R6/lib/libXm.so.2.0 at 0x82152fc > > I have Motif 2.0 from XInside but canīt find anything in the sourcetree?? > > But Iīm not so good in Motif (or C C++ ...) ... > > Are you able to help? > > > -- > Greeting, Andy > running FreeBSD-current > --------------------------------------------------------------------------- > > >