Displaying 1 result from an estimated 1 matches for "stack_grow".
2003 Feb 04
1
Bug in configure script for Solaris v9 arch with libsunperf (PR#2530)
...NWspro/lib/v9 -L/usr/local/packages/SUNWspro/prod/lib/v9
-L/usr/ccs/lib/sparcv9 -L
/usr/lib/sparcv9 -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai
-lfminvai -lfmaxvai -lf
su -lsunmath >&5
Undefined first referenced
symbol in file
_stack_grow
/usr/local/packages/SUNWspro/prod/lib/v9/libsunperf.a(pp_sgemm.o)
ld: fatal: Symbol referencing errors. No output written to conftest
Problem is the v9 version seems to require stack_grow(); the xlic_lib=sunperf
does the extra linking work required:
fs% cc -xarch=v9 sgemm.c -xlic_lib=sunperf -#...