From owner-freebsd-hackers Sat Jun 24 12:58:43 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA22893 for hackers-outgoing; Sat, 24 Jun 1995 12:58:43 -0700 Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA22887 ; Sat, 24 Jun 1995 12:58:39 -0700 Received: from localhost.v-site.net (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.6.11/8.6.9) with SMTP id MAA20476; Sat, 24 Jun 1995 12:58:35 -0700 Message-Id: <199506241958.MAA20476@rah.star-gate.com> X-Authentication-Warning: rah.star-gate.com: Host localhost.v-site.net didn't use HELO protocol X-Mailer: exmh version 1.6delta 4/7/95 To: "Jordan K. Hubbard" cc: freebsd-hackers@freebsd.org (FreeBSD hackers), joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Subject: Re: Memory leak somewhere? In-reply-to: Your message of "Sat, 24 Jun 1995 20:46:28 BST." <10082.804023188@whisker.internet-eireann.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 24 Jun 1995 12:58:32 -0700 From: Amancio Hasty Sender: hackers-owner@freebsd.org Precedence: bulk >>> "Jordan K. Hubbard" said: > > Hmm, except for XFree86 3.1.1, i've always modified my xf86site.def to > > use -lgmalloc (i simply forgot it when re-vamping the last official > > version from scratch). I've never noticed any problems. (And due to > > Hmmm. Where do you set this? I've looked through the whole thing > and don't see any knobs for adding in extra libraries. > > Jordan Look in FreeBSD.cf : #define CcCmd cc #define CppCmd /usr/libexec/cpp #define PreProcessCmd CppCmd #define StandardCppDefines -traditional #if UseInstalled #define DefaultCCOptions /**/ #else #define DefaultCCOptions -ansi -pedantic -Dasm=__asm #endif #ifndef ExtraLibraries #if OSMajorVersion == 1 #define ExtraLibraries /* -lmalloc */ #else #define ExtraLibraries /* -lgnumalloc */ #endif #endif