Date: Sat, 24 Jun 1995 12:58:32 -0700 From: Amancio Hasty <hasty@rah.star-gate.com> To: "Jordan K. Hubbard" <jkh@freebsd.org> Cc: freebsd-hackers@freebsd.org (FreeBSD hackers), joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Subject: Re: Memory leak somewhere? Message-ID: <199506241958.MAA20476@rah.star-gate.com> In-Reply-To: Your message of "Sat, 24 Jun 1995 20:46:28 BST." <10082.804023188@whisker.internet-eireann.ie>
next in thread | previous in thread | raw e-mail | index | archive | help
>>> "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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506241958.MAA20476>