Page MenuHome

Build instruction for fedora miss build dependency on `libstdc++-static`
Closed, ResolvedPublic

Description

Trying to build blender following https://wiki.blender.org/wiki/Building_Blender/Linux/Fedora I got the following issue:

- /usr/bin/ld.gold: error: cannot find -lstdc++

this is because I was missing libstdc++-static, the list sudo dnf install gcc gcc-c++ git subversion make cmake libX11-devel libXi-devel libXcursor-devel libXrandr-devel libXinerama-devel, it should be added there, ie:

- sudo dnf install gcc gcc-c++ git subversion make cmake libX11-devel libXi-devel libXcursor-devel libXrandr-devel libXinerama-devel
+ sudo dnf install gcc gcc-c++ git subversion make cmake libX11-devel libXi-devel libXcursor-devel libXrandr-devel libXinerama-devel libstdc++-static

Event Timeline

Aaron Carlisle (Blendify) changed the task status from Unknown Status to Resolved.Dec 19 2019, 3:04 AM
Aaron Carlisle (Blendify) claimed this task.

Updated