This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Ruth, >Date: Thu, 25 Sep 2003 16:59:17 -0400 >From: Ruth Platner <address@hidden> >Organization: University of Rhode Island >To: Steve Emmerson <address@hidden> >Subject: Re: 20030925: udunits and fortran Mac OSX 10.2. The above message contained the following: > [d102-246:src/port/misc] monyoung% echo "#include <stddef.h>" >conftestpath.c > [d102-246:src/port/misc] monyoung% cc -M conftestpath.c > conftestpath.o: conftestpath.c > > conftestpath.c contains the following line > #include <stddef.h> Well, there's the problem. "cc -M" is supposed to print a list of everything that conftestpath.o depends on in a makefile format. In this case it should have included "/usr/include/stddef.h" in that list. Check the manual-page for cc(1). Is there an option that will include standard header-files in the "-M" output? Regards, Steve Emmerson