in reply to
Re: Perl with internal Benchmark/Profiler
in thread Perl with internal Benchmark/Profiler
Could you please elaborate some HowTo use the icc? After extensively using perlbench, I came to the conclusion that gcc 4.x sucks and tried icc. Unfortunately, I'm getting lots of these:
icc -L/usr/local/lib -o miniperl \
miniperlmain.o opmini.o libperl.a -lnsl -ldl -lm -lcrypt -lutil -lc
IPO Error: unresolved : PL_comppad
Referenced in /tmp/ipo_iccuB3iq9.o
IPO Error: unresolved : PL_regfree
Referenced in /tmp/ipo_iccuB3iq9.o
IPO Error: unresolved : PL_regcompp
Referenced in /tmp/ipo_iccuB3iq9.o
IPO Error: unresolved : PL_peepp
Referenced in /tmp/ipo_iccuB3iq9.o
IPO Error: unresolved : PL_sortcop
Referenced in /tmp/ipo_iccuB3iq9.o
...
ultimatively failing the whole compile process - of course.