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
I'm trying to compile libjpeg, but I had following error.
I also tried in tcpdump, and it produced same error.
How to solve this problem?
error message when compiling libjpeg
$ CC=/home/seclab0070/fuzzer/MTFuzz/ec_pass/afl-clang-fast ./configure && make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... /home/seclab0070/fuzzer/MTFuzz/ec_pass/afl-clang-fast
checking whether the C compiler works... no
configure: error: in `/home/seclab0070/fuzzer/target/libjpeg-turbo':
configure: error: C compiler cannot create executables
See `config.log' for more details
System I'm using is Ubuntu 20.04, and I also tried in Ubuntu 18.04.
I'm testing fuzzers with seleted target program(libjpeg, tcpdump and more.), so I can't use pre-compiled program that you provided in programs.
Could you help me with this problem?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi.
I'm trying to compile libjpeg, but I had following error.
I also tried in tcpdump, and it produced same error.
How to solve this problem?
System I'm using is Ubuntu 20.04, and I also tried in Ubuntu 18.04.
I'm testing fuzzers with seleted target program(libjpeg, tcpdump and more.), so I can't use pre-compiled program that you provided in programs.
Could you help me with this problem?
Thanks.
The text was updated successfully, but these errors were encountered: