Displaying 2 results from an estimated 2 matches for "jpeg_default_colorspace".
2020 Apr 08
3
Building libjpeg-turbo with LTO
...:(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:88
>>> lto.tmp:(main)
ld: error: undefined symbol: jpeg_default_colorspace
>>> referenced by jcstest.c:90
>>> lto.tmp:(main)
>>> referenced by jcstest.c:114
>>> lto.tmp:(main)
This only occurs when compiling with the -flto flag. Has anyone been able
to build libjpeg-turbo with LTO? Are there any modification...
2020 Apr 09
3
Building libjpeg-turbo with LTO
...;>> referenced by jcstest.c:86
>> >>> lto.tmp:(main)
>>
>> ld: error: undefined symbol: jpeg_set_defaults
>> >>> referenced by jcstest.c:88
>> >>> lto.tmp:(main)
>>
>> ld: error: undefined symbol: jpeg_default_colorspace
>> >>> referenced by jcstest.c:90
>> >>> lto.tmp:(main)
>> >>> referenced by jcstest.c:114
>> >>> lto.tmp:(main)
>>
>> This only occurs when compiling with the -flto flag. Has anyone been able
>&g...