[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20030926: udunits and fortran Mac OSX 10.2.



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