This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Thu, Nov 24, 2005 at 06:46:33PM +0100, Steven Bosscher wrote:Right. Other compilers give their modules the .mod extension too, and those .mods are incompatble with gfortran's. So we should put gfortran specific things in a gfortran specific place.
Here is another version of the patch, that appends unless -nostdinc
(like cpplib) -I /usr/lib/gcc/<target>/<version>/<multilibdir>/finclude
(if it exists), or some other path based on the default search algorithm
in the driver....
--
Richard Maine | Good judgment comes from experience;
Richard.Maine@nasa.gov | experience comes from bad judgment.
| -- Mark Twain| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |