%% zubicaray perez <[EMAIL PROTECTED]> writes: zp> Hello, zp> I'm working on a solaris 8 and zp> I'm trying to install GNU make but I have a problem when I do: zp> > ./configure zp> OK zp> > sh .build.sh zp> ..... zp> gcc:./[EMAIL PROTECTED]@.c: this file or dir doensn't exist zp> gcc: no input files
You can just use Solaris make to build GNU make. On Solaris, it lives in /usr/ccs/bin. This is a bug with the build.sh script in this version that's already been fixed for the next version. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-make
