Menu

Error in Makefile

2007-02-17
2022-01-18
  • Nobody/Anonymous

    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

     
    • Nobody/Anonymous

      Thanks. I got it to work.

       
  • Nobody/Anonymous

    i do not see before which backslash a "tiny space" was added. there seems to be no difference between the two.

     
  • Nobody/Anonymous

    seen that, my Makefile has the space. but i still have problem in installing mummer on os 10.6.2

     
  • james

    james - 2022-01-14

    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
  • Blue cookies strain

    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

Log in to post a comment.

MongoDB Logo MongoDB