Re: Make File
From: Priya Mishra (mis.priya_at_gmail.com)
Date: 07/06/05
- Next message: loic-dev_at_gmx.net: "Re: getcontext Attribute MT section of the man page"
- Previous message: Pascal Bourguignon: "Re: Make File"
- In reply to: Pascal Bourguignon: "Re: Make File"
- Next in thread: Torsten Mueller: "Re: Make File"
- Reply: Torsten Mueller: "Re: Make File"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 6 Jul 2005 06:27:37 -0700
Pascal Bourguignon wrote:
> "Priya Mishra" <mis.priya@gmail.com> writes:
>
> > Stephane Zuckerman wrote:
> >> > I am new to the Unix, but know most of the baseic commands,
> >> > can any on let me know how to make the MAKE FILE for in the
> >> > LINUX ? Pleas egive me the basic Idea on this, I am runing
> >> > short of time, and your help may help me a lot.
> >> What exactly do you need to know to do with your makefile ?
> >>
> >> Basically, you have a set of rules that are active if the files that
> >> depend on them are modified.
> >>
> >> Look for a makefile howto.
> >
> > Actually I have the source code and the make file also, I have to
> > compile
> > the whole code and check weather it is compiling or not ? please
> > suggest me
> > how to proceed
>
> Assume you have the sources and the Makefile in the directory named src.
> Then you proceed typing the following command:
>
> make -C src
Still I am not able to compile, What i did i put all the source code
and the make file in the folder name src, then wrote the above
command
make -c src .... it is not working instead it is giving the
USAGE:
make[-afshdfhguehew][-p#][-f file][macro[*][:]=value
....][target....]
What To Do :-( :-( ??
>
> Usually this prints the compilation commands as they're executed.
>
> --
> __Pascal Bourguignon__ http://www.informatimago.com/
>
> Nobody can fix the economy. Nobody can be trusted with their finger
> on the button. Nobody's perfect. VOTE FOR NOBODY.
- Next message: loic-dev_at_gmx.net: "Re: getcontext Attribute MT section of the man page"
- Previous message: Pascal Bourguignon: "Re: Make File"
- In reply to: Pascal Bourguignon: "Re: Make File"
- Next in thread: Torsten Mueller: "Re: Make File"
- Reply: Torsten Mueller: "Re: Make File"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|