Re: Suffix rule not applied - make says its impossible(sometimes....)

2003-06-18 Thread Sam Ravnborg
On Wed, Jun 18, 2003 at 03:21:46PM +0100, Alex Hornby wrote: > > I've looked into this a bit more and it is VPATH related. > > If I copy PnL.idl from the source area into the build area then make > thinks the suffix rule is fine. > > Alex. > > > On Thu, 2003-04-03 at 12:40, Alex Hornby wrote:

Re: ifc error

2003-06-18 Thread Paul D. Smith
%% jullion loic <[EMAIL PROTECTED]> writes: jl> Hi, When using a make file to run a fortran code, I jl> have encoutered an error: jl> make: ifc: command not found jl> make: ***[time.o] Error 127 jl> Can you help me with that? It means the ifc program is not found on your PATH. If you h

ifc error

2003-06-18 Thread jullion loic
Hi, When using a make file to run a fortran code, I have encoutered an error: make: ifc: command not found make: ***[time.o] Error 127 Can you help me with that? Cheers Loic Jullion ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en

Re: Suffix rule not applied - make says its impossible(sometimes....)

2003-06-18 Thread Alex Hornby
I've looked into this a bit more and it is VPATH related. If I copy PnL.idl from the source area into the build area then make thinks the suffix rule is fine. Alex. On Thu, 2003-04-03 at 12:40, Alex Hornby wrote: > > Did anyone have a look at this? It looks like a make bug to me. > > Cheers,