Dear r-package-devel list subscribers,

can someone please guide me a little in
installing RODBC[1] on FreeBSD 13?

I believe it depends on unixodbc[2], but
the compilation stops with at not
finding unixodbc (I think):

        rasmus@iselin ~ % mkdir ~/src/RODBC
        rasmus@iselin ~ % cd ~/src/RODBC
        rasmus@iselin ~/src/RODBC % fetch 
'https://cran.rstudio.com/src/contrib/RODBC_1.3-17.tar.gz'
        rasmus@iselin ~/src/RODBC % R CMD INSTALL RODBC
        * installing to library 
‘/usr/home/rasmus/R/amd64-portbld-freebsd13.0-library/4.0’
        * installing *source* package ‘RODBC’ ...
        ** package ‘RODBC’ successfully unpacked and MD5 sums checked
        ** using staged installation
        checking for gcc... cc
        checking whether the C compiler works... yes
        checking for C compiler default output file name... a.out
        checking for suffix of executables...
        checking whether we are cross compiling... no
        checking for suffix of object files... o
        checking whether we are using the GNU C compiler... yes
        checking whether cc accepts -g... yes
        checking for cc option to accept ISO C89... none needed
        checking how to run the C preprocessor... cc -E
        checking for grep that handles long lines and -e... /usr/bin/grep
        checking for egrep... /usr/bin/grep -E
        checking for ANSI C header files... yes
        checking for sys/types.h... yes
        checking for sys/stat.h... yes
        checking for stdlib.h... yes
        checking for string.h... yes
        checking for memory.h... yes
        checking for strings.h... yes
        checking for inttypes.h... yes
        checking for stdint.h... yes
        checking for unistd.h... yes
        checking sql.h usability... yes
        checking sql.h presence... yes
        checking for sql.h... yes
        checking sqlext.h usability... yes
        checking sqlext.h presence... yes
        checking for sqlext.h... yes
        checking for library containing SQLTables... no
        configure: error: "no ODBC driver manager found"
        ERROR: configuration failed for package ‘RODBC’
        * removing 
‘/usr/home/rasmus/R/amd64-portbld-freebsd13.0-library/4.0/RODBC’

I've attached the config.log.  I think
the important lines are 249:253:

        configure:3672: cc -o conftest -O2 -pipe -DLIBICONV_PLUG 
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing 
-DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -I.  
conftest.c -lodbc   >&5
        ld: error: unable to find library -lodbc
        cc: error: linker command failed with exit code 1 (use -v to see 
invocation)
        configure:3672: $? = 1

I found line 48 in configure.ac [3]

        odbc_lib_path=`odbc_config --libs | sed s/-lodbc//`

and tried to change it to

        odbc_lib_path=`pkg-config --libs --cflags odbc | sed s/-lodbc//`

but this changes nothing (I think ...)

Running odbc_config and pkg-config:

        rasmus@iselin ~/src/RODBC % odbc_config --libs
        -L/usr/local/lib -lodbc
        rasmus@iselin ~/src/RODBC % pkg-config --libs --cflags odbc
        -I/usr/local/include -L/usr/local/lib -lodbc

Hey, I am at a loss here ...

I have not done much debugging work like 
this before ...

Perhaps some kind soul among you can 
provide some useful pointers on this?

Best,
Rasmus Liland

[1] https://cran.r-project.org/web/packages/RODBC/index.html
[2] http://www.unixodbc.org/
[3] https://raw.githubusercontent.com/cran/RODBC/master/configure.ac
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by RODBC configure 1.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = iselin
uname -m = amd64
uname -r = 13.0-STABLE
uname -s = FreeBSD
uname -v = FreeBSD 13.0-STABLE #0 stable/13-08639983e: Sun Mar 28 04:36:56 CEST 
2021     root@iselin:/usr/obj/root/src/stable/13/amd64.amd64/sys/GENERIC 

