Package Details: mingw-w64-unixodbc 2.3.7-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-unixodbc.git (read-only, click to copy)
Package Base: mingw-w64-unixodbc
Description: ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources (mingw-w64)
Upstream URL: http://www.unixodbc.org/
Licenses: GPL2, LGPL2.1
Submitter: Forty-Bot
Maintainer: None
Last Packager: Forty-Bot
Votes: 1
Popularity: 0.000000
First Submitted: 2018-04-04 05:36 (UTC)
Last Updated: 2019-09-15 17:34 (UTC)

Latest Comments

chn commented on 2020-07-12 07:20 (UTC)

I get the error configure: error: C compiler cannot create executables while building the package. config.log shows:

configure:3698: i686-w64-mingw32-gcc -V >&5
i686-w64-mingw32-gcc: error: unrecognized command-line option '-V'
i686-w64-mingw32-gcc: fatal error: no input files
compilation terminated.
configure:3709: $? = 1
configure:3698: i686-w64-mingw32-gcc -qversion >&5
i686-w64-mingw32-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
i686-w64-mingw32-gcc: fatal error: no input files
compilation terminated.
configure:3709: $? = 1
configure:3729: checking whether the C compiler works
configure:3751: i686-w64-mingw32-gcc -D_FORTIFY_SOURCE=2 -O2 -pipe -fno-plt -fexceptions --param=ssp-buffer-size=4 -march=x86-64 -mtune=generic -Ofast -pipe -fno-plt -D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed -fstack-protector -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now conftest.c  >&5
/usr/lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld: unrecognized option '-z'
/usr/lib/gcc/i686-w64-mingw32/10.1.0/../../../../i686-w64-mingw32/bin/ld: use the --help option for usage information
collect2: error: ld returned 1 exit status
configure:3755: $? = 1
configure:3793: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "unixODBC"
| #define PACKAGE_TARNAME "unixODBC"
| #define PACKAGE_VERSION "2.3.7"
| #define PACKAGE_STRING "unixODBC 2.3.7"
| #define PACKAGE_BUGREPORT "nick@unixodbc.org"
| #define PACKAGE_URL ""
| #define PACKAGE "unixODBC"
| #define VERSION "2.3.7"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:3798: error: in `/home/chn/.cache/yay/mingw-w64-unixodbc/src/unixODBC-2.3.7/build-i686-w64-mingw32':
configure:3800: error: C compiler cannot create executables
See `config.log' for more details