So far I had one program (xz-5.2.4) that has problems being compiled successfully if I included "-woff all" in the CFLAGS <URL url="https://forums.irix.cc/viewtopic.php?f=10&t=311#p2107"><LINK_TEXT text="viewtopic.php?f=10&t=311#p2107">https://forums.irix.cc/viewtopic.php?f=10&t=311#p2107</LINK_TEXT>
I now have a program (gftp 2.0.19) that runs into compiler errors if I don't include "-woff all" in the CFLAGS,
compiler returns below if I don't have "-woff all" :
Code:
cc WARNING: -p is no longer supported, use speedshop(1) instead
cc ERROR parsing -pthread: unknown flag
<URL url="https://forums.irix.cc/viewtopic.php?f=10&t=265&p=2083#p2083"><LINK_TEXT text="viewtopic.php?f=10&t=265&p=2083#p2083">https://forums.irix.cc/viewtopic.php?f=10&t=265&p=2083#p2083</LINK_TEXT>
anyone seen this before?