You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure: No --program-prefix given, using "eu-"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for x86_64-apple-darwin-strip... no
checking for strip... strip
checking for a race-free mkdir -p... ./../src/3543bb7991-af5b54f809.clean/config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking whether make supports nested variables... (cached) yes
checking build system type... aarch64-apple-darwin21.2.0
checking host system type... x86_64-apple-darwin
checking for x86_64-apple-darwin-gcc... no
checking for gcc... gcc
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking for x86_64-apple-darwin-ranlib... no
checking for ranlib... ranlib
checking for bison... bison -y
checking for flex... flex
checking for lex output file root... lex.yy
checking for lex library... none needed
checking for library containing yywrap... -ll
checking whether yytext is a pointer... yes
checking for x86_64-apple-darwin-ar... no
checking for x86_64-apple-darwin-lib... no
checking for x86_64-apple-darwin-link... no
checking for ar... ar
checking the archiver (ar) interface... ar
checking for x86_64-apple-darwin-readelf... no
checking for readelf... no
checking for x86_64-apple-darwin-nm... no
checking for nm... nm
checking for gcc with GNU99 support... no
configure: WARNING: unrecognized options: --disable-shared, --enable-static
rm: conftest.dSYM: is a directory
configure: error: gcc with GNU99 support required
Thanks for posting issue. According to #14771 (comment), elfutils does not support gnu extensions (-std=gnu99). It need a custom toolchain switching to gcc on apple could compile this correctly.
Package: elfutils[core]:x64-osx -> 0.182#2
Host Environment
vcpkg-scripts version: 4fff1e9 2022-01-17 (8 minutes ago)
To Reproduce
vcpkg install
Failure logs
/Users/leanderSchulten/git_projekte/Lichtsteuerung/vcpkg/buildtrees/elfutils/config-x64-osx-dbg-out.log
/Users/leanderSchulten/git_projekte/Lichtsteuerung/vcpkg/buildtrees/elfutils/config-x64-osx-dbg-err.log
Additional context
vcpkg.json
The text was updated successfully, but these errors were encountered: