HI,
I am getting this linking error ...
mpcc -O3 -Wl,--allow-multiple-definition -o vblasbench bb.o flushall.o
=
/usr/lib/libg2c.a -L/usr/local/apps/lib -lmassv -lmass -lessln
/usr/local/apps/lib/libessln.a(emon.o): In function `emon':
emon.o(.text+0xa4): undefined reference to `_xliltrm'
emon.o(.text+0x2e8): undefined reference to `_xliltrm'
emon.o(.text+0x348): undefined reference to `_xliltrm'
emon.o(.text+0x39c): undefined reference to `_xliltrm'
emon.o(.text+0x3f8): undefined reference to `_xliltrm'
/usr/local/apps/lib/libessln.a(emon.o)(.text+0x490): more undefined =
references to `_xliltrm' follow
/usr/local/apps/lib/libessln.a(emon.o): In function `emon':
emon.o(.text+0xdf0): undefined reference to `_xlfStop'
/usr/local/apps/lib/libessln.a(cpuid.o): In function `cpuidt':
cpuid.o(.text+0x94): undefined reference to `#GETENV'
make: *** [vblasbench] Error 1
Do I need to link with any other libraries ....
Any help appreciated.
Thanks