From: mh AT mike DOT franken DOT de (Michael Hirmke) Subject: Re: Make and command execution 17 Sep 1998 14:44:23 -0700 Message-ID: <70xIVHc$pfB.cygnus.gnu-win32@mike.franken.de> References: <35FED9DB DOT 3E13CF9 AT xilinx DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 AT cygnus DOT com Sujoy Mitra [Sujoy DOT Mitra AT xilinx DOT com] wrote: [...] >The lib1 target fails with: >Can't open perl script "perlscript": No such file or directory > >How did make know that "perlscript" was a PERL script? If it actually It is *not* make which gives you this message - it is perl itself. Try to run "perlscript" from bash - you should get the same message. You should put ( perl -S perlscript ) into your makefile. [...] > >Can anyone explain this? > >Thanks, >Sujoy Mitra. Bye. Michael. -- Michael Hirmke | Telefon +49 (911) 557999 Georg-Strobel-Strasse 81 | FAX +49 (911) 557664 90489 Nuernberg | E-Mail mailto:mh AT mike DOT franken DOT de | WWW http://aquarius.franken.de/ - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".