Marilyn E Noz: |In compiling the lastest CVS on Solaris 5.8 with gcc 2.95.2.1, I get: ... |DXChild.C:97: CC/osfcn.h: No such file or directory |DXChild.C:100: CC/libc.h: No such file or directory |In file included from DXChild.C:120: |/usr/include/sys/stat.h:438: warning: `S_ISDIR' redefined |../../../include/dx/arch.h:29: warning: this is the location of the |previous definition
Here on IRIX with CVS from 1/25 building with native compilers, my DX-generated dx/arch.h contains: #if (HAS_S_ISDIR == 0) #define S_ISDIR(x) ((x) & (S_IFDIR)) #endif dxconfig.h was created with: #define HAS_S_ISDIR 1 and configure output reads: ... checking whether header file sys/stat.h contains symbol S_ISDIR... yes checking whether header file sys/mode.h contains symbol S_ISDIR... no ... Something to check. I'm assuming you configure'ed on the same machine you're building on, and with the same environment (e.g. $PATH)? Might try deleting config.cache and re-configure'ing. Randy -- Randall Hopper (mailto:[EMAIL PROTECTED]) Lockheed Martin Operation Support EPA Scientific Visualization Center US EPA MD/24 ERC-1A; RTP, NC 27711
