search for: ac_cv_header_dlfcn_h

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

2004 Sep 10
3
OS X compile errors
...l of those "-I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include" are getting put after the -I/sw/include which breaks things. It looks like this CPPFLAGS is being added by your configure script from the dlopen check: AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" But its still a bug in your buildsystem, all your local include paths should always be before user specified ones, CPPFLAGS or CFLAGS. -Ben
1999 Apr 30
0
problems compiling R-0.63.3 and 0.64.0 on alpha
...c_cv_func_times='yes'} ac_cv_func_vfork_works=${ac_cv_func_vfork_works='yes'} ac_cv_func_vprintf=${ac_cv_func_vprintf='yes'} ac_cv_have_x=${ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries=/local/X11R5/lib'} ac_cv_header_dl_h=${ac_cv_header_dl_h='no'} ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h='yes'} ac_cv_header_elf_h=${ac_cv_header_elf_h='no'} ac_cv_header_hdf5_h=${ac_cv_header_hdf5_h='no'} ac_cv_header_ieee754_h=${ac_cv_header_ieee754_h='no'} ac_cv_header_ieeefp_h=${ac_cv_header_ieeefp_h='no'} ac_cv_header_locale_h=${ac_cv...
2004 Sep 10
6
OS X compile errors
I just tried to compile FLAC 1.0.5 beta1 under Apple's X11 v0.1 (released today) and it didn't work. The error message was: file_decoder.c: In function `_declspec': file_decoder.c:477: warning: unused parameter `dllimport' file_decoder.c:478: warning: unused parameter `FLAC__file_decoder_process_until_end_of_file' make[4]: *** [file_decoder.lo] Error 1 make[3]: ***
2008 Aug 26
2
Error while compiling Ices 0.4
...v_build_alias_value= ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=arm ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=no ac_cv_func_setlinebuf=yes ac_cv_func_setsid=yes ac_cv_func_shout_new=no ac_cv_func_strftime=yes ac_cv_func_vsnprintf=yes ac_cv_header_dlfcn_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_shout_shout_h=yes ac_cv_header_signal_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_...
2004 Aug 06
3
ices2 compilations problems
...P_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_func_xmlParseFile=yes ac_cv_header_alsa_asoundlib_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_machine_soundcard_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_audioio_h=no ac_cv_header_sys_soundcard_h=yes ac_cv_header_sy...
2004 Aug 06
3
ices2 compilations problems
Hi, I have an Ices2 comp problem, it can't find libshout. I have installed Libshout 2.0 in /home/Darkmeteor the configure line I'm using for ices2 is : ./configure --prefix=/home/Darkmeteor --with-ogg-prefix=/home/Darkmeteor --with-vorbis-prefix=/home/Darkmeteor --with-shout-prefix=/home/Darkmeteor Problem : checking for Ogg... yes checking for Vorbis... yes checking for Shout... no
2005 Nov 08
2
[LLVMdev] llvm-test configure problem
...'' ac_cv_env_build_alias_set='' ac_cv_env_build_alias_value='' ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_exeext='' ac_cv_f77_compiler_gnu='yes' ac_cv_header_dlfcn_h='yes' ac_cv_header_inttypes_h='yes' ac_cv_header_memory_h='yes' ac_cv_header_stdc='yes' ac_cv_header_stdint_h='no' ac_cv_header_stdlib_h='yes' ac_cv_header_string_h='yes' ac_cv_header_strings_h='yes' ac_cv_header_sys_stat_h='yes...
2005 Nov 08
0
[LLVMdev] llvm-test configure problem
What's the config.log from this run? -bw On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote: > > Following the instructions here: > http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run > > I get an error running configure in the llvm-test directory. > > ./configure > --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/ >
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 Nov 03
4
[LLVMdev] llvm-test configure problem
Following the instructions here: http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run I get an error running configure in the llvm-test directory. ./configure --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/ --with-f2c=/home/vadve/shared/localtools/sparc --with-llvmsrc=/localhome/tbrethou/llvm --with-llvmobj=/localhome/tbrethou/llvm Error: [cut lots of config output] checking
2005 May 13
0
Problem configuring speex 1.1.8
...FLAGS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=yes ac_cv_func_getopt_long=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_audioio_h=no ac_cv_header_sys_soundcard_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_...
2005 May 13
1
Problem configuring speex 1.1.8
...DFLAGS_value= > ac_cv_env_build_alias_set= > ac_cv_env_build_alias_value= > ac_cv_env_host_alias_set= > ac_cv_env_host_alias_value= > ac_cv_env_target_alias_set= > ac_cv_env_target_alias_value= > ac_cv_exeext= > ac_cv_f77_compiler_gnu=yes > ac_cv_func_getopt_long=yes > ac_cv_header_dlfcn_h=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_memory_h=yes > ac_cv_header_stdc=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_audioio_h=no > ac_cv_header_sys_soundcard_h=yes > a...
2005 May 08
2
Problem configuring speex 1.1.8
...FLAGS_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=yes ac_cv_func_getopt_long=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_audioio_h=no ac_cv_header_sys_soundcard_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_...
2010 Sep 03
1
TinycoreLinux Install
...mp_working='yes' ac_cv_func_pread='yes' ac_cv_func_pwrite='yes' ac_cv_func_sigaction='yes' ac_cv_func_snprintf='snprintf' ac_cv_func_snprintf_noniso='no' ac_cv_func_strerror='yes' ac_cv_func_sysconf='yes' ac_cv_func_times='yes' ac_cv_header_dlfcn_h='yes' ac_cv_header_fcntl_h='yes' ac_cv_header_inttypes_h='yes' ac_cv_header_limits_h='yes' ac_cv_header_memory_h='yes' ac_cv_header_stdc='yes' ac_cv_header_stdint_h='yes' ac_cv_header_stdlib_h='yes' ac_cv_header_string_h='yes'...
2005 Feb 05
2
Problems compiling (configure) R on Ubuntu linux (debian)
...nv_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=no ac_cv_f77_dummy_main=none ac_cv_f77_libs= ac_cv_fortran_dummy_main=none ac_cv_header_arpa_inet_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dl_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_elf_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_floatingpoint_h=no ac_cv_header_fpu_control_h=yes ac_cv_header_grp_h=yes ac_cv_header_ieee754_h=yes ac_cv_header_ieeefp_h=no ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_locale_h=yes ac_c...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
..._cv_f77_dummy_main=unknown ac_cv_flibs=' -L/usr/ccs/lib -L/usr/lib -L/usr/local/lib -L/usr/local/lib/gcc-lib/sparc-sun-solaris2.6/egcs-2.92.21 -L/usr/ccs/bin -lreadline -ldl -lncurses -lg2c -lm -lg2c: -lgcc:' ac_cv_header_arpa_inet_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dl_h=no ac_cv_header_dlfcn_h=yes ac_cv_header_elf_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_floatingpoint_h=yes ac_cv_header_fpu_control_h=no ac_cv_header_grp_h=yes ac_cv_header_ieee754_h=no ac_cv_header_ieeefp_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_c...