Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why does make report that libgw.a etc. are missing under Sun Solaris?

MISSING report Solaris Sun
0
Posted

Why does make report that libgw.a etc. are missing under Sun Solaris?

0

On each occasion that this has come up on the devel mailing list, the problem is that Sun’s make has been used rather than GNU make. I would recommend that you get the latest version from ftp.gnu.org or your local mirror. If you want to check which make you are using, try the command “which make”. if the response is “/usr/xpg4/bin/make” or “/usr/ccs/bin/make” then you are using Sun’s make. If the response is “/usr/local/bin/make” or “/opt/sfw/bin/make” then you are probably using GNU make. GNU make responds correctly to “make –version”, Sun’s make reports that it is ignoring DistributedMake options.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123