> > Next problem: When I invoke "make" I get the following: > > $ make > Makefile:5: ../Makefile.local: No such file or directory > make: *** No rule to make target `../Makefile.local'. Stop. >
you are supposed to create Makefile.local to configure libraries needed you can use Makefile.local.dist as a template, just adjust the paths. _______________________________________________ A51 mailing list [email protected] http://lists.lists.reflextor.com/cgi-bin/mailman/listinfo/a51
