-
Notifications
You must be signed in to change notification settings - Fork 67
Description
Hello,
Getting the below error when executing the VisualSFM package provided in this repository.
Error:
/usr/bin/ld: lib/libjpeg.a(jdpostct.o): relocation R_X86_64_32S against .text' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: lib/libjpeg.a(jddctmgr.o): relocation R_X86_64_32 against symbol jpeg_idct_islow' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: lib/libjpeg.a(jdsample.o): relocation R_X86_64_32S against .text' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: lib/libjpeg.a(jdcolor.o): relocation R_X86_64_32S against .text' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: lib/libjpeg.a(jquant1.o): relocation R_X86_64_32 against .text' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: lib/libjpeg.a(jquant2.o): relocation R_X86_64_32S against .text' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: lib/libjpeg.a(jdmerge.o): relocation R_X86_64_32S against .text' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: lib/libjpeg.a(jerror.o): relocation R_X86_64_32 against .rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: lib/libjpeg.a(jmemmgr.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: lib/libjpeg.a(exif.o): relocation R_X86_64_32S against .rodata' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: error: ld returned 1 exit status
makefile:41: recipe for target 'VisualSFM' failed
make: *** [VisualSFM] Error 1