Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.sys.mac.programmer.help > #87

gnu make different in Darwin 9.0 and 10.0?

From Jomar Bueyes <jomarbueyes@hotmail.com>
Newsgroups comp.sys.mac.programmer.help
Subject gnu make different in Darwin 9.0 and 10.0?
Date 2011-11-15 12:08 -0800
Organization http://groups.google.com
Message-ID <fbaaf127-9652-4fa0-a307-1877d3a30d96@u9g2000vbx.googlegroups.com> (permalink)

Show all headers | View raw


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

Back to comp.sys.mac.programmer.help | Previous | Next | Find similar


Thread

gnu make different in Darwin 9.0 and 10.0? Jomar Bueyes <jomarbueyes@hotmail.com> - 2011-11-15 12:08 -0800

csiph-web