Just a small comment (I know I should probably post this to the mailing list and so on, right now I do not have time to subscribe or figure out how that works since I have a deadline very soon, so this is me trying to fulfill some civic duty):
The Makefile in
MUMmer3.19/src/kurtz/mm3src/
has the following lines:
mummer: $(MUM3OBJECTS) $(LIBSTREE)
$(LD) $(LDFLAGS) $(MUM3OBJECTS) $(LIBSTREE) $(LIBBASE)\
-o $(BIN_DIR)/$@; chmod 755 $(BIN_DIR)/$@
which at least for ubuntu do not work.
The fix (obviously) is to add a tiny space before the backslash.
mummer: $(MUM3OBJECTS) $(LIBSTREE)
$(LD) $(LDFLAGS) $(MUM3OBJECTS) $(LIBSTREE) $(LIBBASE) \
-o $(BIN_DIR)/$@; chmod 755 $(BIN_DIR)/$@
Hope this helps somebody,
cheers,
b
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Mate, Thanks for your kind information could you please recommend me the best way to find the Web Development opportunity, i'll be very very tanksful to you.
Last edit: Blue cookies strain 2022-01-18
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just a small comment (I know I should probably post this to the mailing list and so on, right now I do not have time to subscribe or figure out how that works since I have a deadline very soon, so this is me trying to fulfill some civic duty):
The Makefile in
MUMmer3.19/src/kurtz/mm3src/
has the following lines:
mummer: $(MUM3OBJECTS) $(LIBSTREE)
$(LD) $(LDFLAGS) $(MUM3OBJECTS) $(LIBSTREE) $(LIBBASE)\
-o $(BIN_DIR)/$@; chmod 755 $(BIN_DIR)/$@
which at least for ubuntu do not work.
The fix (obviously) is to add a tiny space before the backslash.
mummer: $(MUM3OBJECTS) $(LIBSTREE)
$(LD) $(LDFLAGS) $(MUM3OBJECTS) $(LIBSTREE) $(LIBBASE) \
-o $(BIN_DIR)/$@; chmod 755 $(BIN_DIR)/$@
Hope this helps somebody,
cheers,
b
Thanks. I got it to work.
i do not see before which backslash a "tiny space" was added. there seems to be no difference between the two.
seen that, my Makefile has the space. but i still have problem in installing mummer on os 10.6.2
Its awesome thanks for the information, could you please have a look Here and suggest Why these lines are not working on my side?
Last edit: james 2022-01-14
Hi Mate, Thanks for your kind information could you please recommend me the best way to find the Web Development opportunity, i'll be very very tanksful to you.
Last edit: Blue cookies strain 2022-01-18