/usr/bin/uname -p = amd64
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/rasmus/.local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /home/rasmus/bin
PATH: /home/rasmus.local/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2424: checking for gcc
configure:2451: result: cc
configure:2680: checking for C compiler version
configure:2689: cc --version >&5
FreeBSD clang version 11.0.1 (g...@github.com:llvm/llvm-project.git 
llvmorg-11.0.1-0-g43ff75f2c3fe)
Target: x86_64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin
configure:2700: $? = 0
configure:2689: cc -v >&5
FreeBSD clang version 11.0.1 (g...@github.com:llvm/llvm-project.git 
llvmorg-11.0.1-0-g43ff75f2c3fe)
Target: x86_64-unknown-freebsd13.0
Thread model: posix
InstalledDir: /usr/bin
configure:2700: $? = 0
configure:2689: cc -V >&5
cc: error: argument to '-V' is missing (expected 1 value)
cc: error: no input files
configure:2700: $? = 1
configure:2689: cc -qversion >&5
cc: error: unknown argument '-qversion'; did you mean '--version'?
cc: error: no input files
configure:2700: $? = 1
configure:2720: checking whether the C compiler works
configure:2742: cc -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -isystem 
/usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG -I/usr/local/include 
-isystem /usr/local/include -I.  conftest.c  >&5
configure:2746: $? = 0
configure:2794: result: yes
configure:2797: checking for C compiler default output file name
configure:2799: result: a.out
configure:2805: checking for suffix of executables
configure:2812: cc -o conftest -O2 -pipe -DLIBICONV_PLUG 
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing 
-DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -I.  
conftest.c  >&5
configure:2816: $? = 0
configure:2838: result: 
configure:2860: checking whether we are cross compiling
configure:2868: cc -o conftest -O2 -pipe -DLIBICONV_PLUG 
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing 
-DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -I.  
conftest.c  >&5
configure:2872: $? = 0
configure:2879: ./conftest
configure:2883: $? = 0
configure:2898: result: no
configure:2903: checking for suffix of object files
configure:2925: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:2929: $? = 0
configure:2950: result: o
configure:2954: checking whether we are using the GNU C compiler
configure:2973: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:2973: $? = 0
configure:2982: result: yes
configure:2991: checking whether cc accepts -g
configure:3011: cc -c -g -DLIBICONV_PLUG -I/usr/local/include -isystem 
/usr/local/include -I. conftest.c >&5
configure:3011: $? = 0
configure:3052: result: yes
configure:3069: checking for cc option to accept ISO C89
configure:3132: cc  -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:3132: $? = 0
configure:3145: result: none needed
configure:3171: checking how to run the C preprocessor
configure:3202: cc -E -DLIBICONV_PLUG -I/usr/local/include -isystem 
/usr/local/include -I. conftest.c
configure:3202: $? = 0
configure:3216: cc -E -DLIBICONV_PLUG -I/usr/local/include -isystem 
/usr/local/include -I. conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:3216: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "RODBC"
| #define PACKAGE_TARNAME "rodbc"
| #define PACKAGE_VERSION "1.3"
| #define PACKAGE_STRING "RODBC 1.3"
| #define PACKAGE_BUGREPORT "rip...@stats.ox.ac.uk"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3241: result: cc -E
configure:3261: cc -E -DLIBICONV_PLUG -I/usr/local/include -isystem 
/usr/local/include -I. conftest.c
configure:3261: $? = 0
configure:3275: cc -E -DLIBICONV_PLUG -I/usr/local/include -isystem 
/usr/local/include -I. conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
         ^~~~~~~~~~~~~~~~~~
