Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exercise-2 have no fuzzer in build #43

Open
benmanzhh opened this issue Oct 21, 2024 · 0 comments
Open

exercise-2 have no fuzzer in build #43

benmanzhh opened this issue Oct 21, 2024 · 0 comments

Comments

@benmanzhh
Copy link

checking for gcc... /home/zhh12138/fuzzing-101-solutions/exercise-2/build/ex2_compiler
checking whether the C compiler works... no
configure: error: in '/home/zhh12138/fuzzing-101-solutions/exercise-2/libexif':
configure: error: C compiler cannot create executables
See 'config.log' for more details
Error while executing command, exit code: 77

config.log
configure:3398: checking for gcc
configure:3431: result: /home/zhh12138/fuzzing-101-solutions/exercise-2/build/ex2_compiler
configure:3790: checking for C compiler version
configure:3799: /home/zhh12138/fuzzing-101-solutions/exercise-2/build/ex2_compiler --version >&5
Debian clang version 16.0.6 (27+b1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm-16/bin
configure:3810: $? = 0
configure:3799: /home/zhh12138/fuzzing-101-solutions/exercise-2/build/ex2_compiler -v >&5
Debian clang version 16.0.6 (27+b1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm-16/bin
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/13
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/8
Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/14
Candidate multilib: .;@m64
Selected multilib: .;@m64
... rest of stderr output deleted ...
configure:3810: $? = 0
configure:3799: /home/zhh12138/fuzzing-101-solutions/exercise-2/build/ex2_compiler -V >&5
clang: error: unsupported option '-V -g'
clang: error: no such file or directory: '/home/zhh12138/fuzzing-101-solutions/exercise-2/libexif/libexercisetwo.a'
configure:3810: $? = 1
configure:3799: /home/zhh12138/fuzzing-101-solutions/exercise-2/build/ex2_compiler -qversion >&5
clang: error: unknown argument '-qversion'; did you mean '--version'?
clang: error: no such file or directory: '/home/zhh12138/fuzzing-101-solutions/exercise-2/libexif/libexercisetwo.a'
configure:3810: $? = 1
configure:3799: /home/zhh12138/fuzzing-101-solutions/exercise-2/build/ex2_compiler -version >&5
clang: error: unknown argument '-version'; did you mean '--version'?
clang: error: no such file or directory: '/home/zhh12138/fuzzing-101-solutions/exercise-2/libexif/libexercisetwo.a'
configure:3810: $? = 1
configure:3830: checking whether the C compiler works
configure:3852: /home/zhh12138/fuzzing-101-solutions/exercise-2/build/ex2_compiler conftest.c >&5
clang: error: no such file or directory: '/home/zhh12138/fuzzing-101-solutions/exercise-2/libexif/libexercisetwo.a'
configure:3856: $? = 1
configure:3897: result: no
configure: failed program was:
| /* confdefs.h /
| #define PACKAGE_NAME "EXIF library"
| #define PACKAGE_TARNAME "libexif"
| #define PACKAGE_VERSION "0.6.14"
| #define PACKAGE_STRING "EXIF library 0.6.14"
| #define PACKAGE_BUGREPORT "libexif-devel@lists.sourceforge.net"
| #define PACKAGE_URL ""
| #define PACKAGE "libexif"
| #define VERSION "0.6.14"
| /
end confdefs.h. */
|
| int
| main (void)
| {
|
| ;
| return 0;
| }
configure:3902: error: in '/home/zhh12138/fuzzing-101-solutions/exercise-2/libexif':
configure:3904: error: C compiler cannot create executables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant