%% Yu Chen <[EMAIL PROTECTED]> writes: yc> Paul - Yes, I am on a mounted disk. But I donnn't think I can yc> ignore the errors, when I run "make install", I got similar yc> errors:
I don't see anything similar about these errors; these are completely different. yc> sh: /usr/local/bin/install: not found So, somehow the configure script when you ran it found /usr/local/bin/install as a script to install files, but now that you are running "make install" and it's trying to invoke that script, it's not working: either it doesn't exist after all or it does exist but cannot be invoked (maybe it's a #! script specifying a broken interpreter). -- ------------------------------------------------------------------------------- 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
