Skip to content

../configure && make doesn't work in a subdirectory #7

Description

@sjackman

It's helpful to be able to build in a subdirectory when working with multiple architectures, such as both Linux and macOS.

mkdir build
cd build
../configure
make
make  all-recursive
Making all in SeqLib/htslib
/bin/sh: line 0: cd: SeqLib/htslib: No such file or directory
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions