| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-0.6 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <4BF6803B.2060103@aol.com> |
| Date: | Fri, 21 May 2010 05:44:43 -0700 |
| From: | Tim Prince <n8tm AT aol DOT com> |
| Reply-To: | tprince AT computer DOT org |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: How to compile Fortran 90 subroutine under CYGWIN |
| References: | <SNT129-W2E72156B2337B784EB72687E40 AT phx DOT gbl> |
| In-Reply-To: | <SNT129-W2E72156B2337B784EB72687E40@phx.gbl> |
| x-aol-global-disposition: | G |
| X-AOL-SCOLL-SCORE: | 0:2:331672512:93952408 |
| X-AOL-SCOLL-URL_COUNT: | 0 |
| x-aol-sid: | 3039ac1d29454bf6803c3f43 |
| X-AOL-IP: | 99.13.231.72 |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On 5/21/2010 5:37 AM, bo yu wrote:
> .c.o : $(H_SOURCES)
> $(CC) -c $(CFLAGS) $<
> .f.o:
> ${F77} -c ${FFLAGS} $<
>
> --------------------------------------------------------------------------------------------
> Here is the code of ‘Testfor90.f90’
> --------------------------------------------------
>
make noticed that you didn't supply a rule for .f90.o
Why wouldn't you use gfortran? If you are trying to use a cygwin
installation from several years ago, it's time to update.
--
Tim Prince
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |