Hi
I want to use the svrng library. I am working with compiler ver 19.
On Windows I have succeeded to link and it works.
On Linux however, I get
/tmp/ipo_icpcdgdVkz.o: In function `NoiseGen::CreateOutputs_svrng(short*, int)':
ipo_out.c:(.text+0x4fde7): undefined reference to `__regcall3__svrng_coreavx2_generate16_float'
/tmp/ipo_icpcdgdVkz.o: In function `NoiseGen::~NoiseGen()':
ipo_out.c:(.text+0x4fe41): undefined reference to `__regcall3__svrng_coreavx2_delete_distribution'
/tmp/ipo_icpcdgdVkz.o: In function `NoiseGen::~NoiseGen()':
ipo_out.c:(.text+0x4feb1): undefined reference to `__regcall3__svrng_coreavx2_delete_distribution'
/tmp/ipo_icpcdgdVkz.o: In function `NoiseGen::NoiseGen()':
ipo_out.c:(.text+0x4ff3a): undefined reference to `__regcall3__svrng_coreavx2_new_mt19937_engine'
ipo_out.c:(.text+0x4ff60): undefined reference to `__regcall3__svrng_coreavx2_new_normal_distribution_float'
/tmp/ipo_icpcdgdVkz.o: In function `NoiseGen::NoiseGen()':
ipo_out.c:(.text+0x4ffea): undefined reference to `__regcall3__svrng_coreavx2_new_mt19937_engine'
ipo_out.c:(.text+0x50010): undefined reference to `__regcall3__svrng_coreavx2_new_normal_distribution_float'
I have included libirng...
What seems to be the problem?
Thanks
Sorin