I download btsco.0.4 and attempted to install on centos 4.2.
I get an error on configure about failed program.
#ifndef __cplusplus
choke me
#endif
What do I do about that?
THanks,
Jerry
Hi Brad,
> The "choke me" stuff is a delightful easter egg in autoconf.
>
> It might be complaining that your c compiler can't also do c++. It's too
> bad since we don't even have any c++ in our project. I'm not familiar
> enough with autoconf to be sure.
add the following before the check for AC_PROG_LIBTOOL:
m4_define([_LT_AC_TAGCONFIG], [])
m4_ifdef([AC_LIBTOOL_TAGS], [AC_LIBTOOL_TAGS([])])
Regards
Marcel
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users
Jerry
The "choke me" stuff is a delightful easter egg in autoconf.
It might be complaining that your c compiler can't also do c++. It's too
bad since we don't even have any c++ in our project. I'm not familiar
enough with autoconf to be sure.
Brad
> I download btsco.0.4 and attempted to install on centos 4.2.
> I get an error on configure about failed program.
>
> #ifndef __cplusplus
> choke me
> #endif
>
> What do I do about that?
>
> THanks,
>
> Jerry
>
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bluez-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-users