This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/30518] failed to build libgfortran in gcc-4.3-20070119 on OSX 10.3.9
- From: "dominiq at lps dot ens dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jan 2007 22:52:16 -0000
- Subject: [Bug libfortran/30518] failed to build libgfortran in gcc-4.3-20070119 on OSX 10.3.9
- References: <bug-30518-12313@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from dominiq at lps dot ens dot fr 2007-01-20 22:52 -------
Subject: Re: failed to build libgfortran in gcc-4.3-20070119 on OSX 10.3.9
Thanks for the answers. I am not sure to fully understand them.
Am I correct if I summarize them by saying that I should
add a line
#include <sys/time.h>
say after line 82 of "gcc/include/unistd.h":
#include <sys/unistd.h>
considering that I am only interested to build libfortran
on OSX 10.3.9?
Would it be better to include the line before
#include <sys/cdefs.h>
(line 80 of the same file)?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30518