All of lore.kernel.org
 help / color / mirror / Atom feed
* package compile stop due to make error
@ 2013-07-16  8:31 Varun Sharma
  2013-07-16  8:42 ` Youssouf Said
  0 siblings, 1 reply; 3+ messages in thread
From: Varun Sharma @ 2013-07-16  8:31 UTC (permalink / raw)
  To: kernelnewbies

Hi,

I try to compile fprobe package .After ./configure command , when i run
make command compile process failed

# make

make  all-recursive
make[1]: Entering directory `/home/fprobe-1.1'
Making all in src
make[2]: Entering directory `/home/fprobe-1.1/src'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/fprobe-1.1/src'
make[2]: Entering directory `/home/fprobe-1.1'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/fprobe-1.1'
make[1]: Leaving directory `/home/fprobe-1.1'

can anyone knows how to resolve this problem .

Regards
Varun Sharma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130716/0204136d/attachment.html 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* package compile stop due to make error
  2013-07-16  8:31 package compile stop due to make error Varun Sharma
@ 2013-07-16  8:42 ` Youssouf Said
  2013-07-16  8:50   ` Varun Sharma
  0 siblings, 1 reply; 3+ messages in thread
From: Youssouf Said @ 2013-07-16  8:42 UTC (permalink / raw)
  To: kernelnewbies

You need a makefile in src with the correct target
Le 16 juil. 2013 12:32, "Varun Sharma" <vsdssd@gmail.com> a ?crit :

> Hi,
>
> I try to compile fprobe package .After ./configure command , when i run
> make command compile process failed
>
> # make
>
> make  all-recursive
> make[1]: Entering directory `/home/fprobe-1.1'
> Making all in src
> make[2]: Entering directory `/home/fprobe-1.1/src'
> make[2]: Nothing to be done for `all'.
> make[2]: Leaving directory `/home/fprobe-1.1/src'
> make[2]: Entering directory `/home/fprobe-1.1'
> make[2]: Nothing to be done for `all-am'.
> make[2]: Leaving directory `/home/fprobe-1.1'
> make[1]: Leaving directory `/home/fprobe-1.1'
>
> can anyone knows how to resolve this problem .
>
> Regards
> Varun Sharma
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130716/951aa64c/attachment-0001.html 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* package compile stop due to make error
  2013-07-16  8:42 ` Youssouf Said
@ 2013-07-16  8:50   ` Varun Sharma
  0 siblings, 0 replies; 3+ messages in thread
From: Varun Sharma @ 2013-07-16  8:50 UTC (permalink / raw)
  To: kernelnewbies

makefile bulid after ./configure in both palce. one in src folder and
anotherone in fprobe folder .how to compare these two makefile.


On Tue, Jul 16, 2013 at 2:12 PM, Youssouf Said <youssouf.kernel@gmail.com>wrote:

> You need a makefile in src with the correct target
> Le 16 juil. 2013 12:32, "Varun Sharma" <vsdssd@gmail.com> a ?crit :
>
>> Hi,
>>
>> I try to compile fprobe package .After ./configure command , when i run
>> make command compile process failed
>>
>> # make
>>
>> make  all-recursive
>> make[1]: Entering directory `/home/fprobe-1.1'
>> Making all in src
>> make[2]: Entering directory `/home/fprobe-1.1/src'
>> make[2]: Nothing to be done for `all'.
>> make[2]: Leaving directory `/home/fprobe-1.1/src'
>> make[2]: Entering directory `/home/fprobe-1.1'
>> make[2]: Nothing to be done for `all-am'.
>> make[2]: Leaving directory `/home/fprobe-1.1'
>> make[1]: Leaving directory `/home/fprobe-1.1'
>>
>> can anyone knows how to resolve this problem .
>>
>> Regards
>> Varun Sharma
>>
>> _______________________________________________
>> Kernelnewbies mailing list
>> Kernelnewbies at kernelnewbies.org
>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130716/4976400b/attachment.html 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-16  8:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-16  8:31 package compile stop due to make error Varun Sharma
2013-07-16  8:42 ` Youssouf Said
2013-07-16  8:50   ` Varun Sharma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.