Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

gnu make different in Darwin 9.0 and 10.0?

1 view
Skip to first unread message

Jomar Bueyes

unread,
Nov 15, 2011, 3:08:47 PM11/15/11
to
Hi

I have a Makefile that works ok with Mac OS 10.5.8 but not on my newer
laptop (OS 10.6.8). The few lines of the Makefile that seem to be
causing the problem are:

vpath %.mod <directory here>
vpah %.f90 <another directory>

%.mod:: %.f90
<tab> ${F90} ${F90FLAGS} -c $<

(F90 and F90FLAGS previously defined).

Under Mac OS 10.5.8 using make version 3.81 built for Darwin 9.0, all
the .mod files are made correctly. However, under MAC OS 10.6.8 using
make version 3.81 built for Darwin 10.0 I get the error message

make: *** No rule to make target `machine.mod'. Stop


Any idea of what I might be doing wrong?

Thank you in advance

Jomar
0 new messages