>> > You should not ask for POSIX levels unless you want to compile a strictly >> > conforming programs; if you want to confirm strictly to the interfaces >> > but also need to use non-portable extensions, then you need to add >> > -D__EXTENSIONS__ on the compilation command line. >> >> Thank you; will do. > >I just realized that this does not help given the current behavior of mman.h. >__EXTENSIONS__ does not cause mincore() to be defined. So my original >question stand, albeit modified with __EXTENSIONS__.
It wants you to include <unistd.h>, it seems. Casper _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