1 error generated.
configure:3275: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "RODBC"
| #define PACKAGE_TARNAME "rodbc"
| #define PACKAGE_VERSION "1.3"
| #define PACKAGE_STRING "RODBC 1.3"
| #define PACKAGE_BUGREPORT "rip...@stats.ox.ac.uk"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3304: checking for grep that handles long lines and -e
configure:3362: result: /usr/bin/grep
configure:3367: checking for egrep
configure:3429: result: /usr/bin/grep -E
configure:3434: checking for ANSI C header files
configure:3454: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:3454: $? = 0
configure:3527: cc -o conftest -O2 -pipe -DLIBICONV_PLUG 
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing 
-DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -I.  
conftest.c  >&5
configure:3527: $? = 0
configure:3527: ./conftest
configure:3527: $? = 0
configure:3538: result: yes
configure:3551: checking for sys/types.h
configure:3551: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:3551: $? = 0
configure:3551: result: yes
configure:3551: checking for sys/stat.h
configure:3551: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:3551: $? = 0
configure:3551: result: yes
configure:3551: checking for stdlib.h
configure:3551: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:3551: $? = 0
configure:3551: result: yes
configure:3551: checking for string.h
configure:3551: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:3551: $? = 0
configure:3551: result: yes
configure:3551: checking for memory.h
configure:3551: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:3551: $? = 0
configure:3551: result: yes
configure:3551: checking for strings.h
configure:3551: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:3551: $? = 0
configure:3551: result: yes
configure:3551: checking for inttypes.h
configure:3551: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:3551: $? = 0
configure:3551: result: yes
configure:3551: checking for stdint.h
configure:3551: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:3551: $? = 0
configure:3551: result: yes
configure:3551: checking for unistd.h
configure:3551: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:3551: $? = 0
configure:3551: result: yes
configure:3566: checking sql.h usability
configure:3566: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:3566: $? = 0
configure:3566: result: yes
configure:3566: checking sql.h presence
configure:3566: cc -E -DLIBICONV_PLUG -I/usr/local/include -isystem 
/usr/local/include -I. conftest.c
configure:3566: $? = 0
configure:3566: result: yes
configure:3566: checking for sql.h
configure:3566: result: yes
configure:3566: checking sqlext.h usability
configure:3566: cc -c -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong 
-isystem /usr/local/include -fno-strict-aliasing -DLIBICONV_PLUG 
-I/usr/local/include -isystem /usr/local/include -I. conftest.c >&5
configure:3566: $? = 0
configure:3566: result: yes
configure:3566: checking sqlext.h presence
configure:3566: cc -E -DLIBICONV_PLUG -I/usr/local/include -isystem 
/usr/local/include -I. conftest.c
configure:3566: $? = 0
configure:3566: result: yes
configure:3566: checking for sqlext.h
configure:3566: result: yes
configure:3641: checking for library containing SQLTables
configure:3672: cc -o conftest -O2 -pipe -DLIBICONV_PLUG 
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing 
-DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -I.  
conftest.c  >&5
ld: error: undefined symbol: SQLTables
>>> referenced by conftest.c
>>>               /tmp/conftest-b1d813.o:(main)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "RODBC"
| #define PACKAGE_TARNAME "rodbc"
| #define PACKAGE_VERSION "1.3"
| #define PACKAGE_STRING "RODBC 1.3"
| #define PACKAGE_BUGREPORT "rip...@stats.ox.ac.uk"
| #define PACKAGE_URL ""
| #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_SQL_H 1
| #define HAVE_SQLEXT_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SQLTables ();
| int
| main ()
| {
| return SQLTables ();
|   ;
|   return 0;
| }
configure:3672: cc -o conftest -O2 -pipe -DLIBICONV_PLUG 
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing 
-DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -I.  
conftest.c -lodbc   >&5
ld: error: unable to find library -lodbc
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "RODBC"
| #define PACKAGE_TARNAME "rodbc"
| #define PACKAGE_VERSION "1.3"
| #define PACKAGE_STRING "RODBC 1.3"
| #define PACKAGE_BUGREPORT "rip...@stats.ox.ac.uk"
| #define PACKAGE_URL ""
| #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_SQL_H 1
| #define HAVE_SQLEXT_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SQLTables ();
| int
| main ()
| {
| return SQLTables ();
|   ;
|   return 0;
| }
configure:3672: cc -o conftest -O2 -pipe -DLIBICONV_PLUG 
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing 
-DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -I.  
conftest.c -lodbc32   >&5
ld: error: unable to find library -lodbc32
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "RODBC"
| #define PACKAGE_TARNAME "rodbc"
| #define PACKAGE_VERSION "1.3"
| #define PACKAGE_STRING "RODBC 1.3"
| #define PACKAGE_BUGREPORT "rip...@stats.ox.ac.uk"
| #define PACKAGE_URL ""
| #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_SQL_H 1
| #define HAVE_SQLEXT_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SQLTables ();
| int
| main ()
| {
| return SQLTables ();
|   ;
|   return 0;
| }
configure:3672: cc -o conftest -O2 -pipe -DLIBICONV_PLUG 
-fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing 
-DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -I.  
conftest.c -liodbc   >&5
ld: error: unable to find library -liodbc
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3672: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "RODBC"
| #define PACKAGE_TARNAME "rodbc"
| #define PACKAGE_VERSION "1.3"
| #define PACKAGE_STRING "RODBC 1.3"
| #define PACKAGE_BUGREPORT "rip...@stats.ox.ac.uk"
| #define PACKAGE_URL ""
| #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_SQL_H 1
| #define HAVE_SQLEXT_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char SQLTables ();
| int
| main ()
| {
| return SQLTables ();
|   ;
|   return 0;
| }
configure:3689: result: no
configure:3696: error: "no ODBC driver manager found"

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_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_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_sql_h=yes
ac_cv_header_sqlext_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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_CPP='cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g=yes
ac_cv_search_SQLTables=no

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='cc'
CFLAGS='-O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -isystem 
/usr/local/include -fno-strict-aliasing'
CPP='cc -E'
CPPFLAGS='-DLIBICONV_PLUG -I/usr/local/include -isystem /usr/local/include -I.'
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
ODBC_CONFIG=''
PACKAGE_BUGREPORT='rip...@stats.ox.ac.uk'
PACKAGE_NAME='RODBC'
PACKAGE_STRING='RODBC 1.3'
PACKAGE_TARNAME='rodbc'
PACKAGE_URL=''
PACKAGE_VERSION='1.3'
PATH_SEPARATOR=':'
RODBC_CPPFLAGS='-I.'
SHELL='/bin/sh'
ac_ct_CC='cc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "RODBC"
#define PACKAGE_TARNAME "rodbc"
#define PACKAGE_VERSION "1.3"
#define PACKAGE_STRING "RODBC 1.3"
#define PACKAGE_BUGREPORT "rip...@stats.ox.ac.uk"
#define PACKAGE_URL ""
#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_SQL_H 1
#define HAVE_SQLEXT_H 1

configure: exit 1

Attachment: signature.asc
Description: PGP signature

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to