[Mono-list] compiling on FreeBSD

Miguel de Icaza miguel@ximian.com
13 Aug 2001 01:21:15 -0400


Dietmar, 

   can you look at this:

> well, after much messing around and hand-hacking makefiles, i've been able to
> get right up to compiling mono-int on FreeBSD, and it fails to link.  it's not
> finding isordered() isless() isgreater() and islessequal().  what library are
> these supposed to be in?  something in glibc that isn't in the BSD libc?

These are part of ISO C 9X.  It is part of the glibc.

I think we will have to probe the installation for those functions and
define our own if they are not part of the system headers.

Miguel.