Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Mar 1996 14:34:23 -0500 (EST)
From:      Ron Steele <rjs@asd.banctec.com>
To:        questions@freebsd.org
Subject:   XFree problem
Message-ID:  <Pine.BSF.3.91.960315142941.3505A-100000@teller.asd.banctec.com>

next in thread | raw e-mail | index | archive | help
I am trying to build with the 321 Xlibs from freebsd.cdrom.com.  I have
two problems.  First a function LowerCase() is not found and second, every
program I link dies in XFindContext().  This must be a know problem, can
someone help me with this?  Are these problems related?  I stubbed out
LowerCase() to be:
void *LowerCase( void *string)
{
	return string;
}

Thanks

Ron
	



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960315142941.3505A-100000>