[SCIP] LINK : fatal error LNK1104: cannot open file 'lzma.lib'

Stefan Vigerske svigerske at gams.com
Thu Feb 20 11:31:12 CET 2025


Hi,

neither Papilo, SoPlex, or SCIP make use of the LZMA library directly. 
So this dependency must have been brought in by some other dependency 
that you provide. From the pictures you send, one cannot tell where this 
comes from. You might thus want to investigate further and find ways to 
either avoid it, or to tell cmake (or LINK directly) where to find 
lzma.lib (/LIBPATH flag or LIB environment variable, 
https://stackoverflow.com/questions/20483619/lib-vs-libpath-environment-variables-difference-for-ms-visual-c-c).

Best,
Stefan


On 20/02/2025 04:46, xu liwei wrote:
> Hi,
> 
> I' building a customized version (SCIP+SOPLEX+PAPILO).
> [cid:874d01fb-49de-4c7b-8643-40dcae5fc34b]
> But when i encounter one fatal error:
> [cid:e35acf3e-c972-4932-b629-b7bbada38b2b]
> 
> I can't solve this and continue my work. Any suggestion welcomes.
> 
> Sincerely,
> Leslie
> 
> 
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> https://listserv.zib.de/mailman/listinfo/scip



More information about the Scip mailing list