From owner-freebsd-questions Tue Aug 19 23:07:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA01650 for questions-outgoing; Tue, 19 Aug 1997 23:07:47 -0700 (PDT) Received: from cyclone.degnet.baynet.de (root@cyclone.degnet.baynet.de [194.95.214.129]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id XAA01645 for ; Tue, 19 Aug 1997 23:07:37 -0700 (PDT) Received: from niente (ppp8 [194.95.214.138]) by cyclone.degnet.baynet.de (8.6.12/8.6.9) with SMTP id IAA01947 for ; Wed, 20 Aug 1997 08:27:34 +0200 Message-Id: <3.0.32.19970820080227.006b85d0@cyclone.degnet.baynet.de> X-Sender: moos@cyclone.degnet.baynet.de (Unverified) X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Wed, 20 Aug 1997 08:02:49 +0000 To: questions@freebsd.org From: Malte Lance Subject: [Q]: How to profile X-appl. without profiled X-libs Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all, i've coded an X-application and want to profile it but i do not have the profiled versions of the X-libraries (lib*_p.a). Since i am not interested in the profiling-data related to X-function-calls, i thought the profiled versions of the X-libraries are not needed. Compilation with "-pg" goes through without any errors. But in the linking-stage, the linker complains about thousands of symbols not found, which are all X-specific symbols. Now is it possible to make a profiled version of my X-application without the profiled versions of the X-libraries ? If not, where can i get the profiled versions of the XFree86-3.2 libraries for FreeBSD-2.1.7 (2.1.5) ? Thanks in advance for all your help. Malte Lance email: malte@webmore.com