Skip to content

Building on Cygwin fails during the last step (linking) #34

Description

@gene-pavlovsky

When I build le on Cygwin, configure works fine, make proceeds almost to the end, then fails at the final linking step (the command that runs gcc on a bunch of .o files). The error is about a bunch of missing symbols.
Workaround: cd src, execute the same command, with gcc replaced by g++, cd .., make && make install - everything works then.
Perhaps some adjustment is needed to configure.ac or one of the Makefile.am files?

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