search for: have_libm

Displaying 16 results from an estimated 16 matches for "have_libm".

Did you mean: have_libz
2005 Apr 19
0
R 2.0.1 install problem on Solaris 9
...ing std::exit; | #endif | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:23304: gcc -c -g -O2 -I/usr/include conftest.c >&5 conftest.c: In function `main': conftest.c:73: error: `bogus' undeclared (first use in this function) conftest.c:73: error: (Each unde...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
..." | #define Unix 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBM 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBDL 1 | #define HAVE_LIBREADLINE 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | #...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...#define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBM 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:21355: result: no configure:21366: checking for main in -ltermcap configure:21390: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib onftest.c -ltermcap -lm >&5 /usr/bin/ld: cannot...
2017 May 29
0
[PATCH] Add CMake build script
...F "NOT CPU_IS_X86;ENABLE_FIXED_POINT" OFF) +set(BFIN_ASM ${ENABLE_BLACKFIN_ASM}) +cmake_dependent_option(ENABLE_TI_C55X "Enable support for TI C55X DSP" OFF "NOT CPU_IS_X86" OFF) +set(TI_C55X ${ENABLE_TI_C55X}) + +if(NOT WIN32) + check_library_exists(m cos "" HAVE_LIBM) + if(HAVE_LIBM) + find_library(LIBM m) + endif() +endif() + +if(MSVC) + add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE) +endif(MSVC) + +find_package(Ogg) +find_package(SpeexDsp) + +cmake_dependent_option(USE_SPEEXDSP "Enable SpeexDSP library" ON "SpeexDsp_FOU...
2004 Jun 14
4
Readline on R-1.9.1a
...C_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would st...
2014 Sep 26
1
configure: error: linking to Fortran libraries from C fails
...GS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define HAVE_READLINE_HISTORY_H 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_LIBREADLINE 1 | #define HAVE_HISTORY_TRUNCATE_FILE 1 | #define HAVE_RL_COMPLETION_MATCHES 1 | #define STDC_HEADERS 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_...
2000 Jul 31
0
NetBSD patches
...RCS file: /usr/local/cvsroot/vorbis/configure.in,v retrieving revision 1.19 diff -u -p -r1.19 configure.in - --- configure.in 2000/07/22 02:03:45 1.19 +++ configure.in 2000/07/30 03:12:03 @@ -37,6 +37,7 @@ AC_CHECK_PROG(INSTALL,install,install) #AC_CHECK_LIB(m, cos, LIBS="-lm"; AC_DEFINE(HAVE_LIBM), LIBS="") # We no longer use config.h AC_CHECK_LIB(m, cos, LIBS="-lm", LIBS="") +AC_CHECK_LIB(ossaudio, _oss_ioctl) dnl Set some target options if test -z "$GCC"; then Index: vorbis-tools/Makefile.in ====================================================...
2003 Feb 12
2
rl_callback_read_char error on Solaris 7
..." | #define Unix 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBM 1 | #define HAVE_LIBNCURSES 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argume...
2003 Feb 11
2
configure can't get readline to work
...ine HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | #include <stdlib.h> | #endif | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still appl...
2005 Feb 08
0
Compiling R as a shared library
...#define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_LIBM 1 | #define HAVE_LIBDL 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FPU_CONTROL_H 1 | #define HAVE_GRP_H 1 | #defin...
2003 Nov 08
1
[Fwd: Sun Solaris 8 compile problem.]
...1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | #include | #endif | #define HAVE_LIBM 1 | #define HAVE_LIBTERMCAP 1 | #define HAVE_LIBDL 1 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DIRENT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_ELF_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_FLOATINGPOINT_H...
2005 Apr 18
3
Install problem on Solaris 9
I'm trying to install R-2.0.1 on Solaris 9 and I'm receiving the following error messages during make. begin installing recommended package foreign make[2]: *** [foreign.ts] Error 1 make[2]: Leaving directory `/opt/net/source/R-2.0.1/src/library/Recommended' make[1]: *** [recommended-packages] Error 2 make[1]: Leaving directory
2005 May 12
2
Problem configuring speex 1.1.8
Can you send me the config.log? Jean-Marc Le vendredi 13 mai 2005 ? 00:16 +0200, Pierre a ?crit : > Jean-Marc Valin wrote: > > What platform (OS, compiler/version) > > GNU/Linux > kernel 2.6.11.8 > gcc 3.4.3 > > > Also, does it work with no options. > > No, I just tried with just "./configure" and I have the same error. > > -- Jean-Marc
2005 May 13
0
Problem configuring speex 1.1.8
...| #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define restrict __restrict | #define VAR_ARRAYS | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_LIBM 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_LIBWINMM 1 | #define SPEEX_VERSION "1.1.8" | #define SPEEX_MAJOR_VERSION 1 | #define SPEEX_MINOR_VERSION 1 | #define SPEEX_MICRO_VERSION 8 | #define SPEEX_EXTRA_VERSION "" | /* end confdefs.h. */ | #include <stdio.h> | #if HAV...
2005 May 13
1
Problem configuring speex 1.1.8
...DINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_DLFCN_H 1 > | #ifdef __cplusplus > | extern "C" void std::exit (int) throw (); using std::exit; > | #endif > | #define restrict __restrict > | #define VAR_ARRAYS > | #define HAVE_SYS_SOUNDCARD_H 1 > | #define HAVE_LIBM 1 > | #define HAVE_GETOPT_LONG 1 > | #define HAVE_LIBWINMM 1 > | #define SPEEX_VERSION "1.1.8" > | #define SPEEX_MAJOR_VERSION 1 > | #define SPEEX_MINOR_VERSION 1 > | #define SPEEX_MICRO_VERSION 8 > | #define SPEEX_EXTRA_VERSION "" > | /* end confdefs.h....
2005 May 08
2
Problem configuring speex 1.1.8
...| #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define restrict __restrict | #define VAR_ARRAYS | #define HAVE_SYS_SOUNDCARD_H 1 | #define HAVE_LIBM 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_LIBWINMM 1 | #define SPEEX_VERSION "1.1.8" | #define SPEEX_MAJOR_VERSION 1 | #define SPEEX_MINOR_VERSION 1 | #define SPEEX_MICRO_VERSION 8 | #define SPEEX_EXTRA_VERSION "" | #define ENABLE_VALGRIND | #define _USE_SSE | #define FIXED_...