-- Original Message -- From: Arun Khan <[email protected]> To: "ILUG-C" <[email protected]> Date: Fri, 8 Jan 2010 12:18:09 +0530 Subject: Re: [Ilugc] Make file On Friday 08 January 2010, Mahalingam Subramaniam wrote: > to do so. Whilst, trying to execute "Make" after configure with > options, it outputs error message as follows: "make: *** No targets > specified and no makefile found. Stop." Your valuable suggestions & > comments are sought to resolve this issue. with regards The error message tells you that make is expecting you to give an additional parameter as shown below. e.g. when you build a kernel you specify "make config", "make bzImage" , "make modules" etc. Look through the Makefile and see what are the make "targets" Just out of curiosity, why are you compiling from source when RHEL5.2 has MySQL, PHP rpms that are more than adequate for a LAMP stack? -- Arun Khan Dear All I had gone through the "config.log" file to find some clue in trouble shooting this issue. I was able to detect dependency issues related to some of configure options which I had opted while configuring php. Therefore, I had to remove those options which are having conflict with config to enable php configuration further with make & make install. Hence, I could proceed with my task further successfully but by compromising those options. Thanks for your support & valuable opinions in this regard with thanks s.mahalingam _______________________________________________
_______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
