Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 1997 19:54:59 -0700 (PDT)
From:      asami@vader.cs.berkeley.edu (Satoshi Asami)
To:        joes@spiritone.com
Cc:        joerg_wunsch@uriah.heep.sax.de, freebsd-current@freebsd.org
Subject:   Re: Help!  libgnumalloc not found!
Message-ID:  <199704220254.TAA23719@silvia.HIP.Berkeley.EDU>
In-Reply-To: <m0wJMqO-00143TC@joes.users.spiritone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
 * I got around the problem with the viewfax port by making symlinks
 * to libgnumalloc* in the /usr/X11R6/lib directory; Do I need
 * to change anything in any of the *mk files or ???

Take a look at the file /usr/X11R6/lib/X11/config/FreeBSD.cf.  If
yours has these lines:

===
#ifndef UseGnuMalloc
/* 2.2 doesn't really have GnuMalloc */
#if OSMajorVersion < 2 || (OSMajorVersion == 2 && OSMinorVersion < 2)
#define UseGnuMalloc            YES
#else
#define UseGnuMalloc            NO
#endif
#endif
===

go up a few lines and change the OS*Version variables.  If it doesn't,
you should be looking right at the place you need to fix. ;)

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704220254.TAA23719>