Skip to content

Compile with --prefix doesn't work #7

@scopatz

Description

@scopatz

I am using conda to build and install xbasic. However when I build with ./configure --prefix=/path/to/conda, make fails to recognize this and will error out because it can't find the readline headers:

do_gets.c:22:10: fatal error: readline/readline.h: No such file or directory
 #include <readline/readline.h>
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.

The issue where this occurs is at conda-forge/staged-recipes#8509

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions