%% alejandro alvarado <[EMAIL PROTECTED]> writes: aa> i get this error while doing #make aa> node007:~/myri/Myrinet/gm-2.1.1_Linux # make aa> make: /lib/modules/2.4.21-143-smp//Makefile: No such file or directory aa> make: *** No rule to make target `/lib/modules/2.4.21-143-smp//Makefile'. aa> Stop. aa> make: *** No rule to make target aa> `/lib/modules/2.4.21-143-smp/build/scripts/modpost', needed by aa> `drivers/linux/gm.mod.c'. Stop.
This is a problem with your makefile; it's not a bug in make. There's nothing we can do to help. I suggest you ask on a mailing list which is specific to whatever package you're trying to build. -- ------------------------------------------------------------------------------- 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://lists.gnu.org/mailman/listinfo/help-make
