Thanks, Rene! The output is now:
delta# gmake -f Makefile.bsd c++ -O2 -I. -D__UNIX__ -D__BSD__ -D__FREEBSD__ -DXMAIL_X86 -D_REENTRANT=1 -D_THREAD_SAFE=1 -c SysDep.cpp In file included from SysDep.cpp:40: SysDepBSD.cpp: In function `int SysMemoryInfo(SYS_INT64 *, SYS_INT64 *, SYS_INT64 *, SYS_INT64 *)': SysDepBSD.cpp:2795: implicit declaration of function `int sysctlbyname(...)' SysDepBSD.cpp:2836: storage size of `KSwap' isn't known SysDepBSD.cpp:2837: `SWIF_DEV_PREFIX' undeclared (first use this function) SysDepBSD.cpp:2837: (Each undeclared identifier is reported only once SysDepBSD.cpp:2837: for each function it appears in.) SysDepBSD.cpp:2837: confused by earlier errors, bailing out gmake: *** [SysDep.o] Error 1 That one line still says FreeBSD so I'm thinking I'm still having a problem. And, the problems in SysDepBSD.cpp remain. Thanks for the help! - ken --- Rene Rivera <[EMAIL PROTECTED]> wrote: > > That's basically telling you that it doesn't think your running > OpenBSD. > > Make sure that your OSTYPE env variable is "OpenBSD". __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
