On Thu, 2011-09-08 at 15:54 -0500, Dennis Sonifer wrote: > I have an HPUX 11.23 PA-RISC machine. Downloaded the make file from > your site, make-3.82.tar.gz. I am hoping there is just a setting or > two away from perfection but I am generally unfamiliar with installing > packages.
Looks like there is something wrong with your system's configuration. Maybe your C compiler is misconfigured, or you're missing packages you need to install in order to compile code on this system. I don't have access to a system like this, so I can't debug it myself; you'll need to look at the config.log file and find the spot where it's trying to look for those headers, and see what the actual error is (note that you will find LOTS of errors in that log; that's the point of autoconf, to try different things until it figures out what works and what doesn't--you have to keep looking until you find the errors related to that particular failure, for example looking for locale.h etc.) Those error messages should help us determine what's wrong on your system. -- ------------------------------------------------------------------------------- Paul D. Smith <psm...@gnu.org> Find some GNU make tips at: http://www.gnu.org http://make.mad-scientist.net "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make