Hi managers,
When compiling a program on DEC 5 using the -O option (optimization
level 2 which in turn adds intrinsic support for mem and string functions)
I keep getting unresolved fprintf errors. I thought maybe, since fprintf was
no longer intrinsic, perhaps, that -O3 would work - but to no avail. I even tried
simply adding #include <stdio.h> to to c file with no effect either. Has anyone
run into this. It's frustrating as I can compile a program w/fprintf without the
header file (stdio or using libC) when not using the -O optimization flag. Thanks
in advance.
Sean.Markley_at_ca.com
Received on Tue Mar 20 2001 - 21:44:38 NZST