> On Sun, Dec 28, 2003 at 11:22:32PM -0500, Jordan Sissel wrote:
> > I can't seem to get the latest ion-devel to build under freebsd 4.9.  I
> > attached the error output.  This problem does not occurr under freebsd
> > 5.x.
> 
> Maybe you need to link againt some extra library? Or does the libc
> support multibyte strings at all? Does it complain while compiling?
> 
> -- 
> Tuomo
> 

>From what I gather from scouring /usr/lib in both freebsd 4 and 5,
freebsd 5's libc has these functions, while freebsd 4's lacks it.

Looking at the output from the compiling stage, yes it does complain
during the compile.
Warnings such as:
strings.c:46: warning: implicit declaration of function `mbrtowc'

while compiling strings.c. This confuses me becuase mbrtowc is defined
in /usr/include/wchar.h which is included by strings.c

So, I'm confused. mbrtowc is definately not in my libc. In fact, it's no
where in /usr/lib, /usr/local/lib, or /usr/X11R6/lib (eh, I figured I'd
try there anyway)

Any ideas? I just upgraded my system a few minutes ago to the latest
-STABLE of FreeBSD 4 hoping that it would magically be in my libc in
the -stable version, no such luck.

Perhaps there's a 3rd party library that'll have these things?

-Jordan

Reply via email to