When (re)building from the verilog-10.1.1-0.src.rpm on Mageia 5, linking system.vpi fails with a huge number of undefined references to 'vpi_*'
I presume that this is a Mageia specific issue with the library order and/or the g++ compiler.
Any idea how to build the src.rpm on Mageia 5 would be very appreciated!
Thanks in advance,
Herbert
%define _disable_ld_no_undefined 1
fixes the problem.