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: Error while compiling libexif library and exif tool. #37

Open
r00tb33 opened this issue Aug 29, 2023 · 0 comments
Open

Exercise 2: Error while compiling libexif library and exif tool. #37

r00tb33 opened this issue Aug 29, 2023 · 0 comments

Comments

@r00tb33
Copy link

r00tb33 commented Aug 29, 2023

While compiling the libexif library I get the following error:

$ make
make  all-recursive                                
make[1]: Entering directory '/home/amit/fuzzing/examples/Fuzzing101/Exercise 2/fuzzing_libexif/libexif-libexif-0_6_14-release'
Making all in m4m                                 
make[2]: Entering directory '/home/amit/fuzzing/examples/Fuzzing101/Exercise 2/fuzzing_libexif/libexif-libexif-0_6_14-release/m4m'
make[2]: Nothing to be done for 'all'.               
make[2]: Leaving directory '/home/amit/fuzzing/examples/Fuzzing101/Exercise 2/fuzzing_libexif/libexif-libexif-0_6_14-release/m4m'
Making all in po                                   
make[2]: Entering directory '/home/amit/fuzzing/examples/Fuzzing101/Exercise 2/fuzzing_libexif/libexif-libexif-0_6_14-release/po'
make[2]: Nothing to be done for 'all'.                 
make[2]: Leaving directory '/home/amit/fuzzing/examples/Fuzzing101/Exercise 2/fuzzing_libexif/libexif-libexif-0_6_14-release/po'
Making all in libexif                           
make[2]: Entering directory '/home/amit/fuzzing/examples/Fuzzing101/Exercise 2/fuzzing_libexif/libexif-libexif-0_6_14-release/libexif'
Making all in canon                               
make[3]: Entering directory '/home/amit/fuzzing/examples/Fuzzing101/Exercise 2/fuzzing_libexif/libexif-libexif-0_6_14-release/libexif/canon'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -DLOCALEDIR=\"/home/amit/fuzzing/examples/Fuzzing101/Exercise 2/install/share/locale\" -I../.. -I../../libexif -g -Wall -Wmissing-declarations -Wmissing-prototypes   -g -O2 -MT exif-mnote-data-canon
.lo -MD -MP -MF .deps/exif-mnote-data-canon.Tpo -c -o exif-mnote-data-canon.lo exif-mnote-data-canon.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DLOCALEDIR=\"/home/amit/fuzzing/examples/Fuzzing101/Exercise 2/install/share/locale\" -I../.. -I../../libexif -g -Wall -Wmissing-declarations -Wmissing-prototypes -g -O2 -MT exif-mnote-data-canon.lo -MD -MP -MF .deps/exif-mnote-da
ta-canon.Tpo -c exif-mnote-data-canon.c -o exif-mnote-data-canon.o
<command-line>: warning: missing terminating " character
gcc: warning: 2/install/share/locale": linker input file unused because linking not done
gcc: error: 2/install/share/locale": linker input file not found: No such file or directory
make[3]: *** [Makefile:421: exif-mnote-data-canon.lo] Error 1
make[3]: Leaving directory '/home/amit/fuzzing/examples/Fuzzing101/Exercise 2/fuzzing_libexif/libexif-libexif-0_6_14-release/libexif/canon'
make[2]: *** [Makefile:655: all-recursive] Error 1
make[2]: Leaving directory '/home/amit/fuzzing/examples/Fuzzing101/Exercise 2/fuzzing_libexif/libexif-libexif-0_6_14-release/libexif'
make[1]: *** [Makefile:492: all-recursive] Error 1    
make[1]: Leaving directory '/home/amit/fuzzing/examples/Fuzzing101/Exercise 2/fuzzing_libexif/libexif-libexif-0_6_14-release'
make: *** [Makefile:401: all] Error 2

Does anyone have a clue as to what am I missing here??

Thanks!!

@r00tb33 r00tb33 changed the title Exercise 2: Exercise 2: Error while compiling libexif library and exif tool. Aug 29, 2023
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