All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-devel] 'make' and 'make install' not working
@ 2005-03-17  9:13 jose
  2005-03-17  9:30 ` Alain Volmat
  2005-03-19 16:05 ` Anderson Clayton B Rodrigues
  0 siblings, 2 replies; 3+ messages in thread
From: jose @ 2005-03-17  9:13 UTC (permalink / raw)
  To: bluez-devel

Hi,

After downloadin the bluez files, i did './configure',
but iam unable to 'make' or 'make install'.

this is what i got when i did ./configure


jose:/home/jose/bluetooth/bluez-hcidump-1.18 #
./configure --with-gcc --prefix=/usr
--mandir=/usr/share/man
checking for a BSD-compatible install...
/usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking whether to enable maintainer-specific
portions of Makefiles... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in
$PATH



now, how do i set the path to gcc?

Thanks in advance,
Jose

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] 'make' and 'make install' not working
  2005-03-17  9:13 [Bluez-devel] 'make' and 'make install' not working jose
@ 2005-03-17  9:30 ` Alain Volmat
  2005-03-19 16:05 ` Anderson Clayton B Rodrigues
  1 sibling, 0 replies; 3+ messages in thread
From: Alain Volmat @ 2005-03-17  9:30 UTC (permalink / raw)
  To: bluez-devel

Hi Jose,

this has actually nothing to do with Bluetooth I think but...

a common way to do, in case of your gcc is a a specific location
is to use CC environment variable.
CC=mygcc AR=myar LD=myLD NM=myNM ./configure ....

well here you don't need AR, LD, NM I think but that's just for the example.
so just doing CC=yourgccpath/gcc ./configure should do the trick.

or just follow what configure is telling you ...
> configure: error: no acceptable C compiler found in $PATH
since it couldn't found gcc inside $PATH, then add gcc's location into $PATH :D

Alain

* jose [Thu, 17 Mar 2005 at 01:13 -0800]
<quote>
> Hi,
> 
> After downloadin the bluez files, i did './configure',
> but iam unable to 'make' or 'make install'.
> 
> this is what i got when i did ./configure
> 
> 
> jose:/home/jose/bluetooth/bluez-hcidump-1.18 #
> ./configure --with-gcc --prefix=/usr
> --mandir=/usr/share/man
> checking for a BSD-compatible install...
> /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... no
> checking whether to enable maintainer-specific
> portions of Makefiles... no
> checking for gcc... no
> checking for cc... no
> checking for cc... no
> checking for cl... no
> configure: error: no acceptable C compiler found in
> $PATH
> 
> 
> 
> now, how do i set the path to gcc?
> 
> Thanks in advance,
> Jose
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
</quote>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

* Re: [Bluez-devel] 'make' and 'make install' not working
  2005-03-17  9:13 [Bluez-devel] 'make' and 'make install' not working jose
  2005-03-17  9:30 ` Alain Volmat
@ 2005-03-19 16:05 ` Anderson Clayton B Rodrigues
  1 sibling, 0 replies; 3+ messages in thread
From: Anderson Clayton B Rodrigues @ 2005-03-19 16:05 UTC (permalink / raw)
  To: bluez-devel

jose wrote:

>Hi,
>
>After downloadin the bluez files, i did './configure',
>but iam unable to 'make' or 'make install'.
>
>this is what i got when i did ./configure
>
>
>jose:/home/jose/bluetooth/bluez-hcidump-1.18 #
>./configure --with-gcc --prefix=/usr
>--mandir=/usr/share/man
>checking for a BSD-compatible install...
>/usr/bin/install -c
>checking whether build environment is sane... yes
>checking for gawk... gawk
>checking whether make sets $(MAKE)... no
>checking whether to enable maintainer-specific
>portions of Makefiles... no
>checking for gcc... no
>checking for cc... no
>checking for cc... no
>checking for cl... no
>configure: error: no acceptable C compiler found in
>$PATH
>
>
>
>now, how do i set the path to gcc?
>
>Thanks in advance,
>Jose
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection around 
>http://mail.yahoo.com 
>
>
>-------------------------------------------------------
>SF email is sponsored by - The IT Product Guide
>Read honest & candid reviews on hundreds of IT Products from real users.
>Discover which products truly live up to the hype. Start reading now.
>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>_______________________________________________
>Bluez-devel mailing list
>Bluez-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/bluez-de
>  
>
Jose,

There are some references about it in the list archives. Take a look there.

Regards,


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

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

end of thread, other threads:[~2005-03-19 16:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-17  9:13 [Bluez-devel] 'make' and 'make install' not working jose
2005-03-17  9:30 ` Alain Volmat
2005-03-19 16:05 ` Anderson Clayton B Rodrigues

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.