Displaying 4 results from an estimated 4 matches for "jpeg_std_error".
2020 Apr 08
3
Building libjpeg-turbo with LTO
Hi,
I have tried to build libjpeg-turbo
<https://github.com/libjpeg-turbo/libjpeg-turbo> with LTO in LLVM, using
both clangbut get many errors in lld that look like the following:
ld: error: undefined symbol: jpeg_std_error
>>> referenced by jcstest.c:76
>>> lto.tmp:(main)
ld: error: undefined symbol: jpeg_CreateCompress
>>> referenced by jcstest.c:86
>>> lto.tmp:(main)
ld: error: undefined symbol: jpeg_set_defaults
>>> referenced by jcstest.c:...
2020 Apr 09
3
Building libjpeg-turbo with LTO
...>
> wrote:
>
>> Hi,
>>
>> I have tried to build libjpeg-turbo
>> <https://github.com/libjpeg-turbo/libjpeg-turbo> with LTO in LLVM, using
>> both clangbut get many errors in lld that look like the following:
>>
>> ld: error: undefined symbol: jpeg_std_error
>> >>> referenced by jcstest.c:76
>> >>> lto.tmp:(main)
>>
>> ld: error: undefined symbol: jpeg_CreateCompress
>> >>> referenced by jcstest.c:86
>> >>> lto.tmp:(main)
>>
>> ld: error: und...
2018 Mar 31
1
using llvm DataFlowSanitizer error
...#39;
../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$inflateSync'
../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_set_colorspace'
../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_write_raw_data'
../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_std_error'
clang-7.0: error: linker command failed with exit code 1 (use -v to see invocation)
tools/CMakeFiles/tiff2ps.dir/build.make:100: recipe for target 'tools/tiff2ps' failed
make[2]: *** [tools/tiff2ps] Error 1
CMakeFiles/Makefile2:311: recipe for target 'tools/CMakeFiles/tiff2ps.dir/a...
2018 Apr 01
0
using llvm DataFlowSanitizer error
...o.5.2.5: undefined reference to `dfs$inflateSync'
> ../libtiff/libtiff.so.5.2.5: undefined reference to
> `dfs$jpeg_set_colorspace'
> ../libtiff/libtiff.so.5.2.5: undefined reference to
> `dfs$jpeg_write_raw_data'
> ../libtiff/libtiff.so.5.2.5: undefined reference to `dfs$jpeg_std_error'
> clang-7.0: error: linker command failed with exit code 1 (use -v to see
> invocation)
> tools/CMakeFiles/tiff2ps.dir/build.make:100: recipe for target
> 'tools/tiff2ps' failed
> make[2]: *** [tools/tiff2ps] Error 1
Based on the names of the functions in the link error...