Skip to content

"sudo make install" broken on Debian #5

@jseakle

Description

@jseakle

On my system (Debian wheezy), after 'make' succeeds, 'sudo make install' fails like so:

~/testmake/emily$ sudo make install
install -d /usr/local/bin
install -d /usr/local/share/man/man1
ocamlbuild -no-links -use-ocamlfind src/main.native
make: ocamlbuild: Command not found
make: *** [_build/src/main.native] Error 127

removing the dependency 'all' from the 'install:' target (line 49) causes it to work perfectly.

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