-
Notifications
You must be signed in to change notification settings - Fork 409
Open
Description
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!!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels